Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > 0d81a008159b90d5a3553d84969a208b > files > 63

graphicsmagick-doc-1.2.5-2.3mdvmes5.2.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=ibm437">
	<TITLE>Magick++</TITLE>
	<META NAME="GENERATOR" CONTENT="StarOffice 6.0  (Solaris Sparc)">
	<META NAME="AUTHOR" CONTENT="Bob Friesenhahn">
	<META NAME="CREATED" CONTENT="20020805;13455306">
	<META NAME="CHANGEDBY" CONTENT="Bob Friesenhahn">
	<META NAME="CHANGED" CONTENT="20030528;11224400">
	<META NAME="DESCRIPTION" CONTENT="C++ API for GraphicsMagick">
	<STYLE>
	<!--
		P { color: #000000 }
		H3 { color: #000000 }
		BLOCKQUOTE { color: #000000 }
		A:link { color: #0000ee }
		A:visited { color: #551a8b }
	-->
	</STYLE>
</HEAD>
<BODY LANG="en-US" TEXT="#000000" LINK="#0000ee" VLINK="#551a8b" BGCOLOR="#ffffff">
<P ALIGN=CENTER><IMG SRC="Magick++.png" NAME="Graphic1" ALIGN=BOTTOM WIDTH=464 HEIGHT=134 BORDER=0></P>
<P>Magick++ is the object-oriented C++ API to the <A HREF="http://www.graphicsmagick.org/">GraphicsMagick</A>
image-processing library, the most comprehensive open-source image
processing package available. Read the latest <A HREF="NEWS.html">NEWS</A>
and <A HREF="ChangeLog.html">ChangeLog</A> for Magick++. 
</P>
<P><IMG SRC="gm-188x120t.png" NAME="Graphic2" ALIGN=RIGHT WIDTH=188 HEIGHT=120 BORDER=0>Magick++
supports an object model which is inspired by <A HREF="http://www.graphicsmagick.org/www/perl.html">PerlMagick</A>.
Images support implicit reference counting so that copy constructors
and assignment incur almost no cost. The cost of actually copying an
image (if necessary) is done just before modification and this copy
is managed automatically by Magick++. De-referenced copies are
automatically deleted. The image objects support value (rather than
pointer) semantics so it is trivial to support multiple generations
of an image in memory at one time. 
</P>
<P>Magick++ provides integrated support for the <A HREF="http://www.sgi.com/tech/stl/">Standard
Template Library</A> (STL) so that the powerful containers available
(e.g. <A HREF="http://www.sgi.com/tech/stl/Deque.html">deque</A>,
<A HREF="http://www.sgi.com/tech/stl/Vector.html">vector</A>, <A HREF="http://www.sgi.com/tech/stl/List.html">list</A>,
and <A HREF="http://www.sgi.com/tech/stl/Map.html">map</A>)&nbsp; can
be used to write programs similar to those possible with PERL &amp;
PerlMagick. STL-compatible template versions of GraphicsMagick's
list-style operations are provided so that operations may be
performed on multiple images stored in STL containers. 
</P>
<H3>Documentation</H3>
<P>Detailed <A HREF="Documentation.html">documentation</A> are
provided for all Magick++ classes, class methods, and template
functions which comprise the API. 
</P>
<H3>Obtaining Magick++</H3>
<P>Magick++ is included as part of <A HREF="../../index.html">GraphicsMagick</A>
source releases and may be retrieved via <A HREF="http://www.graphicsmagick.org/www/download.html">ftp</A>
or <A HREF="http://www.graphicsmagick.org/www/cvs.html">CVS.</A> 
</P>
<H3>Installation</H3>
<P>Once you have the sources available, follow these detailed
<A HREF="Install.html">installation instructions</A> for UNIX and
Windows. 
</P>
<P><B><FONT SIZE=4>Usage</FONT></B> 
</P>
<P>A helper script named <I>GraphicsMagick++-config</I> is installed
under Unix which assists with recalling compilation options required
to compile and link programs which use Magick++. For example, the
following command will compile and link the source file <I>example.cpp</I>
to produce the executable <I>example</I> (notice that quotes are
backward quotes): 
</P>
<BLOCKQUOTE><TT><FONT SIZE=2>c++ -o example example.cpp
`GraphicsMagick++-config --cppflags --cxxflags --ldflags --libs`</FONT></TT></BLOCKQUOTE>
<P>Windows users may get started by manually editing a project file
for one of the Magick++ demo programs. 
</P>
<P><B>Please note that under Windows (and possibly the Mac) it is
necessary to initialize the GraphicsMagick library prior to using the
Magick++ library</B>. This initialization is performed by passing the
path to the GraphicsMagick DLLs (assumed to be in the same directory
as your program) to the InitializeMagick() function call. This is
commonly performed by providing the path to your program (argv[0]) as
shown in the following example: 
</P>
<BLOCKQUOTE><TT><FONT COLOR="#663366">int main( int /*argc*/, char **
argv)</FONT></TT> <BR><TT><FONT COLOR="#663366">{</FONT></TT> <BR><TT><FONT COLOR="#663366">&nbsp;
InitializeMagick(*argv);</FONT></TT></BLOCKQUOTE>
<P>This initialization step is not required under Unix, Linux,
Cygwin, or any other operating environment that supports the notion
of &quot;installing&quot; GraphicsMagick in a known location. 
</P>
<H3>Reporting Bugs</H3>
<P>Please report any bugs via the <A HREF="http://www.simplesystems.org/Magick++/bugs">Magick++
Bug Tracking System</A>. Questions regarding usage should be directed
to <A HREF="mailto:bfriesen@simple.dallas.tx.us">Bob Friesenhahn
&lt;bfriesen@simple.dallas.tx.us&gt;</A>. 
</P>
<H3>Related Packages</H3>
<P>Users who are interested in displaying their images at video game
rates on a wide number of platforms and graphic environments (e.g.
Windows, X11, BeOS, and Linux/CGI) may want to try <A HREF="http://www.simplesystems.org/PtcMagick/">PtcMagick</A>,
which provides a simple interface between Magick++ and <A HREF="http://www.gaffer.org/ptc/">OpenPTC</A>.
</P>
</BODY>
</HTML>