Changeset 485
- Timestamp:
- 10/27/09 06:53:20 (4 weeks ago)
- Location:
- ImageMagick/trunk
- Files:
-
- 71 modified
-
coders/jpeg.c (modified) (1 diff)
-
index.html (modified) (1 diff)
-
www/ImageMagickObject.html (modified) (2 diffs)
-
www/api.html (modified) (14 diffs)
-
www/api/animate.html (modified) (2 diffs)
-
www/api/annotate.html (modified) (1 diff)
-
www/api/blob.html (modified) (1 diff)
-
www/api/cache-view.html (modified) (1 diff)
-
www/api/cache.html (modified) (1 diff)
-
www/api/compare.html (modified) (2 diffs)
-
www/api/composite.html (modified) (1 diff)
-
www/api/constitute.html (modified) (2 diffs)
-
www/api/decorate.html (modified) (1 diff)
-
www/api/deprecate.html (modified) (1 diff)
-
www/api/display.html (modified) (1 diff)
-
www/api/distort.html (modified) (1 diff)
-
www/api/drawing-wand.html (modified) (1 diff)
-
www/api/exception.html (modified) (1 diff)
-
www/api/layer.html (modified) (1 diff)
-
www/api/list.html (modified) (1 diff)
-
www/api/magick-image.html (modified) (1 diff)
-
www/api/magick-property.html (modified) (1 diff)
-
www/api/magick-wand.html (modified) (1 diff)
-
www/api/module.html (modified) (1 diff)
-
www/api/montage.html (modified) (2 diffs)
-
www/api/paint.html (modified) (2 diffs)
-
www/api/pixel-iterator.html (modified) (2 diffs)
-
www/api/profile.html (modified) (1 diff)
-
www/api/quantize.html (modified) (1 diff)
-
www/api/resize.html (modified) (1 diff)
-
www/api/resource.html (modified) (1 diff)
-
www/api/segment.html (modified) (2 diffs)
-
www/api/shear.html (modified) (2 diffs)
-
www/api/stream.html (modified) (1 diff)
-
www/api/version.html (modified) (1 diff)
-
www/binary-releases.html (modified) (1 diff)
-
www/color.html (modified) (1 diff)
-
www/command-line-options.html (modified) (1 diff)
-
www/command-line-tools.html (modified) (2 diffs)
-
www/compare.html (modified) (1 diff)
-
www/conjure.html (modified) (2 diffs)
-
www/contact.html (modified) (2 diffs)
-
www/convert.html (modified) (2 diffs)
-
www/display.html (modified) (2 diffs)
-
www/download.html (modified) (1 diff)
-
www/examples.html (modified) (2 diffs)
-
www/fx.html (modified) (2 diffs)
-
www/high-dynamic-range.html (modified) (1 diff)
-
www/history.html (modified) (2 diffs)
-
www/identify.html (modified) (2 diffs)
-
www/index.html (modified) (1 diff)
-
www/install-source.html (modified) (1 diff)
-
www/jp2.html (modified) (1 diff)
-
www/license.html (modified) (1 diff)
-
www/links.html (modified) (9 diffs)
-
www/magick-core.html (modified) (1 diff)
-
www/magick-vector-graphics.html (modified) (1 diff)
-
www/mailing-list.html (modified) (5 diffs)
-
www/miff.html (modified) (1 diff)
-
www/mirrors.html (modified) (1 diff)
-
www/mogrify.html (modified) (1 diff)
-
www/montage.html (modified) (2 diffs)
-
www/motion-picture.html (modified) (2 diffs)
-
www/perl-magick.html (modified) (1 diff)
-
www/quantize.html (modified) (1 diff)
-
www/search.html (modified) (1 diff)
-
www/sitemap.html (modified) (8 diffs)
-
www/sponsors.html (modified) (2 diffs)
-
www/stream.html (modified) (2 diffs)
-
www/subversion.html (modified) (1 diff)
-
www/t-shirt.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/jpeg.c
r482 r485 1025 1025 jpeg_info.quantize_colors=MagickTrue; 1026 1026 jpeg_info.desired_number_of_colors=(int) image_info->colors; 1027 }1028 option=GetImageOption(image_info,"jpeg:dct-method");1029 if (option != (const char *) NULL)1030 {1031 if (LocaleCompare(value,"ISLOW") == 0)1032 jpeg_info.dct_method=JDCT_ISLOW;1033 if (LocaleCompare(value,"IFAST") == 0)1034 jpeg_info.dct_method=JDCT_IFAST;1035 if (LocaleCompare(value,"FLOAT") == 0)1036 jpeg_info.dct_method=JDCT_FLOAT;1037 if (LocaleCompare(value,"DEFAULT") == 0)1038 jpeg_info.dct_method=JDCT_DEFAULT;1039 if (LocaleCompare(value,"FASTEST") == 0)1040 jpeg_info.dct_method=JDCT_FASTEST;1041 1027 } 1042 1028 option=GetImageOption(image_info,"jpeg:block-smoothing"); -
ImageMagick/trunk/index.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200-->126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/ImageMagickObject.html
r478 r485 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->127 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 128 128 </div> 129 129 <div class="sponsor"> … … 208 208 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 209 209 <a href="../www/mailing-list.html">Mailing Lists</a> • 210 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>210 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 211 211 </span> 212 212 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api.html
r478 r485 160 160 </div> 161 161 162 <p><a href="https://gna.org/projects/g2f/" target="19 931235">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</p>162 <p><a href="https://gna.org/projects/g2f/" target="1932434344">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</p> 163 163 164 164 <div style="margin: auto;"> … … 172 172 </div> 173 173 174 <p><a href="http://www.imagemagick.org/ChMagick" target=" 1931212491">ChMagick</a> is a <a href="http://www.softintegration.com/" target="1337334885">Ch</a> binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.</p>174 <p><a href="http://www.imagemagick.org/ChMagick" target="220982523">ChMagick</a> is a <a href="http://www.softintegration.com/" target="2040269729">Ch</a> binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.</p> 175 175 176 176 <div style="margin: auto;"> … … 184 184 </div> 185 185 186 <p><a href="http://www.imagemagick.org/Magick++" target=" 196110040">Magick++</a> provides an object-oriented C++ interface to ImageMagick. See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf" target="1607404852">A 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" target="2026449278">source</a> if you want to correct, enhance, or expand the tutorial.</p>186 <p><a href="http://www.imagemagick.org/Magick++" target="366859319">Magick++</a> provides an object-oriented C++ interface to ImageMagick. See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf" target="1787122265">A 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" target="175358806">source</a> if you want to correct, enhance, or expand the tutorial.</p> 187 187 188 188 <div style="margin: auto;"> … … 190 190 </div> 191 191 192 <p><a href="http://www.jmagick.org" target="1 978349531">JMagick</a> provides an object-oriented Java interface to ImageMagick. <a href="http://im4java.sourceforge.net" target="371751911">Im4java</a> is a pure-java interface to the ImageMagick command-line.</p>192 <p><a href="http://www.jmagick.org" target="1205778246">JMagick</a> provides an object-oriented Java interface to ImageMagick. <a href="http://im4java.sourceforge.net" target="238530723">Im4java</a> is a pure-java interface to the ImageMagick command-line.</p> 193 193 194 194 <div style="margin: auto;"> … … 196 196 </div> 197 197 198 <p><a href="http://forums.lavag.org/downloads-file90.html" target=" 390293799">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</p>198 <p><a href="http://forums.lavag.org/downloads-file90.html" target="441640082">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</p> 199 199 200 200 <div style="margin: auto;"> … … 202 202 </div> 203 203 204 <p><a href="http://common-lisp.net/project/cl-magick/" target="1 525158968">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</p>204 <p><a href="http://common-lisp.net/project/cl-magick/" target="1977619502">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</p> 205 205 206 206 <div style="margin: auto;"> … … 208 208 </div> 209 209 210 <p><a href="http://code.google.com/p/nmagick" target=" 978196668">NMagick</a> is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.</p>210 <p><a href="http://code.google.com/p/nmagick" target="1580587729">NMagick</a> is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.</p> 211 211 212 212 <div style="margin: auto;"> … … 222 222 </div> 223 223 224 <p><a href="http://wiki.lazarus.freepascal.org/PascalMagick" target="1 017284630">PascalMagick</a> a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.</p>224 <p><a href="http://wiki.lazarus.freepascal.org/PascalMagick" target="197578978">PascalMagick</a> a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.</p> 225 225 226 226 <div style="margin: auto;"> … … 234 234 </div> 235 235 236 <p><a href="http://www.magickwand.org/" target=" 1473927995">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</p>237 238 <p><a href="http://pecl.html.net/package/imagick" target=" 320133034">IMagick</a> is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available <a href="http://php.net/imagick" target="627197409">here</a>.</p>239 240 <p><a href="http://www.francodacosta.com/phmagick" target=" 1633661224">phMagick</a> is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.</p>236 <p><a href="http://www.magickwand.org/" target="739839901">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</p> 237 238 <p><a href="http://pecl.html.net/package/imagick" target="433836807">IMagick</a> is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available <a href="http://php.net/imagick" target="272347537">here</a>.</p> 239 240 <p><a href="http://www.francodacosta.com/phmagick" target="437852241">phMagick</a> is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.</p> 241 241 242 242 <div style="margin: auto;"> … … 245 245 </div> 246 246 247 <p><a href="http://www.imagemagick.org/download/python/" target=" 603191903">PythonMagick</a> an object-oriented Python interface to ImageMagick.</p>248 249 <p><a href="http://www.procoders.net/?p=39" target=" 1843742529">PythonMagickWand</a> an object-oriented Python interface to MagickWand based on ctypes.</p>247 <p><a href="http://www.imagemagick.org/download/python/" target="820223884">PythonMagick</a> an object-oriented Python interface to ImageMagick.</p> 248 249 <p><a href="http://www.procoders.net/?p=39" target="919949228">PythonMagickWand</a> an object-oriented Python interface to MagickWand based on ctypes.</p> 250 250 251 251 <div style="margin: auto;"> … … 253 253 </div> 254 254 255 <p>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml" target=" 1413748815">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</p>255 <p>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml" target="443470501">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</p> 256 256 257 257 <div style="margin: auto;"> … … 259 259 </div> 260 260 261 <p><a href="http://rmagick.rubyforge.org/" target=" 56508173">RMagick</a> is an interface between the Ruby programming language and the <a href="../www/magick-core.html">MagickCore</a> image processing libraries. Get started with RMagick by perusing the <a href="http://www.imagemagick.org/RMagick/doc/" target="1590032667">documentation</a>.</p>262 263 <p><a href="http://magickwand.rubyforge.org/" target=" 208843737">MagickWand for Ruby</a> is an interface between the Ruby programming language and the <a href="../www/magick-wand.html">MagickWand</a> image processing libraries. Get started with MagickWand for PHP by perusing the <a href="http://magickwand.rubyforge.org/" target="680335465">documentation</a>.</p>264 265 <p><a href="http://rubyforge.org/projects/mini-magick" target="1 717089977">MiniMagick</a> is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.</p>266 267 <p><a href="http://quickmagick.rubyforge.org/quick_magick" target="1 297745946">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</p>261 <p><a href="http://rmagick.rubyforge.org/" target="240978995">RMagick</a> is an interface between the Ruby programming language and the <a href="../www/magick-core.html">MagickCore</a> image processing libraries. Get started with RMagick by perusing the <a href="http://www.imagemagick.org/RMagick/doc/" target="2000076792">documentation</a>.</p> 262 263 <p><a href="http://magickwand.rubyforge.org/" target="1529650785">MagickWand for Ruby</a> is an interface between the Ruby programming language and the <a href="../www/magick-wand.html">MagickWand</a> image processing libraries. Get started with MagickWand for PHP by perusing the <a href="http://magickwand.rubyforge.org/" target="907144709">documentation</a>.</p> 264 265 <p><a href="http://rubyforge.org/projects/mini-magick" target="1304227142">MiniMagick</a> is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.</p> 266 267 <p><a href="http://quickmagick.rubyforge.org/quick_magick" target="1782226623">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</p> 268 268 269 269 <div style="margin: auto;"> … … 271 271 </div> 272 272 273 <p><a href="http://tclmagick.sourceforge.net/" target=" 737434978">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p>273 <p><a href="http://tclmagick.sourceforge.net/" target="906613443">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p> 274 274 275 275 <div style="margin: auto;"> … … 277 277 </div> 278 278 279 <p><a href="http://code.google.com/p/remotemagick/" target="1 309967608">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</p>279 <p><a href="http://code.google.com/p/remotemagick/" target="1046742899">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</p> 280 280 281 281 </div> -
ImageMagick/trunk/www/api/animate.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+ -->126 <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 127 127 </div> 128 128 <div class="sponsor"> … … 184 184 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 185 185 <a href="../../www/mailing-list.html">Mailing Lists</a> • 186 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>186 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 187 187 </span> 188 188 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/annotate.html
r478 r485 323 323 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 324 324 <a href="../../www/mailing-list.html">Mailing Lists</a> • 325 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>325 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 326 326 </span> 327 327 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/blob.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/api/cache-view.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200-->126 <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/api/cache.html
r349 r485 513 513 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 514 514 <a href="../../www/mailing-list.html">Mailing Lists</a> • 515 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>515 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 516 516 </span> 517 517 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/compare.html
r443 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200-->126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 127 </div> 128 128 <div class="sponsor"> … … 326 326 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 327 327 <a href="../../www/mailing-list.html">Mailing Lists</a> • 328 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>328 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 329 329 </span> 330 330 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/composite.html
r478 r485 233 233 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 234 234 <a href="../../www/mailing-list.html">Mailing Lists</a> • 235 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>235 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 236 236 </span> 237 237 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/constitute.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 334 334 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 335 335 <a href="../../www/mailing-list.html">Mailing Lists</a> • 336 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>336 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 337 337 </span> 338 338 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/decorate.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/api/deprecate.html
r399 r485 2598 2598 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 2599 2599 <a href="../../www/mailing-list.html">Mailing Lists</a> • 2600 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>2600 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 2601 2601 </span> 2602 2602 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/display.html
r443 r485 237 237 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 238 238 <a href="../../www/mailing-list.html">Mailing Lists</a> • 239 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>239 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 240 240 </span> 241 241 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/distort.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ -->126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/api/drawing-wand.html
r478 r485 3068 3068 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 3069 3069 <a href="../../www/mailing-list.html">Mailing Lists</a> • 3070 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>3070 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 3071 3071 </span> 3072 3072 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/exception.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/api/layer.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/api/list.html
r474 r485 646 646 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 647 647 <a href="../../www/mailing-list.html">Mailing Lists</a> • 648 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>648 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 649 649 </span> 650 650 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/magick-image.html
r397 r485 6336 6336 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 6337 6337 <a href="../../www/mailing-list.html">Mailing Lists</a> • 6338 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>6338 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 6339 6339 </span> 6340 6340 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/magick-property.html
r478 r485 1628 1628 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 1629 1629 <a href="../../www/mailing-list.html">Mailing Lists</a> • 1630 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>1630 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 1631 1631 </span> 1632 1632 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/magick-wand.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/api/module.html
r478 r485 517 517 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 518 518 <a href="../../www/mailing-list.html">Mailing Lists</a> • 519 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>519 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 520 520 </span> 521 521 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/montage.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 254 254 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 255 255 <a href="../../www/mailing-list.html">Mailing Lists</a> • 256 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>256 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 257 257 </span> 258 258 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/paint.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 327 327 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 328 328 <a href="../../www/mailing-list.html">Mailing Lists</a> • 329 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>329 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 330 330 </span> 331 331 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/pixel-iterator.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 507 507 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 508 508 <a href="../../www/mailing-list.html">Mailing Lists</a> • 509 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>509 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 510 510 </span> 511 511 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/profile.html
r478 r485 377 377 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 378 378 <a href="../../www/mailing-list.html">Mailing Lists</a> • 379 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>379 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 380 380 </span> 381 381 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/quantize.html
r478 r485 483 483 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 484 484 <a href="../../www/mailing-list.html">Mailing Lists</a> • 485 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>485 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 486 486 </span> 487 487 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/resize.html
r399 r485 453 453 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 454 454 <a href="../../www/mailing-list.html">Mailing Lists</a> • 455 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>455 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 456 456 </span> 457 457 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/resource.html
r478 r485 322 322 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 323 323 <a href="../../www/mailing-list.html">Mailing Lists</a> • 324 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>324 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 325 325 </span> 326 326 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/segment.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200-->126 <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 127 127 </div> 128 128 <div class="sponsor"> … … 194 194 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 195 195 <a href="../../www/mailing-list.html">Mailing Lists</a> • 196 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>196 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 197 197 </span> 198 198 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/shear.html
r474 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200-->126 <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 127 127 </div> 128 128 <div class="sponsor"> … … 266 266 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 267 267 <a href="../../www/mailing-list.html">Mailing Lists</a> • 268 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>268 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 269 269 </span> 270 270 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/stream.html
r478 r485 209 209 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 210 210 <a href="../../www/mailing-list.html">Mailing Lists</a> • 211 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>211 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 212 212 </span> 213 213 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/version.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200-->126 <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/binary-releases.html
r474 r485 374 374 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 375 375 <a href="../www/mailing-list.html">Mailing Lists</a> • 376 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>376 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 377 377 </span> 378 378 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/color.html
r478 r485 5033 5033 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 5034 5034 <a href="../www/mailing-list.html">Mailing Lists</a> • 5035 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>5035 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 5036 5036 </span> 5037 5037 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/command-line-options.html
r474 r485 5716 5716 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 5717 5717 <a href="../www/mailing-list.html">Mailing Lists</a> • 5718 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>5718 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 5719 5719 </span> 5720 5720 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/command-line-tools.html
r478 r485 154 154 <p class="navigation-index">[<a href="#animate">animate</a> • <a href="#compare">compare</a> • <a href="#composite">composite</a> • <a href="#conjure">conjure</a> • <a href="#convert">convert</a> • <a href="#display">display</a> • <a href="#identify">identify</a> • <a href="#import">import</a> • <a href="#mogrify">mogrify</a> • <a href="#montage">montage</a> • <a href="#stream">stream</a>]</p> 155 155 156 <p>ImageMagick includes a number of command-line utilities for manipulating images. Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as <a href="http://www.gimp.org" target=" 1494346114">gimp</a> or <a href="http://www.adobe.com" target="1883578318">Photoshop</a>. However, a GUI is not always convenient. Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image. For these types of operations, the command-line image processing utility is appropriate.</p>156 <p>ImageMagick includes a number of command-line utilities for manipulating images. Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as <a href="http://www.gimp.org" target="707899760">gimp</a> or <a href="http://www.adobe.com" target="330863538">Photoshop</a>. However, a GUI is not always convenient. Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image. For these types of operations, the command-line image processing utility is appropriate.</p> 157 157 158 158 <p>The ImageMagick command-line tools exit with a status of 0 if the command line arguments have a proper syntax and no problems are encountered. Expect a descriptive message and an exit status of 1 if any exception occurs such as improper syntax, a problem reading or writing an image, or any other problem that prevents the command from completing successfully.</p> 159 159 160 <p>In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves. If you are just getting acquainted with ImageMagick, start with the <a href="#convert">convert</a> program. Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to <a href="http://www.imagemagick.org/Usage/" target=" 619547990">convert, compose, or edit</a> images from the command-line.</p>160 <p>In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves. If you are just getting acquainted with ImageMagick, start with the <a href="#convert">convert</a> program. Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to <a href="http://www.imagemagick.org/Usage/" target="761160206">convert, compose, or edit</a> images from the command-line.</p> 161 161 162 162 <div style="margin: auto;"> … … 233 233 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 234 234 <a href="../www/mailing-list.html">Mailing Lists</a> • 235 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>235 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 236 236 </span> 237 237 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/compare.html
r478 r485 397 397 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 398 398 <a href="../www/mailing-list.html">Mailing Lists</a> • 399 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>399 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 400 400 </span> 401 401 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/conjure.html
r478 r485 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200-->127 <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 307 307 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 308 308 <a href="../www/mailing-list.html">Mailing Lists</a> • 309 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>309 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 310 310 </span> 311 311 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/contact.html
r478 r485 169 169 </ul> 170 170 171 <p>You will receive a reply within 24-48 hours if your submission is any of these topics. For all other topics, do not expect a reply. Instead post your message to the <a href="http://www.imagemagick.org/discourse-server" target="1 527087959">discourse server</a> or the <a href="../www/mailing-list.html">mailing list</a>.</p>171 <p>You will receive a reply within 24-48 hours if your submission is any of these topics. For all other topics, do not expect a reply. Instead post your message to the <a href="http://www.imagemagick.org/discourse-server" target="1905275611">discourse server</a> or the <a href="../www/mailing-list.html">mailing list</a>.</p> 172 172 <fieldset> 173 173 <legend>Contact the Wizards</legend> … … 219 219 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 220 220 <a href="../www/mailing-list.html">Mailing Lists</a> • 221 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>221 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 222 222 </span> 223 223 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/convert.html
r478 r485 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->127 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 128 128 </div> 129 129 <div class="sponsor"> … … 1261 1261 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 1262 1262 <a href="../www/mailing-list.html">Mailing Lists</a> • 1263 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>1263 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 1264 1264 </span> 1265 1265 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/display.html
r478 r485 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->127 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 128 128 </div> 129 129 <div class="sponsor"> … … 639 639 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 640 640 <a href="../www/mailing-list.html">Mailing Lists</a> • 641 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>641 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 642 642 </span> 643 643 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/download.html
r474 r485 216 216 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 217 217 <a href="../www/mailing-list.html">Mailing Lists</a> • 218 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>218 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 219 219 </span> 220 220 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/examples.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 152 152 <div class="main"> 153 153 154 <p>Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script. You can generate this image yourself with this <a href="../www/perl-magick.html">PerlMagick</a> script, <a href="../www/source/examples.pl" target=" 371377059">examples.pl</a>.</p><br />154 <p>Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script. You can generate this image yourself with this <a href="../www/perl-magick.html">PerlMagick</a> script, <a href="../www/source/examples.pl" target="1031149237">examples.pl</a>.</p><br /> 155 155 156 156 <div class="viewport"> -
ImageMagick/trunk/www/fx.html
r478 r485 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->127 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 128 128 </div> 129 129 <div class="sponsor"> … … 467 467 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 468 468 <a href="../www/mailing-list.html">Mailing Lists</a> • 469 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>469 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 470 470 </span> 471 471 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/high-dynamic-range.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200-->126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/history.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 163 163 <p>The next generation of ImageMagick, version 5, started when Bob Friesenhahn contacted me and suggested I improve the application programming interface so users could leverage the image-processing algorithms from other languages or scripts. Bob also wrote a C++ wrapper for ImageMagick called Magick++, and began contributing enhancements such as the module loader facility, automatic file identification, and test suites. In the mean-time, the project picked up a few other notable contributors: Glenn Randers-Pehrson, William Radcliffe, and Leonard Rosenthol. By now, ImageMagick was being utilized by tens of thousands of users, who reacted gruffly when a new release broke an existing API call or script. The other members of the group wanted to freeze the API and command line but I was not quite ready, since ImageMagick was not quite what I had envisioned it could be. Bob and the others created a fork of ImageMagick. I alone continued to develop ImageMagick.</p> 164 164 165 <p>I did not work alone for long. Anthony Thyssen contacted me about deficiencies in the ImageMagick command line programs. He pointed out that the command line was confusing when dealing with more than one image. He suggested an orderly, well-defined method for dealing with the command line, and this became ImageMagick version 6 (the current release). His efforts are detailed on his web pages, <a href="http://www.imagemagick.org/Usage/" target="1 398570614">Examples of ImageMagick Usage</a>. I highly recommend that you peruse his site. He has illustrated the power of ImageMagick in ways that even I did not know were possible.</p>165 <p>I did not work alone for long. Anthony Thyssen contacted me about deficiencies in the ImageMagick command line programs. He pointed out that the command line was confusing when dealing with more than one image. He suggested an orderly, well-defined method for dealing with the command line, and this became ImageMagick version 6 (the current release). His efforts are detailed on his web pages, <a href="http://www.imagemagick.org/Usage/" target="1006579446">Examples of ImageMagick Usage</a>. I highly recommend that you peruse his site. He has illustrated the power of ImageMagick in ways that even I did not know were possible.</p> 166 166 167 167 <p>It has been 20 years since ImageMagick was first conceived, and it looks likely that it will be here for another 20 and beyond. The command line and the application programming interface are stable, but there is still work to do. We are currently working on improving the conjure utility, Scalable Vector Graphics (SVG) support, and adding better support for video formats.</p> -
ImageMagick/trunk/www/identify.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 416 416 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 417 417 <a href="../www/mailing-list.html">Mailing Lists</a> • 418 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>418 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 419 419 </span> 420 420 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/index.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200-->126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/install-source.html
r474 r485 224 224 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 225 225 <a href="../www/mailing-list.html">Mailing Lists</a> • 226 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>226 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 227 227 </span> 228 228 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/jp2.html
r397 r485 263 263 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 264 264 <a href="../www/mailing-list.html">Mailing Lists</a> • 265 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>265 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 266 266 </span> 267 267 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/license.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/links.html
r478 r485 160 160 </div> 161 161 <ul> 162 <dt><a href="http://www.imagemagick.org/Usage/" target=" 2090645082">Examples of ImageMagick Usage</a></dt>163 <dt><a href="http://software.newsforge.com/article.pl?sid=05/04/29/1358220" target="1 11483485">Advanced image editing from the command line with ImageMagick</a></dt>164 <dt><a href="http://www.applematters.com/index.html/section/comments/1113/" target=" 1831326396">Best Open Source Software for the Macintosh</a></dt>165 <dt><a href="http://software.newsforge.com/article.pl?sid=05/07/01/1959251" target=" 378146862">Command-line animations using ImageMagick</a></dt>166 <dt><a href="http://www.builderau.com.au/program/linux/soa/Convert_images_with_open_source_ImageMagick/0,339028299,339271774,00.htm" target=" 1950911256">Convert Images with Open Source ImageMagick</a></dt>167 <dt><a href="http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/" target="1 761392854">Enchanting Pictures with ImageMagick</a></dt>168 <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428" target=" 570523267">Graphics from the Command Line</a></dt>169 <dt><a href="http://www.ars-informatica.ca/article.html?article=22" target="18 29825563">Image creation, conversion and manipulation with ImageMagick</a></dt>170 <dt><a href="http://www.applematters.com/index.html/section/comments/2104/" target=" 2113850390">Image Editing for Power Users on the Mac</a></dt>171 <dt><a href="http://applications.linux.com/article.pl?sid=05/03/29/1525217" target=" 88757455">ImageMagick: A graphics wizard for the command line</a></dt>172 <dt><a href="http://www.ioncannon.net/linux/81/5-imagemagick-command-line-examples-part-1/" target=" 1737922985">ImageMagick command line examples - part 1</a></dt>173 <dt><a href="http://www.ioncannon.net/linux/72/5-imagemagick-command-line-examples-part-2/" target="14 45522843">ImageMagick command line examples - part 2</a></dt>174 <dt><a href="http://www.rabuser.info/jmagick.html" target=" 1292440824">ImageMagick & Java</a></dt>175 <dt><a href="http://www.jpeek.com/articles/linuxmag/0606.pdf" target="1 084795987">ImageMagick, Part One</a></dt>176 <dt><a href="http://www.jpeek.com/articles/linuxmag/0607.pdf" target=" 510839808">ImageMagick, Part Two</a></dt>177 <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine" target=" 186407087">More Graphics from the Command Line</a></dt>178 <dt><a href="http://www.ffnn.nl/pages/projects/ubuntu-firefox-themes.html" target=" 796533936">Ubuntu Firefox Themes</a></dt>162 <dt><a href="http://www.imagemagick.org/Usage/" target="1945251722">Examples of ImageMagick Usage</a></dt> 163 <dt><a href="http://software.newsforge.com/article.pl?sid=05/04/29/1358220" target="1516970900">Advanced image editing from the command line with ImageMagick</a></dt> 164 <dt><a href="http://www.applematters.com/index.html/section/comments/1113/" target="2116568846">Best Open Source Software for the Macintosh</a></dt> 165 <dt><a href="http://software.newsforge.com/article.pl?sid=05/07/01/1959251" target="1160818300">Command-line animations using ImageMagick</a></dt> 166 <dt><a href="http://www.builderau.com.au/program/linux/soa/Convert_images_with_open_source_ImageMagick/0,339028299,339271774,00.htm" target="647566531">Convert Images with Open Source ImageMagick</a></dt> 167 <dt><a href="http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/" target="1603311102">Enchanting Pictures with ImageMagick</a></dt> 168 <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428" target="466847575">Graphics from the Command Line</a></dt> 169 <dt><a href="http://www.ars-informatica.ca/article.html?article=22" target="18649716">Image creation, conversion and manipulation with ImageMagick</a></dt> 170 <dt><a href="http://www.applematters.com/index.html/section/comments/2104/" target="1625835371">Image Editing for Power Users on the Mac</a></dt> 171 <dt><a href="http://applications.linux.com/article.pl?sid=05/03/29/1525217" target="473219641">ImageMagick: A graphics wizard for the command line</a></dt> 172 <dt><a href="http://www.ioncannon.net/linux/81/5-imagemagick-command-line-examples-part-1/" target="2023856935">ImageMagick command line examples - part 1</a></dt> 173 <dt><a href="http://www.ioncannon.net/linux/72/5-imagemagick-command-line-examples-part-2/" target="1428861296">ImageMagick command line examples - part 2</a></dt> 174 <dt><a href="http://www.rabuser.info/jmagick.html" target="367535060">ImageMagick & Java</a></dt> 175 <dt><a href="http://www.jpeek.com/articles/linuxmag/0606.pdf" target="1573632313">ImageMagick, Part One</a></dt> 176 <dt><a href="http://www.jpeek.com/articles/linuxmag/0607.pdf" target="1639045162">ImageMagick, Part Two</a></dt> 177 <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine" target="950673850">More Graphics from the Command Line</a></dt> 178 <dt><a href="http://www.ffnn.nl/pages/projects/ubuntu-firefox-themes.html" target="1475057754">Ubuntu Firefox Themes</a></dt> 179 179 </ul> 180 180 … … 184 184 185 185 <ul> 186 <dt><a href="http://www-128.ibm.com/developerworks/openwww/source/library/os-mosaic/?ca=dgr-lnxw09MosaicImages" target=" 1000235931">Create Mosaic Images with Perl and ImageMagick</a></dt>187 <dt><a href="http://builder.com.com/5100-6371-5924990.html" target="3 90919174">Convert images for printing with MagickWand for PHP</a></dt>188 <dt><a href="http://www.sitepoint.com/article/dynamic-images-imagemagick" target="1 018893160">Create Dynamic Images with ImageMagick</a></dt>189 <dt><a href="http://www.clearimageonline.com/builder/pdf/imageservices.pdf" target=" 1168415407">Image Services Add-on for Aestiva's HTML/OS and H2O</a></dt>190 <dt><a href="http://www.ioncannon.net/php/75/how-to-compile-imagemagick-for-php-by-hand/" target=" 68671696">How to compile ImageMagick for PHP by hand</a></dt>191 <dt><a href="http://members.shaw.ca/el.supremo/MagickWand/" target="13 10499230">MagickWand Examples in C</a></dt>192 <dt><a href="http://www.html-editors.com/contest/1/82-read.html" target="1 967840982">PHP Extensions: MagickWand for PHP</a></dt>193 <dt><a href="http://www.evolt.org/article/PHP_frontend_to_ImageMagick/17/55650/" target=" 2005278762">PHP frontend to ImageMagick</a></dt>194 <dt><a href="http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/" target="1 450262566">PHP ImageMagick MagickWand Examples</a></dt>195 <dt><a href="http://www.imagemagick.org/RMagick/doc/rvgtut.html" target="1 419163804">RVG - Ruby Vector Graphics</a></dt>196 <dt><a href="http://www.devshed.com/c/a/PHP/Security-Images-with-PHP-and-ImageMagick/" target="1 171587278">Security Images with PHP and ImageMagick</a></dt>197 <dt><a href="http://www.rubblewebs.co.uk/imagemagick/" target="1 622208140">Simple Uses of PHP and ImageMagick</a></dt>186 <dt><a href="http://www-128.ibm.com/developerworks/openwww/source/library/os-mosaic/?ca=dgr-lnxw09MosaicImages" target="278100128">Create Mosaic Images with Perl and ImageMagick</a></dt> 187 <dt><a href="http://builder.com.com/5100-6371-5924990.html" target="381222738">Convert images for printing with MagickWand for PHP</a></dt> 188 <dt><a href="http://www.sitepoint.com/article/dynamic-images-imagemagick" target="1485908368">Create Dynamic Images with ImageMagick</a></dt> 189 <dt><a href="http://www.clearimageonline.com/builder/pdf/imageservices.pdf" target="2017952865">Image Services Add-on for Aestiva's HTML/OS and H2O</a></dt> 190 <dt><a href="http://www.ioncannon.net/php/75/how-to-compile-imagemagick-for-php-by-hand/" target="226035958">How to compile ImageMagick for PHP by hand</a></dt> 191 <dt><a href="http://members.shaw.ca/el.supremo/MagickWand/" target="1371033050">MagickWand Examples in C</a></dt> 192 <dt><a href="http://www.html-editors.com/contest/1/82-read.html" target="1005379833">PHP Extensions: MagickWand for PHP</a></dt> 193 <dt><a href="http://www.evolt.org/article/PHP_frontend_to_ImageMagick/17/55650/" target="1018625986">PHP frontend to ImageMagick</a></dt> 194 <dt><a href="http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/" target="1739556878">PHP ImageMagick MagickWand Examples</a></dt> 195 <dt><a href="http://www.imagemagick.org/RMagick/doc/rvgtut.html" target="1790115697">RVG - Ruby Vector Graphics</a></dt> 196 <dt><a href="http://www.devshed.com/c/a/PHP/Security-Images-with-PHP-and-ImageMagick/" target="147294843">Security Images with PHP and ImageMagick</a></dt> 197 <dt><a href="http://www.rubblewebs.co.uk/imagemagick/" target="1827300464">Simple Uses of PHP and ImageMagick</a></dt> 198 198 </ul> 199 199 … … 203 203 204 204 <ul> 205 <dt><a href="http://beta.bigmedium.com/blog/imagemagick-install-osx.shtml" target=" 82405261">Installing ImageMagick on Mac OS X</a></dt>206 <dt><a href="http://www.cloudgoessocial.net/2009/06/09/imagemagick-on-iphone-with-jpeg-png/" target=" 558385286">ImageMagick on iPhone</a></dt>207 <dt><a href="http://www.cloudgoessocial.net/2009/07/09/imagemagick-on-iphone-xcode/" target="1 565369574">ImageMagick on iPhone - Xcode</a></dt>208 <dt><a href="http://www.digitalsanctum.com/?s=ImageMagick" target="1 93888746">Installing ImageMagick from Source on Ubuntu</a></dt>205 <dt><a href="http://beta.bigmedium.com/blog/imagemagick-install-osx.shtml" target="377109789">Installing ImageMagick on Mac OS X</a></dt> 206 <dt><a href="http://www.cloudgoessocial.net/2009/06/09/imagemagick-on-iphone-with-jpeg-png/" target="840113863">ImageMagick on iPhone</a></dt> 207 <dt><a href="http://www.cloudgoessocial.net/2009/07/09/imagemagick-on-iphone-xcode/" target="1625068539">ImageMagick on iPhone - Xcode</a></dt> 208 <dt><a href="http://www.digitalsanctum.com/?s=ImageMagick" target="1894080690">Installing ImageMagick from Source on Ubuntu</a></dt> 209 209 </ul> 210 210 … … 214 214 215 215 <ul> 216 <dt><a href="http://www.xs4all.nl/%7Ebvdwolf/main/foto/down_sample/down_sample.htm" target=" 242228034">Down-sampling Methods</a></dt>216 <dt><a href="http://www.xs4all.nl/%7Ebvdwolf/main/foto/down_sample/down_sample.htm" target="809199061">Down-sampling Methods</a></dt> 217 217 </ul> 218 218 … … 221 221 </div> 222 222 <ul> 223 <dt><a href="http://www.linux.com/article.pl?sid=06/09/29/1917210" target=" 1943516436">Book review: ImageMagick Tricks</a></dt>224 <dt><a href="http://books.slashdot.org/books/06/03/13/1442239.shtml" target=" 2144800002">The Definitive Guide To ImageMagick</a></dt>223 <dt><a href="http://www.linux.com/article.pl?sid=06/09/29/1917210" target="638403191">Book review: ImageMagick Tricks</a></dt> 224 <dt><a href="http://books.slashdot.org/books/06/03/13/1442239.shtml" target="394163573">The Definitive Guide To ImageMagick</a></dt> 225 225 </ul> 226 226 … … 229 229 </div> 230 230 <ul> 231 <dt><a href="http://www.archivesat.com/ImageMagick_Users_List/" target="2 003620888">ImageMagick Users List</a></dt>232 <dt><a href="http://www.archivesat.com/ImageMagick_Developer_List/" target=" 366556056">ImageMagick Developers List</a></dt>233 <dt><a href="http://www.archivesat.com/ImageMagick_Defect_Support/" target=" 1827141918">ImageMagick Bugs List</a></dt>231 <dt><a href="http://www.archivesat.com/ImageMagick_Users_List/" target="265026515">ImageMagick Users List</a></dt> 232 <dt><a href="http://www.archivesat.com/ImageMagick_Developer_List/" target="1105250766">ImageMagick Developers List</a></dt> 233 <dt><a href="http://www.archivesat.com/ImageMagick_Defect_Support/" target="412813289">ImageMagick Bugs List</a></dt> 234 234 </ul> 235 235 … … 239 239 <dl> 240 240 <dt>Denmark</dt> 241 <dd><a href="http://imagemagick.europnews.de" target="1 969987631">http://imagemagick.europnews.de</a></dd><br />241 <dd><a href="http://imagemagick.europnews.de" target="1890861886">http://imagemagick.europnews.de</a></dd><br /> 242 242 <dt>Germany</dt> 243 <dd><a href="http://imagemagick.linux-mirror.org" target=" 455313511">http://imagemagick.linux-mirror.org</a></dd><br />243 <dd><a href="http://imagemagick.linux-mirror.org" target="1578470408">http://imagemagick.linux-mirror.org</a></dd><br /> 244 244 <dt>Ireland</dt> 245 <dd><a href="http://imagemagick.oss-mirror.org" target=" 1417581255">http://imagemagick.oss-mirror.org</a></dd><br />245 <dd><a href="http://imagemagick.oss-mirror.org" target="289186576">http://imagemagick.oss-mirror.org</a></dd><br /> 246 246 <dt>United States</dt> 247 <dd><a href="http://www.imagemagick.org" target="1 268026826">http://www.imagemagick.org</a></dd>247 <dd><a href="http://www.imagemagick.org" target="1172239534">http://www.imagemagick.org</a></dd> 248 248 </dl> 249 249 … … 253 253 254 254 <ul> 255 <dt><a href="http://gmic.sourceforge.net/" target="1 747754335">G'MIC</a>: convert, manipulate and visualize generic 1D/2D/3D multi-spectral image files</dt>256 <dt><a href="http://www.beesoft.org/index.html?id=imagicom" target=" 354893594">Image Commander</a>: bulk picture processing with a GUI</dt>255 <dt><a href="http://gmic.sourceforge.net/" target="1946005468">G'MIC</a>: convert, manipulate and visualize generic 1D/2D/3D multi-spectral image files</dt> 256 <dt><a href="http://www.beesoft.org/index.html?id=imagicom" target="1862818889">Image Commander</a>: bulk picture processing with a GUI</dt> 257 257 </ul> 258 258 … … 261 261 </div> 262 262 <ul> 263 <dt><a href="http://www.wizards-toolkit.org" target=" 1778866634">Wizard's Toolkit</a></dt>264 <dt><a href="http://www.multipole.org" target=" 1934161423">Computational Simulation of Multi-Body Interactions with O(n) Scaling</a></dt>263 <dt><a href="http://www.wizards-toolkit.org" target="663801049">Wizard's Toolkit</a></dt> 264 <dt><a href="http://www.multipole.org" target="749195670">Computational Simulation of Multi-Body Interactions with O(n) Scaling</a></dt> 265 265 </ul> 266 266 -
ImageMagick/trunk/www/magick-core.html
r478 r485 285 285 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 286 286 <a href="../www/mailing-list.html">Mailing Lists</a> • 287 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>287 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 288 288 </span> 289 289 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/magick-vector-graphics.html
r478 r485 1058 1058 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 1059 1059 <a href="../www/mailing-list.html">Mailing Lists</a> • 1060 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>1060 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 1061 1061 </span> 1062 1062 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/mailing-list.html
r478 r485 155 155 156 156 <div style="margin: auto;"> 157 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-users" target=" 952712749">Magick Users</a></h2>157 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-users" target="744107579">Magick Users</a></h2> 158 158 </div> 159 159 … … 161 161 162 162 <div style="margin: auto;"> 163 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-developers" target="1 608620089">Magick Developers</a></h2>163 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-developers" target="1730840642">Magick Developers</a></h2> 164 164 </div> 165 165 … … 167 167 168 168 <div style="margin: auto;"> 169 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-bugs" target=" 361787962">Magick Bugs</a></h2>169 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-bugs" target="1228458407">Magick Bugs</a></h2> 170 170 </div> 171 171 … … 173 173 174 174 <div style="margin: auto;"> 175 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-announce" target="11 48822789">Magick Announce</a></h2>175 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-announce" target="1110966899">Magick Announce</a></h2> 176 176 </div> 177 177 … … 185 185 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 186 186 <a href="../www/mailing-list.html">Mailing Lists</a> • 187 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>187 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 188 188 </span> 189 189 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/miff.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/mirrors.html
r478 r485 155 155 <dl class="magick-mirror"> 156 156 <dt>France</dt> 157 <dd><a href="http://imagemagick.europnews.de/" target=" 2118089038">http://imagemagick.europnews.de/</a></dd><br />157 <dd><a href="http://imagemagick.europnews.de/" target="544739162">http://imagemagick.europnews.de/</a></dd><br /> 158 158 <dt>Unites States</dt> 159 <dd><a href="http://www.imagemagick.org/" target="1 049959191">http://www.imagemagick.org/</a></dd>159 <dd><a href="http://www.imagemagick.org/" target="1976879918">http://www.imagemagick.org/</a></dd> 160 160 </dl> 161 161 <p>If you want to add a new web-site mirror, please <a href="http://www.imagemagick.org/script/contact.php">contact us</a>.</p> -
ImageMagick/trunk/www/mogrify.html
r478 r485 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->127 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/montage.html
r478 r485 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->127 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 128 128 </div> 129 129 <div class="sponsor"> … … 699 699 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 700 700 <a href="../www/mailing-list.html">Mailing Lists</a> • 701 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>701 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 702 702 </span> 703 703 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/motion-picture.html
r478 r485 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->127 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 128 128 </div> 129 129 <div class="sponsor"> … … 280 280 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 281 281 <a href="../www/mailing-list.html">Mailing Lists</a> • 282 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>282 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 283 283 </span> 284 284 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/perl-magick.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/quantize.html
r478 r485 286 286 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 287 287 <a href="../www/mailing-list.html">Mailing Lists</a> • 288 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>288 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 289 289 </span> 290 290 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/search.html
r478 r485 167 167 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 168 168 <a href="../www/mailing-list.html">Mailing Lists</a> • 169 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>169 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 170 170 </span> 171 171 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/sitemap.html
r478 r485 163 163 <dd><a href="../www/index.html">Introduction</a>: convert, edit, and compose images from the command-line or program interface.</dd> 164 164 <dd><a href="../www/examples.html">Examples of ImageMagick usage</a>: a few examples that show what you can do with an image using ImageMagick.</dd> 165 <dd><a href="http://www.imagemagick.org/Usage/" target="1 511262889">Anthony Thyssen's examples of ImageMagick usage</a>: a comprehensive tutorial of using ImageMagick from the command line.</dd>165 <dd><a href="http://www.imagemagick.org/Usage/" target="1792200166">Anthony Thyssen's examples of ImageMagick usage</a>: a comprehensive tutorial of using ImageMagick from the command line.</dd> 166 166 <dd><a href="../www/color.html">Color names</a>: how to specify a color name, a hex color, or a numerical RGB, RGBA, HSL, HSLA, CMYK, or CMYKA color.</dd> 167 167 <dd><a href="../www/resources.html">Resources</a>: ImageMagick depends on external resources including configuration files, loadable modules, fonts, and environment variables.</dd> … … 177 177 <dd><a href="../www/download.html">Download ImageMagick</a>: ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors.</dd> 178 178 <ul> 179 <dd><a href="http://www.imagemagick.org/download" target="1 90577586">Unix source</a>: Unix source distributions.</dd>180 <dd><a href="http://www.imagemagick.org/download/windows" target=" 613061527">Windows source</a>: Windows source distributions.</dd>181 <dd><a href="http://www.imagemagick.org/download/binaries" target=" 1558651059">Unix and Windows binaries</a>: Unix and Windows binary distributions.</dd>179 <dd><a href="http://www.imagemagick.org/download" target="1224188876">Unix source</a>: Unix source distributions.</dd> 180 <dd><a href="http://www.imagemagick.org/download/windows" target="1834883006">Windows source</a>: Windows source distributions.</dd> 181 <dd><a href="http://www.imagemagick.org/download/binaries" target="810205629">Unix and Windows binaries</a>: Unix and Windows binary distributions.</dd> 182 182 <dd><a href="../www/subversion.html">Subversion repository</a>: stable and development source releases.</dd> 183 <dd><a href="http://www.magickwand.org/" target=" 849733256">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd>184 <dd><a href="http://www.imagemagick.org/download/delegates" target="14 13269541">Delegate libraries</a>: ImageMagick depends on a number of optional delegate libraries to extend its functionality.</dd>183 <dd><a href="http://www.magickwand.org/" target="1311791390">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd> 184 <dd><a href="http://www.imagemagick.org/download/delegates" target="145325703">Delegate libraries</a>: ImageMagick depends on a number of optional delegate libraries to extend its functionality.</dd> 185 185 </ul> 186 186 </dl> … … 221 221 <dd><a href="../www/command-line-options.html">Command line options</a>: annotated list of all options that can appear on the command-line.</dd> 222 222 <dd><a href="../www/fx.html">Fx</a>: apply a mathematical expression to an image or image channels.</dd> 223 <dd><a href="http://www.fmwconcepts.com/imagemagick/" target=" 1377722532">Fred's ImageMagick Scripts</a>: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.</dd>223 <dd><a href="http://www.fmwconcepts.com/imagemagick/" target="991896891">Fred's ImageMagick Scripts</a>: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.</dd> 224 224 </dl> 225 225 … … 231 231 <dd><a href="../www/api.html">Program interfaces</a>: application programming interfaces.</dd> 232 232 <ul> 233 <dd><a href="http://www.imagemagick.org/ChMagick" target="2 00494784">ChMagick</a>: is a <a href="http://www.softintegration.com/" target="581942064">Ch</a> an embeddable MagickCore C/C++ interpreter for cross-platform scripting.</dd>234 <dd><a href="http://common-lisp.net/project/cl-magick/" target="1 341215546">CL-Magick</a>: provides a Common Lisp interface to the ImageMagick library.</dd>235 <dd><a href="https://gna.org/projects/g2f/" target=" 464952773">G2F</a>: implements an Ada 95 binding to a subset of the low-level MagickCore library.</dd>236 <dd><a href="http://www.imagemagick.org/Magick++" target=" 2074087294">Magick++</a>: provides an object-oriented C++ interface to ImageMagick.</dd>237 <dd><a href="http://pecl.html.net/package/imagick" target=" 35824313">IMagick</a>: is a native PHP extension to create and modify images using the ImageMagick API.</dd>238 <dd><a href="http://www.yeo.id.au/jmagick/" target="1 671908042">JMagick</a>: provides an object-oriented Java interface to ImageMagick.</dd>233 <dd><a href="http://www.imagemagick.org/ChMagick" target="214619661">ChMagick</a>: is a <a href="http://www.softintegration.com/" target="615193692">Ch</a> an embeddable MagickCore C/C++ interpreter for cross-platform scripting.</dd> 234 <dd><a href="http://common-lisp.net/project/cl-magick/" target="1278618713">CL-Magick</a>: provides a Common Lisp interface to the ImageMagick library.</dd> 235 <dd><a href="https://gna.org/projects/g2f/" target="1644639076">G2F</a>: implements an Ada 95 binding to a subset of the low-level MagickCore library.</dd> 236 <dd><a href="http://www.imagemagick.org/Magick++" target="1150086375">Magick++</a>: provides an object-oriented C++ interface to ImageMagick.</dd> 237 <dd><a href="http://pecl.html.net/package/imagick" target="620182370">IMagick</a>: is a native PHP extension to create and modify images using the ImageMagick API.</dd> 238 <dd><a href="http://www.yeo.id.au/jmagick/" target="1501544423">JMagick</a>: provides an object-oriented Java interface to ImageMagick.</dd> 239 239 <dd><a href="../www/magick-core.html">MagickCore</a>: C API, recommended for wizard-level developers.</dd> 240 240 <dd><a href="../www/magick-wand.html">MagickWand</a>: convert, compose, and edit images from the C language.</dd> 241 <dd><a href="http://www.magickwand.org/" target=" 2098957979">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd>242 <dd><a href="http://code.google.com/p/nmagick" target="1 479293970">nMagick</a>: is a port of the ImageMagick library to the haXe and Neko platforms.</dd>243 <dd><a href="http://wiki.lazarus.freepascal.org/index.html/PascalMagick" target=" 1613321133">PascalMagick</a>: a Pascal binding for the MagickWand API and also the low-level MagickCore library.</dd>241 <dd><a href="http://www.magickwand.org/" target="1061695531">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd> 242 <dd><a href="http://code.google.com/p/nmagick" target="1154411911">nMagick</a>: is a port of the ImageMagick library to the haXe and Neko platforms.</dd> 243 <dd><a href="http://wiki.lazarus.freepascal.org/index.html/PascalMagick" target="894781320">PascalMagick</a>: a Pascal binding for the MagickWand API and also the low-level MagickCore library.</dd> 244 244 <dd><a href="../www/perl-magick.html">PerlMagick</a>: convert, compose, and edit images from the Perl language.</dd> 245 <dd><a href="http://www.imagemagick.org/download/python/" target=" 1849049810">PythonMagick</a>: an object-oriented Python interface to ImageMagick.</dd>246 <dd><a href="http://rmagick.rubyforge.org/" target=" 817553153">RMagick</a>: is an interface between the Ruby programming language and ImageMagick.</dd>247 <dd><a href="http://tclmagick.sourceforge.net/" target=" 1303948565">TclMagick</a>: a native Tcl-extension to the ImageMagick MagickWand API.</dd>245 <dd><a href="http://www.imagemagick.org/download/python/" target="567116299">PythonMagick</a>: an object-oriented Python interface to ImageMagick.</dd> 246 <dd><a href="http://rmagick.rubyforge.org/" target="1347793813">RMagick</a>: is an interface between the Ruby programming language and ImageMagick.</dd> 247 <dd><a href="http://tclmagick.sourceforge.net/" target="940777912">TclMagick</a>: a native Tcl-extension to the ImageMagick MagickWand API.</dd> 248 248 </ul> 249 249 </dl> … … 263 263 264 264 <dl> 265 <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=imagemagick-20&creative=9325&path=tg/detail/-/1590595904/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846" target="1 248678057">Definitive Guide to ImageMagick</a>: this book explains ImageMagick in a practical, learn-by-example fashion.</dd>266 <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=imagemagick-20&creative=9325&path=tg/detail/-/1904811868/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846" target=" 1965450301">ImageMagick Tricks</a>: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.</dd>265 <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=imagemagick-20&creative=9325&path=tg/detail/-/1590595904/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846" target="1446550899">Definitive Guide to ImageMagick</a>: this book explains ImageMagick in a practical, learn-by-example fashion.</dd> 266 <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=imagemagick-20&creative=9325&path=tg/detail/-/1904811868/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846" target="868052521">ImageMagick Tricks</a>: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.</dd> 267 267 <dd><a href="http://www.imagemagick.org/discourse-server">Discourse server</a>: get help from fellow ImageMagick users and developers, post to these forums.</dd> 268 268 <dd><a href="../www/mailing-list.html">Mailing list</a>: get help from fellow ImageMagick users and developers, post to these mailing lists.</dd> … … 275 275 276 276 <dl> 277 <dd><a href="http://www.imagemagick.org/discourse-server/viewforum.html?f=3" target="1 955654533">Report bugs and vulnerabilities</a>: our highest priority is to fix security defects and bug reports, usually within 48 hours of your report. The bug discourse server requires that you register. If you do not want to register, you can <a href="contact.html">contact the ImageMagick developers</a> with a convenient web form.</dd>277 <dd><a href="http://www.imagemagick.org/discourse-server/viewforum.html?f=3" target="1123690203">Report bugs and vulnerabilities</a>: our highest priority is to fix security defects and bug reports, usually within 48 hours of your report. The bug discourse server requires that you register. If you do not want to register, you can <a href="contact.html">contact the ImageMagick developers</a> with a convenient web form.</dd> 278 278 <dd><a href="../www/sponsors.html">Sponsor ImageMagick</a>: contribute bug fixes, enhancements, hardware, funds, etc. to ensure the ImageMagick project thrives.</dd> 279 279 <dd><a href="../www/t-shirt.html">ImageMagick t-shirt</a>: donate $25 USD and we acknowledge your gift with a logoed t-shirt.</dd> … … 299 299 </div> 300 300 <dl> 301 <dd><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/sandbox" target=" 2055936463">Fast Fourier Transforms Toolkit</a></dd>302 <dd><a href="http://www.fmwconcepts.com/misc_tests/FFT_tests/" target="1 251909736">Tests Of FFT Processing</a></dd>301 <dd><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/sandbox" target="1300064495">Fast Fourier Transforms Toolkit</a></dd> 302 <dd><a href="http://www.fmwconcepts.com/misc_tests/FFT_tests/" target="1453892308">Tests Of FFT Processing</a></dd> 303 303 </dl> 304 304 … … 311 311 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 312 312 <a href="../www/mailing-list.html">Mailing Lists</a> • 313 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>313 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 314 314 </span> 315 315 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/sponsors.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 240 240 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 241 241 <a href="../www/mailing-list.html">Mailing Lists</a> • 242 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>242 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 243 243 </span> 244 244 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/stream.html
r478 r485 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->127 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 128 128 </div> 129 129 <div class="sponsor"> … … 342 342 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 343 343 <a href="../www/mailing-list.html">Mailing Lists</a> • 344 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>344 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 345 345 </span> 346 346 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/subversion.html
r478 r485 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/t-shirt.html
r478 r485 192 192 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 193 193 <a href="../www/mailing-list.html">Mailing Lists</a> • 194 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>194 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 195 195 </span> 196 196 <span id="linkbar-east"> </span>
