blob: 1191e4261ef5cb4f2208ab0d3683aef7cca2beb4 [file] [log] [blame]
cristy82a2ff22015-05-12 16:41:32 +00001<!DOCTYPE html>
2<html version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/1999/xhtml
cristy91469932014-07-25 11:00:25 +00003 http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
cristyad41c0c2012-10-31 00:49:28 +00004<head>
cristy82a2ff22015-05-12 16:41:32 +00005 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
6 <meta name="viewport" content="width=device-width, initial-scale=0.3333334">
7
cristydcca3fa2010-12-29 21:50:07 +00008 <title>ImageMagick: Magick++, C++ API for ImageMagick</title>
cristy82a2ff22015-05-12 16:41:32 +00009 <meta http-equiv="content-language" content="en-US">
10 <meta http-equiv="content-type" content="text/html; charset=utf-8">
11 <meta http-equiv="reply-to" content="magick-users@imagemagick.org">
12 <meta name="application-name" content="ImageMagick">
13 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.">
14 <meta name="application-url" content="http://www.imagemagick.org">
15 <meta name="generator" content="PHP">
16 <meta name="keywords" content="magick++, c++, api, for, imagemagick, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert">
17 <meta name="rating" content="GENERAL">
18 <meta name="robots" content="INDEX, FOLLOW">
19 <meta name="generator" content="ImageMagick Studio LLC">
20 <meta name="author" content="ImageMagick Studio LLC">
21 <meta name="revisit-after" content="2 DAYS">
22 <meta name="resource-type" content="document">
23 <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC">
24 <meta name="distribution" content="Global">
25 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1">
26 <link rel="icon" href="../images/wand.png">
27 <link rel="shortcut icon" href="../images/wand.ico" type="images/x-icon">
28 <link rel="canonical" href="../index.html">
29 <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf">
cristy8ee7f242013-06-20 16:08:44 +000030
cristyad41c0c2012-10-31 00:49:28 +000031 <!-- Add jQuery library -->
cristy91469932014-07-25 11:00:25 +000032 <script type="text/javascript" src="http://localhost/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
cristyad41c0c2012-10-31 00:49:28 +000033
cristy8ee7f242013-06-20 16:08:44 +000034 <!-- Add mousewheel plugin (this is optional) -->
35 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
cristyad41c0c2012-10-31 00:49:28 +000036
37 <!-- Add fancyBox -->
cristy82a2ff22015-05-12 16:41:32 +000038 <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen">
cristy91469932014-07-25 11:00:25 +000039 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
cristyad41c0c2012-10-31 00:49:28 +000040
cristy8ee7f242013-06-20 16:08:44 +000041 <!-- Optionally add helpers - button, thumbnail and/or media -->
cristy82a2ff22015-05-12 16:41:32 +000042 <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen">
cristy91469932014-07-25 11:00:25 +000043 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
44 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
cristyad41c0c2012-10-31 00:49:28 +000045
cristy82a2ff22015-05-12 16:41:32 +000046 <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen">
cristy91469932014-07-25 11:00:25 +000047 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
cristy8ee7f242013-06-20 16:08:44 +000048
cristyad41c0c2012-10-31 00:49:28 +000049 <script type="text/javascript">
50 $(document).ready(function() {
51 $(".fancybox").fancybox();
52 });
53 </script>
cristy8ee7f242013-06-20 16:08:44 +000054
cristyad41c0c2012-10-31 00:49:28 +000055 <!-- ImageMagick style -->
cristyad41c0c2012-10-31 00:49:28 +000056 <style type="text/css" media="all">
57 @import url("../www/magick.css");
58 </style>
59</head>
60
61<body id="www-imagemagick-org">
cristy8ee7f242013-06-20 16:08:44 +000062
cristy91469932014-07-25 11:00:25 +000063<script type="text/javascript">
64 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
65 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
66 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
67 })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
cristy8ee7f242013-06-20 16:08:44 +000068
cristy91469932014-07-25 11:00:25 +000069 ga('create', 'UA-40133312-1', 'imagemagick.org');
70 ga('send', 'pageview');
71</script>
cristy8ee7f242013-06-20 16:08:44 +000072
cristyad41c0c2012-10-31 00:49:28 +000073<div class="titlebar">
74<div style="margin: 17px auto; float: left;">
75 <script type="text/javascript">
76 <!--
77 google_ad_client = "pub-3129977114552745";
78 google_ad_slot = "5439289906";
79 google_ad_width = 728;
80 google_ad_height = 90;
81 //-->
82 </script>
cristy82a2ff22015-05-12 16:41:32 +000083 <script type="text/javascript" src="http://localhost/pagead/show_ads.js">
cristy91469932014-07-25 11:00:25 +000084 </script>
cristyad41c0c2012-10-31 00:49:28 +000085</div>
cristy44443b92015-05-05 00:06:07 +000086<a href="http://www.imagemagick.org/discourse-server/">
cristy82a2ff22015-05-12 16:41:32 +000087 <img src="../images/logo.jpg" alt="ImageMagick Logo" width="123" height="118" style="width: 123px; height: 118px; border: 0px; float: right;"></a>
cristy44443b92015-05-05 00:06:07 +000088<a href="../index.html">
cristy82a2ff22015-05-12 16:41:32 +000089 <img src="../images/sprite.jpg" alt="ImageMagick Sprite" width="114" height="118" style="width: 114px; height: 118px; border: 0px; float: right;"></a>
cristyad41c0c2012-10-31 00:49:28 +000090</div>
91
92<div class="westbar">
93
cristydcca3fa2010-12-29 21:50:07 +000094<div class="menu">
cristy44443b92015-05-05 00:06:07 +000095 <a title="About ImageMagick" href="../index.html">About ImageMagick</a>
cristydcca3fa2010-12-29 21:50:07 +000096</div>
cristydcca3fa2010-12-29 21:50:07 +000097<div class="menu">
cristy751980d2012-06-03 23:18:35 +000098 <a title="Binary Releases" href="binary-releases.html">Binary Releases</a>
cristydcca3fa2010-12-29 21:50:07 +000099</div>
100<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000101 <a title="Binary Release: Unix" href="binary-releases.html#unix">Unix</a>
cristydcca3fa2010-12-29 21:50:07 +0000102</div>
103<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000104 <a title="Binary Release: MacOS X" href="binary-releases.html#macosx">Mac OS X</a>
cristydcca3fa2010-12-29 21:50:07 +0000105</div>
106<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000107 <a title="Binary Release: iOS" href="binary-releases.html#iOS">iOS</a>
cristyda16f162011-02-19 23:52:17 +0000108</div>
109<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000110 <a title="Binary Release: Windows" href="binary-releases.html#windows">Windows</a>
cristydcca3fa2010-12-29 21:50:07 +0000111</div>
cristyad41c0c2012-10-31 00:49:28 +0000112<div class="sep"></div>
cristydcca3fa2010-12-29 21:50:07 +0000113<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000114 <a title="Command-line Tools" href="command-line-tools.html">Command-line Tools</a>
cristydcca3fa2010-12-29 21:50:07 +0000115</div>
116<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000117 <a title="Command-line Tools: Processing" href="command-line-processing.html">Processing</a>
cristydcca3fa2010-12-29 21:50:07 +0000118</div>
119<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000120 <a title="Command-line Tools: Options" href="command-line-options.html">Options</a>
cristydcca3fa2010-12-29 21:50:07 +0000121</div>
122<div class="sub">
123 <a title="Command-line Tools: Usage" href="http://www.imagemagick.org/Usage/">Usage</a>
124</div>
125<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000126 <a title="Program Interfaces" href="api.html">Program Interfaces</a>
cristydcca3fa2010-12-29 21:50:07 +0000127</div>
128<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000129 <a title="Program Interface: MagickWand" href="magick-wand.html">MagickWand</a>
cristydcca3fa2010-12-29 21:50:07 +0000130</div>
131<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000132 <a title="Program Interface: MagickCore" href="magick-core.html">MagickCore</a>
cristydcca3fa2010-12-29 21:50:07 +0000133</div>
134<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000135 <a title="Program Interface: PerlMagick" href="perl-magick.html">PerlMagick</a>
cristydcca3fa2010-12-29 21:50:07 +0000136</div>
137<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000138 <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
cristydcca3fa2010-12-29 21:50:07 +0000139</div>
cristyad41c0c2012-10-31 00:49:28 +0000140<div class="sep"></div>
cristy82a2ff22015-05-12 16:41:32 +0000141<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000142 <a title="Install from Source" href="install-source.html">Install from Source</a>
cristydcca3fa2010-12-29 21:50:07 +0000143</div>
144<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000145 <a title="Install from Source: Unix" href="install-source.html#unix">Unix</a>
cristydcca3fa2010-12-29 21:50:07 +0000146</div>
147<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000148 <a title="Install from Source: Windows" href="install-source.html#windows">Windows</a>
cristydcca3fa2010-12-29 21:50:07 +0000149 </div>
150<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000151 <a title="Resources" href="resources.html">Resources</a>
cristydcca3fa2010-12-29 21:50:07 +0000152</div>
153<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000154 <a title="Architecture" href="architecture.html">Architecture</a>
cristydcca3fa2010-12-29 21:50:07 +0000155</div>
156<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000157 <a title="Download" href="download.html">Download</a>
cristydcca3fa2010-12-29 21:50:07 +0000158</div>
cristyad41c0c2012-10-31 00:49:28 +0000159<div class="sep"></div>
cristydcca3fa2010-12-29 21:50:07 +0000160<div class="menu">
Cristyd7b18cc2015-09-16 20:05:46 -0400161 <a title="Search" href="http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/script/search.php">Search</a>
cristydcca3fa2010-12-29 21:50:07 +0000162</div>
cristyad41c0c2012-10-31 00:49:28 +0000163<div class="sep"></div>
cristydcca3fa2010-12-29 21:50:07 +0000164<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000165 <a title="Site Map" href="sitemap.html">Site Map</a>
cristydcca3fa2010-12-29 21:50:07 +0000166</div>
cristy82a2ff22015-05-12 16:41:32 +0000167<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000168 <a title="Site Map: Links" href="links.html">Links</a>
cristydcca3fa2010-12-29 21:50:07 +0000169</div>
cristyad41c0c2012-10-31 00:49:28 +0000170<div class="sep"></div>
cristy44443b92015-05-05 00:06:07 +0000171<div class="menu">
172 <a title="Support ImageMagick Development" href="support.html">Support ImageMagick Development</a>
173</div>
cristyad41c0c2012-10-31 00:49:28 +0000174</div>
175
176<div class="eastbar">
cristy91469932014-07-25 11:00:25 +0000177 <script type="text/javascript">
178 /* <![CDATA[ */
cristy91469932014-07-25 11:00:25 +0000179 (function() {
180 var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
181 po.type = 'text/javascript';
182 po.async = true;
183 po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
184 var script = document.getElementsByTagName('offline-script')[0];
185 script.parentNode.insertBefore(po, script);
186 })();
187 /* ]]> */
188 </script>
cristy44443b92015-05-05 00:06:07 +0000189 <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="../index.html"></a>
cristy8ee7f242013-06-20 16:08:44 +0000190 <noscript>
191 <a href="http://flattr.com/thing/947300/Convert-Edit-And-Compose-Images" target="_blank">
cristy82a2ff22015-05-12 16:41:32 +0000192 <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0"></a>
cristy8ee7f242013-06-20 16:08:44 +0000193 </noscript>
cristyad41c0c2012-10-31 00:49:28 +0000194</div>
195
196<div class="main">
197
cristydcca3fa2010-12-29 21:50:07 +0000198<h1>Magick++ C++ API</h1>
cristy417eeb12013-07-28 18:48:22 +0000199<p class="navigation-index">[<a href="magick++.html#intro">Introduction to Magick++</a><a href="magick++.html#documentation">Documentation</a><a href="magick++.html#get">Obtaining Magick++</a><a href="magick++.html#install">Installation</a><a href="magick++.html#bugs">Reporting Bugs</a>]</p>
cristydcca3fa2010-12-29 21:50:07 +0000200<div class="doc-section">
201<a id="intro"></a>
cristy44443b92015-05-05 00:06:07 +0000202<p><a href="www/api/Magick++/index.html">Magick++ API</a> is the object-oriented C++ API to the <a href="../index.html">ImageMagick</a> image-processing library.</p>
203<p>Magick++ supports an object model which is inspired by <a href="perl-magick.html">PerlMagick</a>.
cristydcca3fa2010-12-29 21:50:07 +0000204Images support implicit reference counting so that copy constructors
205and assignment incur almost no cost. The cost of actually copying an
206image (if necessary) is done just before modification and this copy
207is managed automagically by Magick++. De-referenced copies are
208automagically deleted. The image objects support value (rather than
209pointer) semantics so it is trivial to support multiple generations
210of an image in memory at one time.
211</p>
cristy2bd2a982011-02-15 00:52:58 +0000212<p>Magick++ provides integrated support for the <a href="http://www.sgi.com/tech/stl/">Standard
213Template Library</a> (STL) so that the powerful containers available
214(e.g. <a href="http://www.sgi.com/tech/stl/Deque.html">deque</a>,
215<a href="http://www.sgi.com/tech/stl/Vector.html">vector</a>, <a href="http://www.sgi.com/tech/stl/List.html">list</a>,
cristyac1b4322013-07-28 13:58:06 +0000216and <a href="http://www.sgi.com/tech/stl/Map.html">map</a>) can
cristydcca3fa2010-12-29 21:50:07 +0000217be used to write programs similar to those possible with PERL &amp;
218PerlMagick. STL-compatible template versions of ImageMagick's
219list-style operations are provided so that operations may be
220performed on multiple images stored in STL containers.
221</p>
222</div>
223<h2>Documentation</h2>
224<div class="doc-section">
225<a id="documentation"></a>
cristy44443b92015-05-05 00:06:07 +0000226<p>Detailed <a href="www/api/magick++-classes.html">documentation</a> is
cristydcca3fa2010-12-29 21:50:07 +0000227provided for all Magick++ classes, class methods, and template
cristy82a2ff22015-05-12 16:41:32 +0000228functions which comprise the API. See a <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf"> Gentle Introduction to Magick++</a> for an introductory tutorial to Magick++. We include the <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.odt">source</a> if you want to correct, enhance, or expand the tutorial.</p>
cristydcca3fa2010-12-29 21:50:07 +0000229</div>
230<h2>Obtaining Magick++</h2>
231<a id="get"></a>
232<div class="doc-section">
cristy44443b92015-05-05 00:06:07 +0000233<p>Magick++ is included as part of <a href="../index.html">ImageMagick</a>
234source releases and may be retrieved via <a href="download.html">ftp</a>
235or <a href="subversion.html">Subversion</a>.
cristydcca3fa2010-12-29 21:50:07 +0000236</p>
237</div>
238<h2>Installation</h2>
239<div class="doc-section">
240<a id="install"></a>
241<p>Once you have the Magick++ sources available, follow these detailed
cristy8ee7f242013-06-20 16:08:44 +0000242<a href="../Magick++/Install.html">installation instructions</a> for UNIX and
cristydcca3fa2010-12-29 21:50:07 +0000243Windows.
244</p>
cristy751980d2012-06-03 23:18:35 +0000245</div>
246<h2>Usage</h2>
247<div class="doc-section">
cristy8ee7f242013-06-20 16:08:44 +0000248<p>A helper script named <code>Magick++-config</code> is installed
cristydcca3fa2010-12-29 21:50:07 +0000249under Unix which assists with recalling compilation options required
250to compile and link programs which use Magick++. For example, the
cristy8ee7f242013-06-20 16:08:44 +0000251following command will compile and link the source file <code>demo.cpp</code>
252to produce the executable <code>demo</code> (notice that quotes are
cristydcca3fa2010-12-29 21:50:07 +0000253backward quotes):
254</p>
255<pre class="text">
256c++ `Magick++-config --cxxflags --cppflags` -O2 -o demo demo.cpp \
257 `Magick++-config --ldflags --libs`
258</pre>
259<p>Windows users may get started by manually editing a project file
260for one of the Magick++ demo programs.
261</p>
262<p>Note, under Windows (and possibly the Mac) it may be necessary to initialize the ImageMagick library prior to using the Magick++ library. This initialization is performed by passing the path to the ImageMagick 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>
263<pre class="text">
264int main( int argc, char ** argv) {
265 InitializeMagick(*argv);
266 ...
267</pre>
268<p>This initialization step is not required under Unix, Linux,
269Cygwin, or any other operating environment that supports the notion
270of <em>installing</em> ImageMagick in a known location.
271</p>
272</div>
273<h2>Reporting Bugs</h2>
274<div class="doc-section">
275<a id="bugs"></a>
cristy2d67ddd2011-02-13 15:38:23 +0000276<p>Questions regarding usage should be directed to or to report any bugs go to
cristy6ad765e2013-02-24 22:14:01 +0000277<a href="http://www.imagemagick.org/discourse-server/viewforum.html?f=23">Magick++ bug tracking forum</a>.
cristydcca3fa2010-12-29 21:50:07 +0000278</p>
279</div>
cristyad41c0c2012-10-31 00:49:28 +0000280
281</div>
282
283<div id="linkbar">
cristyac1b4322013-07-28 13:58:06 +0000284 <span id="linkbar-west"> </span>
cristy8ee7f242013-06-20 16:08:44 +0000285
cristyad41c0c2012-10-31 00:49:28 +0000286 <span id="linkbar-center">
cristy44443b92015-05-05 00:06:07 +0000287 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a>
cristy91469932014-07-25 11:00:25 +0000288 <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
cristy417eeb12013-07-28 18:48:22 +0000289 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>
cristy8ee7f242013-06-20 16:08:44 +0000290 <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
cristyad41c0c2012-10-31 00:49:28 +0000291 </span>
cristyac1b4322013-07-28 13:58:06 +0000292 <span id="linkbar-east"> </span>
cristy149d58c2013-08-07 19:44:54 +0000293</div>
294<div class="footer">
cristy44443b92015-05-05 00:06:07 +0000295 <span id="footer-west">© 1999-2015 ImageMagick Studio LLC</span>
Cristyd7b18cc2015-09-16 20:05:46 -0400296 <span id="footer-east"> <a href="http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://www.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/www/http://nextgen.imagemagick.org/script/contact.php">Contact the Wizards</a></span>
cristy149d58c2013-08-07 19:44:54 +0000297</div>
298<div style="clear: both; margin: 0; width: 100%; "></div>
cristyad41c0c2012-10-31 00:49:28 +0000299</body>
300</html>