Changeset 635 for ImageMagick
- Timestamp:
- 11/19/09 17:02:19 (4 months ago)
- Location:
- ImageMagick/trunk
- Files:
-
- 88 modified
-
ChangeLog (modified) (1 diff)
-
coders/svg.c (modified) (1 diff)
-
index.html (modified) (2 diffs)
-
www/ImageMagickObject.html (modified) (2 diffs)
-
www/advanced-windows-installation.html (modified) (1 diff)
-
www/animate.html (modified) (1 diff)
-
www/api.html (modified) (15 diffs)
-
www/api/animate.html (modified) (1 diff)
-
www/api/annotate.html (modified) (2 diffs)
-
www/api/attribute.html (modified) (1 diff)
-
www/api/blob.html (modified) (1 diff)
-
www/api/cache-view.html (modified) (1 diff)
-
www/api/cache.html (modified) (2 diffs)
-
www/api/cipher.html (modified) (1 diff)
-
www/api/color.html (modified) (1 diff)
-
www/api/composite.html (modified) (2 diffs)
-
www/api/constitute.html (modified) (1 diff)
-
www/api/decorate.html (modified) (2 diffs)
-
www/api/deprecate.html (modified) (1 diff)
-
www/api/display.html (modified) (1 diff)
-
www/api/distort.html (modified) (1 diff)
-
www/api/draw.html (modified) (1 diff)
-
www/api/drawing-wand.html (modified) (1 diff)
-
www/api/effect.html (modified) (1 diff)
-
www/api/fx.html (modified) (1 diff)
-
www/api/histogram.html (modified) (1 diff)
-
www/api/layer.html (modified) (1 diff)
-
www/api/list.html (modified) (2 diffs)
-
www/api/magick-deprecate.html (modified) (2 diffs)
-
www/api/magick-image.html (modified) (2 diffs)
-
www/api/magick-property.html (modified) (1 diff)
-
www/api/magick.html (modified) (1 diff)
-
www/api/memory.html (modified) (2 diffs)
-
www/api/monitor.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/pixel-view.html (modified) (1 diff)
-
www/api/pixel-wand.html (modified) (2 diffs)
-
www/api/property.html (modified) (1 diff)
-
www/api/quantize.html (modified) (2 diffs)
-
www/api/registry.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/signature.html (modified) (1 diff)
-
www/api/stream.html (modified) (2 diffs)
-
www/api/transform.html (modified) (2 diffs)
-
www/api/version.html (modified) (1 diff)
-
www/architecture.html (modified) (1 diff)
-
www/binary-releases.html (modified) (2 diffs)
-
www/changelog.html (modified) (1 diff)
-
www/cipher.html (modified) (1 diff)
-
www/color.html (modified) (1 diff)
-
www/command-line-processing.html (modified) (2 diffs)
-
www/command-line-tools.html (modified) (2 diffs)
-
www/compare.html (modified) (2 diffs)
-
www/composite.html (modified) (1 diff)
-
www/conjure.html (modified) (1 diff)
-
www/contact.html (modified) (3 diffs)
-
www/display.html (modified) (2 diffs)
-
www/download.html (modified) (1 diff)
-
www/escape.html (modified) (1 diff)
-
www/examples.html (modified) (3 diffs)
-
www/exception.html (modified) (2 diffs)
-
www/formats.html (modified) (1 diff)
-
www/fx.html (modified) (2 diffs)
-
www/history.html (modified) (3 diffs)
-
www/identify.html (modified) (2 diffs)
-
www/index.html (modified) (2 diffs)
-
www/install-source.html (modified) (2 diffs)
-
www/jp2.html (modified) (1 diff)
-
www/license.html (modified) (1 diff)
-
www/links.html (modified) (11 diffs)
-
www/magick-core.html (modified) (2 diffs)
-
www/magick-vector-graphics.html (modified) (1 diff)
-
www/magick-wand.html (modified) (1 diff)
-
www/mailing-list.html (modified) (5 diffs)
-
www/miff.html (modified) (2 diffs)
-
www/mirrors.html (modified) (2 diffs)
-
www/montage.html (modified) (2 diffs)
-
www/perl-magick.html (modified) (1 diff)
-
www/quantize.html (modified) (1 diff)
-
www/sitemap.html (modified) (8 diffs)
-
www/sponsors.html (modified) (1 diff)
-
www/stream.html (modified) (2 diffs)
-
www/subversion.html (modified) (1 diff)
-
www/t-shirt.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/ChangeLog
r614 r635 1 1 2009-11-18 6.5.7-9 Cristy <quetzlzacatenango@image...> 2 2 * Read / write 32-bit SUN raster images with a odd width. 3 * Cairo format returns pixels with the alpha premultiplied (reference 4 http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15081). 3 5 4 6 2009-11-12 6.5.7-8 Cristy <quetzlzacatenango@image...> -
ImageMagick/trunk/coders/svg.c
r632 r635 2853 2853 #endif 2854 2854 fill_color.opacity=QuantumRange-ScaleCharToQuantum(*p++); 2855 #if defined(MAGICKCORE_CAIRO_DELEGATE) 2856 { 2857 double 2858 gamma; 2859 2860 /* 2861 CAIRO_FORMAT_ARGB32: http://library.gnome.org/devel/cairo/stable/ 2862 cairo-image-surface.html#cairo-format-t 2863 */ 2864 gamma=1.0-QuantumScale*fill_color.opacity; 2865 gamma=1.0/(fabs((double) gamma) <= MagickEpsilon ? 1.0 : gamma); 2866 fill_color.blue*=gamma; 2867 fill_color.green*=gamma; 2868 fill_color.red*=gamma; 2869 } 2870 #endif 2855 2871 MagickCompositeOver(&fill_color,fill_color.opacity,q,(MagickRealType) 2856 2872 q->opacity,q); -
ImageMagick/trunk/index.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 222 222 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 223 223 <a href="www/mailing-list.html">Mailing Lists</a> • 224 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>224 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 225 225 </span> 226 226 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/ImageMagickObject.html
r621 r635 126 126 <div class="sponsbox"> 127 127 <div class="sponsor"> 128 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ -->129 </div>130 <div class="sponsor">131 128 <a href="http://www.tomsgutscheine.de">Tom's Gutscheine</a><!-- 201005010360 invendio.de--> 132 129 </div> … … 212 209 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 213 210 <a href="../www/mailing-list.html">Mailing Lists</a> • 214 <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> 215 212 </span> 216 213 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/advanced-windows-installation.html
r621 r635 488 488 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 489 489 <a href="../www/mailing-list.html">Mailing Lists</a> • 490 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>490 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 491 491 </span> 492 492 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/animate.html
r621 r635 612 612 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 613 613 <a href="../www/mailing-list.html">Mailing Lists</a> • 614 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>614 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 615 615 </span> 616 616 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api.html
r621 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> … … 164 164 </div> 165 165 166 <p><a href="https://gna.org/projects/g2f/" target=" 1855315089">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</p>166 <p><a href="https://gna.org/projects/g2f/" target="357641142">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</p> 167 167 168 168 <div style="margin: auto;"> … … 176 176 </div> 177 177 178 <p><a href="http://www.imagemagick.org/ChMagick" target="1 476184393">ChMagick</a> is a <a href="http://www.softintegration.com/" target="514988391">Ch</a> binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.</p>178 <p><a href="http://www.imagemagick.org/ChMagick" target="124994684">ChMagick</a> is a <a href="http://www.softintegration.com/" target="972786436">Ch</a> binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.</p> 179 179 180 180 <div style="margin: auto;"> … … 188 188 </div> 189 189 190 <p><a href="http://www.imagemagick.org/Magick++" target="1 902924376">Magick++</a> provides an object-oriented C++ interface to ImageMagick. See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf" target="1958736294">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="582887571">source</a> if you want to correct, enhance, or expand the tutorial.</p>190 <p><a href="http://www.imagemagick.org/Magick++" target="1876455175">Magick++</a> provides an object-oriented C++ interface to ImageMagick. See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf" target="1822443814">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="1817098406">source</a> if you want to correct, enhance, or expand the tutorial.</p> 191 191 192 192 <div style="margin: auto;"> … … 194 194 </div> 195 195 196 <p><a href="http://www.jmagick.org" target=" 1497832439">JMagick</a> provides an object-oriented Java interface to ImageMagick. <a href="http://im4java.sourceforge.net" target="150045987">Im4java</a> is a pure-java interface to the ImageMagick command-line.</p>196 <p><a href="http://www.jmagick.org" target="739720944">JMagick</a> provides an object-oriented Java interface to ImageMagick. <a href="http://im4java.sourceforge.net" target="816127505">Im4java</a> is a pure-java interface to the ImageMagick command-line.</p> 197 197 198 198 <div style="margin: auto;"> … … 200 200 </div> 201 201 202 <p><a href="http://forums.lavag.org/downloads-file90.html" target="1 406254970">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</p>202 <p><a href="http://forums.lavag.org/downloads-file90.html" target="1796825484">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</p> 203 203 204 204 <div style="margin: auto;"> … … 206 206 </div> 207 207 208 <p><a href="http://common-lisp.net/project/cl-magick/" target=" 82752276">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</p>208 <p><a href="http://common-lisp.net/project/cl-magick/" target="2115666714">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</p> 209 209 210 210 <div style="margin: auto;"> … … 212 212 </div> 213 213 214 <p><a href="http://code.google.com/p/nmagick" target=" 1844593908">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>214 <p><a href="http://code.google.com/p/nmagick" target="273970268">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> 215 215 216 216 <div style="margin: auto;"> … … 226 226 </div> 227 227 228 <p><a href="http://wiki.lazarus.freepascal.org/PascalMagick" target=" 1607725094">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>228 <p><a href="http://wiki.lazarus.freepascal.org/PascalMagick" target="371260657">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> 229 229 230 230 <div style="margin: auto;"> … … 238 238 </div> 239 239 240 <p><a href="http://www.magickwand.org/" target="1 325341910">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</p>241 242 <p><a href="http://pecl.html.net/package/imagick" target=" 1040789402">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="368830156">here</a>.</p>243 244 <p><a href="http://www.francodacosta.com/phmagick" target="1 253142433">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>240 <p><a href="http://www.magickwand.org/" target="126735850">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</p> 241 242 <p><a href="http://pecl.html.net/package/imagick" target="799587410">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="936842286">here</a>.</p> 243 244 <p><a href="http://www.francodacosta.com/phmagick" target="1520432897">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> 245 245 246 246 <div style="margin: auto;"> … … 249 249 </div> 250 250 251 <p><a href="http://www.imagemagick.org/download/python/" target=" 369789371">PythonMagick</a> an object-oriented Python interface to ImageMagick.</p>252 253 <p><a href="http://www.procoders.net/?p=39" target=" 815025074">PythonMagickWand</a> an object-oriented Python interface to MagickWand based on ctypes.</p>251 <p><a href="http://www.imagemagick.org/download/python/" target="8306614">PythonMagick</a> an object-oriented Python interface to ImageMagick.</p> 252 253 <p><a href="http://www.procoders.net/?p=39" target="991708867">PythonMagickWand</a> an object-oriented Python interface to MagickWand based on ctypes.</p> 254 254 255 255 <div style="margin: auto;"> … … 257 257 </div> 258 258 259 <p>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml" target=" 1369352761">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</p>259 <p>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml" target="718010108">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</p> 260 260 261 261 <div style="margin: auto;"> … … 263 263 </div> 264 264 265 <p><a href="http://rmagick.rubyforge.org/" target=" 693559431">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="1589764880">documentation</a>.</p>266 267 <p><a href="http://magickwand.rubyforge.org/" target="1 392808318">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="805121685">documentation</a>.</p>268 269 <p><a href="http://rubyforge.org/projects/mini-magick" target=" 741310096">MiniMagick</a> is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.</p>270 271 <p><a href="http://quickmagick.rubyforge.org/quick_magick" target=" 988629155">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</p>265 <p><a href="http://rmagick.rubyforge.org/" target="1490083267">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="913428747">documentation</a>.</p> 266 267 <p><a href="http://magickwand.rubyforge.org/" target="1796489229">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="2076411727">documentation</a>.</p> 268 269 <p><a href="http://rubyforge.org/projects/mini-magick" target="341285799">MiniMagick</a> is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.</p> 270 271 <p><a href="http://quickmagick.rubyforge.org/quick_magick" target="385554569">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</p> 272 272 273 273 <div style="margin: auto;"> … … 275 275 </div> 276 276 277 <p><a href="http://tclmagick.sourceforge.net/" target="1 324777829">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p>277 <p><a href="http://tclmagick.sourceforge.net/" target="1953331346">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p> 278 278 279 279 <div style="margin: auto;"> … … 281 281 </div> 282 282 283 <p><a href="http://code.google.com/p/remotemagick/" target="1 394133472">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</p>283 <p><a href="http://code.google.com/p/remotemagick/" target="1506269843">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</p> 284 284 285 285 </div> -
ImageMagick/trunk/www/api/animate.html
r621 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/api/annotate.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <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:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>329 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 330 330 </span> 331 331 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/attribute.html
r621 r635 335 335 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 336 336 <a href="../../www/mailing-list.html">Mailing Lists</a> • 337 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>337 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 338 338 </span> 339 339 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/blob.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/api/cache-view.html
r621 r635 581 581 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 582 582 <a href="../../www/mailing-list.html">Mailing Lists</a> • 583 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>583 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 584 584 </span> 585 585 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/cache.html
r617 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 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/cipher.html
r621 r635 360 360 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 361 361 <a href="../../www/mailing-list.html">Mailing Lists</a> • 362 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>362 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 363 363 </span> 364 364 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/color.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/api/composite.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 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:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>239 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 240 240 </span> 241 241 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/constitute.html
r621 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/api/decorate.html
r617 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> … … 241 241 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 242 242 <a href="../../www/mailing-list.html">Mailing Lists</a> • 243 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>243 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 244 244 </span> 245 245 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/deprecate.html
r621 r635 2602 2602 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 2603 2603 <a href="../../www/mailing-list.html">Mailing Lists</a> • 2604 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>2604 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 2605 2605 </span> 2606 2606 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/display.html
r621 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/api/distort.html
r621 r635 262 262 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 263 263 <a href="../../www/mailing-list.html">Mailing Lists</a> • 264 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>264 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 265 265 </span> 266 266 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/draw.html
r621 r635 383 383 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 384 384 <a href="../../www/mailing-list.html">Mailing Lists</a> • 385 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>385 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 386 386 </span> 387 387 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/drawing-wand.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/api/effect.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/api/fx.html
r621 r635 830 830 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 831 831 <a href="../../www/mailing-list.html">Mailing Lists</a> • 832 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>832 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 833 833 </span> 834 834 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/histogram.html
r621 r635 313 313 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 314 314 <a href="../../www/mailing-list.html">Mailing Lists</a> • 315 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>315 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 316 316 </span> 317 317 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/layer.html
r621 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/api/list.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 </div> 129 <div class="sponsor"> 127 130 <a href="http://www.tomsgutscheine.de">Tom's Gutscheine</a><!-- 201005010360 invendio.de--> 128 131 </div> … … 647 650 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 648 651 <a href="../../www/mailing-list.html">Mailing Lists</a> • 649 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>652 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 650 653 </span> 651 654 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/magick-deprecate.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 128 </div> 129 <div class="sponsor"> 127 130 <a href="http://www.tomsgutscheine.de">Tom's Gutscheine</a><!-- 201005010360 invendio.de--> 128 131 </div> … … 902 905 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 903 906 <a href="../../www/mailing-list.html">Mailing Lists</a> • 904 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>907 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 905 908 </span> 906 909 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/magick-image.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 6344 6344 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 6345 6345 <a href="../../www/mailing-list.html">Mailing Lists</a> • 6346 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>6346 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 6347 6347 </span> 6348 6348 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/magick-property.html
r621 r635 1632 1632 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 1633 1633 <a href="../../www/mailing-list.html">Mailing Lists</a> • 1634 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>1634 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 1635 1635 </span> 1636 1636 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/magick.html
r621 r635 214 214 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 215 215 <a href="../../www/mailing-list.html">Mailing Lists</a> • 216 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>216 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 217 217 </span> 218 218 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/memory.html
r621 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> … … 409 409 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 410 410 <a href="../../www/mailing-list.html">Mailing Lists</a> • 411 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>411 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 412 412 </span> 413 413 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/monitor.html
r617 r635 232 232 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 233 233 <a href="../../www/mailing-list.html">Mailing Lists</a> • 234 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>234 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 235 235 </span> 236 236 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/montage.html
r617 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 258 258 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 259 259 <a href="../../www/mailing-list.html">Mailing Lists</a> • 260 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>260 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 261 261 </span> 262 262 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/paint.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 128 </div> 129 <div class="sponsor"> 127 130 <a href="http://www.tomsgutscheine.de">Tom's Gutscheine</a><!-- 201005010360 invendio.de--> 128 131 </div> … … 328 331 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 329 332 <a href="../../www/mailing-list.html">Mailing Lists</a> • 330 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>333 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 331 334 </span> 332 335 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/pixel-iterator.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 511 511 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 512 512 <a href="../../www/mailing-list.html">Mailing Lists</a> • 513 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>513 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 514 514 </span> 515 515 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/pixel-view.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/api/pixel-wand.html
r617 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 1402 1402 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 1403 1403 <a href="../../www/mailing-list.html">Mailing Lists</a> • 1404 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>1404 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 1405 1405 </span> 1406 1406 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/property.html
r617 r635 402 402 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 403 403 <a href="../../www/mailing-list.html">Mailing Lists</a> • 404 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>404 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 405 405 </span> 406 406 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/quantize.html
r621 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> … … 487 487 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 488 488 <a href="../../www/mailing-list.html">Mailing Lists</a> • 489 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>489 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 490 490 </span> 491 491 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/registry.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/api/resize.html
r617 r635 457 457 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 458 458 <a href="../../www/mailing-list.html">Mailing Lists</a> • 459 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>459 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 460 460 </span> 461 461 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/resource.html
r617 r635 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/segment.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 198 198 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 199 199 <a href="../../www/mailing-list.html">Mailing Lists</a> • 200 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>200 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 201 201 </span> 202 202 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/signature.html
r617 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/api/stream.html
r617 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ -->128 </div>129 <div class="sponsor">130 127 <a href="http://www.tomsgutscheine.de">Tom's Gutscheine</a><!-- 201005010360 invendio.de--> 131 128 </div> … … 213 210 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 214 211 <a href="../../www/mailing-list.html">Mailing Lists</a> • 215 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>212 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 216 213 </span> 217 214 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/transform.html
r621 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> … … 502 502 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 503 503 <a href="../../www/mailing-list.html">Mailing Lists</a> • 504 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>504 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 505 505 </span> 506 506 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/version.html
r617 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/architecture.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/binary-releases.html
r621 r635 360 360 </table> 361 361 362 <p>For convenience, the ImageMagick Windows distribution includes a few optional delegate programs: ffmpeg, dcraw, and hp2xx. If you disagree with their licenses (ffmpeg and dcraw are GPL V3), feel free to remove them. ImageMagick will work fine but may not be able to read or write certain image formats.</p>363 364 362 <p>Verify its <a href="http://www.imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p> 365 363 … … 380 378 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 381 379 <a href="../www/mailing-list.html">Mailing Lists</a> • 382 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>380 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 383 381 </span> 384 382 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/changelog.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/cipher.html
r621 r635 126 126 <div class="sponsbox"> 127 127 <div class="sponsor"> 128 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->128 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 129 129 </div> 130 130 <div class="sponsor"> -
ImageMagick/trunk/www/color.html
r621 r635 126 126 <div class="sponsbox"> 127 127 <div class="sponsor"> 128 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 129 </div> 130 <div class="sponsor"> 128 131 <a href="http://www.tomsgutscheine.de">Tom's Gutscheine</a><!-- 201005010360 invendio.de--> 129 132 </div> -
ImageMagick/trunk/www/command-line-processing.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 638 638 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 639 639 <a href="../www/mailing-list.html">Mailing Lists</a> • 640 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>640 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 641 641 </span> 642 642 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/command-line-tools.html
r621 r635 158 158 <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> 159 159 160 <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=" 820315357">gimp</a> or <a href="http://www.adobe.com" target="1077805699">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>160 <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="1020076179">gimp</a> or <a href="http://www.adobe.com" target="1757420064">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> 161 161 162 162 <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> 163 163 164 <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=" 333365131">convert, compose, or edit</a> images from the command-line.</p>164 <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="1388226025">convert, compose, or edit</a> images from the command-line.</p> 165 165 166 166 <div style="margin: auto;"> … … 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/compare.html
r621 r635 126 126 <div class="sponsbox"> 127 127 <div class="sponsor"> 128 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->128 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 129 129 </div> 130 130 <div class="sponsor"> … … 401 401 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 402 402 <a href="../www/mailing-list.html">Mailing Lists</a> • 403 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>403 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 404 404 </span> 405 405 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/composite.html
r614 r635 126 126 <div class="sponsbox"> 127 127 <div class="sponsor"> 128 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->128 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 129 129 </div> 130 130 <div class="sponsor"> -
ImageMagick/trunk/www/conjure.html
r617 r635 126 126 <div class="sponsbox"> 127 127 <div class="sponsor"> 128 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->128 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 129 129 </div> 130 130 <div class="sponsor"> -
ImageMagick/trunk/www/contact.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 173 173 </ul> 174 174 175 <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=" 1786932999">discourse server</a> or the <a href="../www/mailing-list.html">mailing list</a>.</p>175 <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="337570231">discourse server</a> or the <a href="../www/mailing-list.html">mailing list</a>.</p> 176 176 <fieldset> 177 177 <legend>Contact the Wizards</legend> … … 223 223 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 224 224 <a href="../www/mailing-list.html">Mailing Lists</a> • 225 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>225 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 226 226 </span> 227 227 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/display.html
r617 r635 126 126 <div class="sponsbox"> 127 127 <div class="sponsor"> 128 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->128 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 129 129 </div> 130 130 <div class="sponsor"> … … 643 643 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 644 644 <a href="../www/mailing-list.html">Mailing Lists</a> • 645 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>645 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 646 646 </span> 647 647 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/download.html
r617 r635 220 220 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 221 221 <a href="../www/mailing-list.html">Mailing Lists</a> • 222 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>222 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 223 223 </span> 224 224 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/escape.html
r621 r635 126 126 <div class="sponsbox"> 127 127 <div class="sponsor"> 128 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->128 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 129 129 </div> 130 130 <div class="sponsor"> -
ImageMagick/trunk/www/examples.html
r621 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> … … 156 156 <div class="main"> 157 157 158 <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=" 146129091">examples.pl</a>.</p><br />158 <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="798194742">examples.pl</a>.</p><br /> 159 159 160 160 <div class="viewport"> … … 169 169 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 170 170 <a href="../www/mailing-list.html">Mailing Lists</a> • 171 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>171 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 172 172 </span> 173 173 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/exception.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 359 359 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 360 360 <a href="../www/mailing-list.html">Mailing Lists</a> • 361 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>361 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 362 362 </span> 363 363 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/formats.html
r621 r635 126 126 <div class="sponsbox"> 127 127 <div class="sponsor"> 128 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->128 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 129 129 </div> 130 130 <div class="sponsor"> -
ImageMagick/trunk/www/fx.html
r617 r635 126 126 <div class="sponsbox"> 127 127 <div class="sponsor"> 128 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->128 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 129 129 </div> 130 130 <div class="sponsor"> … … 471 471 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 472 472 <a href="../www/mailing-list.html">Mailing Lists</a> • 473 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>473 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 474 474 </span> 475 475 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/history.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 168 168 <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> 169 169 170 <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=" 1839887197">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>170 <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="84170929">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> 171 171 172 172 <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> … … 181 181 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 182 182 <a href="../www/mailing-list.html">Mailing Lists</a> • 183 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>183 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 184 184 </span> 185 185 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/identify.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 420 420 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 421 421 <a href="../www/mailing-list.html">Mailing Lists</a> • 422 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>422 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 423 423 </span> 424 424 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/index.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 222 222 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 223 223 <a href="../www/mailing-list.html">Mailing Lists</a> • 224 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>224 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 225 225 </span> 226 226 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/install-source.html
r621 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> … … 228 228 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 229 229 <a href="../www/mailing-list.html">Mailing Lists</a> • 230 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>230 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 231 231 </span> 232 232 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/jp2.html
r621 r635 267 267 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 268 268 <a href="../www/mailing-list.html">Mailing Lists</a> • 269 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>269 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 270 270 </span> 271 271 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/license.html
r621 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/links.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ -->128 </div>129 <div class="sponsor">130 127 <a href="http://www.tomsgutscheine.de">Tom's Gutscheine</a><!-- 201005010360 invendio.de--> 131 128 </div> … … 164 161 </div> 165 162 <ul> 166 <dt><a href="http://www.imagemagick.org/Usage/" target=" 810059165">Examples of ImageMagick Usage</a></dt>167 <dt><a href="http://software.newsforge.com/article.pl?sid=05/04/29/1358220" target=" 1355076635">Advanced image editing from the command line with ImageMagick</a></dt>168 <dt><a href="http://www.applematters.com/index.html/section/comments/1113/" target=" 1275609006">Best Open Source Software for the Macintosh</a></dt>169 <dt><a href="http://software.newsforge.com/article.pl?sid=05/07/01/1959251" target=" 799750065">Command-line animations using ImageMagick</a></dt>170 <dt><a href="http://www.builderau.com.au/program/linux/soa/Convert_images_with_open_source_ImageMagick/0,339028299,339271774,00.htm" target="1 208620454">Convert Images with Open Source ImageMagick</a></dt>171 <dt><a href="http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/" target=" 277328008">Enchanting Pictures with ImageMagick</a></dt>172 <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428" target=" 879710501">Graphics from the Command Line</a></dt>173 <dt><a href="http://www.ars-informatica.ca/article.html?article=22" target=" 695780574">Image creation, conversion and manipulation with ImageMagick</a></dt>174 <dt><a href="http://www.applematters.com/index.html/section/comments/2104/" target=" 1134674224">Image Editing for Power Users on the Mac</a></dt>175 <dt><a href="http://applications.linux.com/article.pl?sid=05/03/29/1525217" target=" 1830272512">ImageMagick: A graphics wizard for the command line</a></dt>176 <dt><a href="http://www.ioncannon.net/linux/81/5-imagemagick-command-line-examples-part-1/" target="1 35905204">ImageMagick command line examples - part 1</a></dt>177 <dt><a href="http://www.ioncannon.net/linux/72/5-imagemagick-command-line-examples-part-2/" target="1 80618493">ImageMagick command line examples - part 2</a></dt>178 <dt><a href="http://www.rabuser.info/jmagick.html" target="1 013538324">ImageMagick & Java</a></dt>179 <dt><a href="http://www.jpeek.com/articles/linuxmag/0606.pdf" target=" 331102511">ImageMagick, Part One</a></dt>180 <dt><a href="http://www.jpeek.com/articles/linuxmag/0607.pdf" target="1 462812544">ImageMagick, Part Two</a></dt>181 <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine" target="14 06605557">More Graphics from the Command Line</a></dt>182 <dt><a href="http://www.ffnn.nl/pages/projects/ubuntu-firefox-themes.html" target="1 125600770">Ubuntu Firefox Themes</a></dt>163 <dt><a href="http://www.imagemagick.org/Usage/" target="1602375888">Examples of ImageMagick Usage</a></dt> 164 <dt><a href="http://software.newsforge.com/article.pl?sid=05/04/29/1358220" target="985729746">Advanced image editing from the command line with ImageMagick</a></dt> 165 <dt><a href="http://www.applematters.com/index.html/section/comments/1113/" target="2063783115">Best Open Source Software for the Macintosh</a></dt> 166 <dt><a href="http://software.newsforge.com/article.pl?sid=05/07/01/1959251" target="2128555999">Command-line animations using ImageMagick</a></dt> 167 <dt><a href="http://www.builderau.com.au/program/linux/soa/Convert_images_with_open_source_ImageMagick/0,339028299,339271774,00.htm" target="1949085090">Convert Images with Open Source ImageMagick</a></dt> 168 <dt><a href="http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/" target="991707473">Enchanting Pictures with ImageMagick</a></dt> 169 <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428" target="1400947219">Graphics from the Command Line</a></dt> 170 <dt><a href="http://www.ars-informatica.ca/article.html?article=22" target="1516046365">Image creation, conversion and manipulation with ImageMagick</a></dt> 171 <dt><a href="http://www.applematters.com/index.html/section/comments/2104/" target="4045379">Image Editing for Power Users on the Mac</a></dt> 172 <dt><a href="http://applications.linux.com/article.pl?sid=05/03/29/1525217" target="525009663">ImageMagick: A graphics wizard for the command line</a></dt> 173 <dt><a href="http://www.ioncannon.net/linux/81/5-imagemagick-command-line-examples-part-1/" target="1241437757">ImageMagick command line examples - part 1</a></dt> 174 <dt><a href="http://www.ioncannon.net/linux/72/5-imagemagick-command-line-examples-part-2/" target="1317944052">ImageMagick command line examples - part 2</a></dt> 175 <dt><a href="http://www.rabuser.info/jmagick.html" target="1772644966">ImageMagick & Java</a></dt> 176 <dt><a href="http://www.jpeek.com/articles/linuxmag/0606.pdf" target="684540574">ImageMagick, Part One</a></dt> 177 <dt><a href="http://www.jpeek.com/articles/linuxmag/0607.pdf" target="184711312">ImageMagick, Part Two</a></dt> 178 <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine" target="1438195728">More Graphics from the Command Line</a></dt> 179 <dt><a href="http://www.ffnn.nl/pages/projects/ubuntu-firefox-themes.html" target="1402672496">Ubuntu Firefox Themes</a></dt> 183 180 </ul> 184 181 … … 188 185 189 186 <ul> 190 <dt><a href="http://www-128.ibm.com/developerworks/openwww/source/library/os-mosaic/?ca=dgr-lnxw09MosaicImages" target=" 507836535">Create Mosaic Images with Perl and ImageMagick</a></dt>191 <dt><a href="http://builder.com.com/5100-6371-5924990.html" target=" 2103995428">Convert images for printing with MagickWand for PHP</a></dt>192 <dt><a href="http://www.sitepoint.com/article/dynamic-images-imagemagick" target=" 753706566">Create Dynamic Images with ImageMagick</a></dt>193 <dt><a href="http://www.clearimageonline.com/builder/pdf/imageservices.pdf" target="1 190103688">Image Services Add-on for Aestiva's HTML/OS and H2O</a></dt>194 <dt><a href="http://www.ioncannon.net/php/75/how-to-compile-imagemagick-for-php-by-hand/" target=" 534245305">How to compile ImageMagick for PHP by hand</a></dt>195 <dt><a href="http://members.shaw.ca/el.supremo/MagickWand/" target=" 961374240">MagickWand Examples in C</a></dt>196 <dt><a href="http://www.html-editors.com/contest/1/82-read.html" target="1 258161511">PHP Extensions: MagickWand for PHP</a></dt>197 <dt><a href="http://www.evolt.org/article/PHP_frontend_to_ImageMagick/17/55650/" target=" 1813811361">PHP frontend to ImageMagick</a></dt>198 <dt><a href="http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/" target=" 1507002140">PHP ImageMagick MagickWand Examples</a></dt>199 <dt><a href="http://www.imagemagick.org/RMagick/doc/rvgtut.html" target=" 758605952">RVG - Ruby Vector Graphics</a></dt>200 <dt><a href="http://www.devshed.com/c/a/PHP/Security-Images-with-PHP-and-ImageMagick/" target=" 615217924">Security Images with PHP and ImageMagick</a></dt>201 <dt><a href="http://www.rubblewebs.co.uk/imagemagick/" target=" 1459476074">Simple Uses of PHP and ImageMagick</a></dt>187 <dt><a href="http://www-128.ibm.com/developerworks/openwww/source/library/os-mosaic/?ca=dgr-lnxw09MosaicImages" target="1809697184">Create Mosaic Images with Perl and ImageMagick</a></dt> 188 <dt><a href="http://builder.com.com/5100-6371-5924990.html" target="1586032612">Convert images for printing with MagickWand for PHP</a></dt> 189 <dt><a href="http://www.sitepoint.com/article/dynamic-images-imagemagick" target="1864627981">Create Dynamic Images with ImageMagick</a></dt> 190 <dt><a href="http://www.clearimageonline.com/builder/pdf/imageservices.pdf" target="1493757382">Image Services Add-on for Aestiva's HTML/OS and H2O</a></dt> 191 <dt><a href="http://www.ioncannon.net/php/75/how-to-compile-imagemagick-for-php-by-hand/" target="1778068145">How to compile ImageMagick for PHP by hand</a></dt> 192 <dt><a href="http://members.shaw.ca/el.supremo/MagickWand/" target="467615491">MagickWand Examples in C</a></dt> 193 <dt><a href="http://www.html-editors.com/contest/1/82-read.html" target="1498249772">PHP Extensions: MagickWand for PHP</a></dt> 194 <dt><a href="http://www.evolt.org/article/PHP_frontend_to_ImageMagick/17/55650/" target="920851547">PHP frontend to ImageMagick</a></dt> 195 <dt><a href="http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/" target="763804788">PHP ImageMagick MagickWand Examples</a></dt> 196 <dt><a href="http://www.imagemagick.org/RMagick/doc/rvgtut.html" target="1068496766">RVG - Ruby Vector Graphics</a></dt> 197 <dt><a href="http://www.devshed.com/c/a/PHP/Security-Images-with-PHP-and-ImageMagick/" target="1805740885">Security Images with PHP and ImageMagick</a></dt> 198 <dt><a href="http://www.rubblewebs.co.uk/imagemagick/" target="811525982">Simple Uses of PHP and ImageMagick</a></dt> 202 199 </ul> 203 200 … … 207 204 208 205 <ul> 209 <dt><a href="http://beta.bigmedium.com/blog/imagemagick-install-osx.shtml" target=" 813938816">Installing ImageMagick on Mac OS X</a></dt>210 <dt><a href="http://www.cloudgoessocial.net/2009/06/09/imagemagick-on-iphone-with-jpeg-png/" target=" 1795430595">ImageMagick on iPhone</a></dt>211 <dt><a href="http://www.cloudgoessocial.net/2009/07/09/imagemagick-on-iphone-xcode/" target=" 122051591">ImageMagick on iPhone - Xcode</a></dt>212 <dt><a href="http://www.digitalsanctum.com/?s=ImageMagick" target=" 21531803">Installing ImageMagick from Source on Ubuntu</a></dt>206 <dt><a href="http://beta.bigmedium.com/blog/imagemagick-install-osx.shtml" target="362399872">Installing ImageMagick on Mac OS X</a></dt> 207 <dt><a href="http://www.cloudgoessocial.net/2009/06/09/imagemagick-on-iphone-with-jpeg-png/" target="631889869">ImageMagick on iPhone</a></dt> 208 <dt><a href="http://www.cloudgoessocial.net/2009/07/09/imagemagick-on-iphone-xcode/" target="266418222">ImageMagick on iPhone - Xcode</a></dt> 209 <dt><a href="http://www.digitalsanctum.com/?s=ImageMagick" target="1348129619">Installing ImageMagick from Source on Ubuntu</a></dt> 213 210 </ul> 214 211 … … 218 215 219 216 <ul> 220 <dt><a href="http://www.xs4all.nl/%7Ebvdwolf/main/foto/down_sample/down_sample.htm" target=" 923555953">Down-sampling Methods</a></dt>217 <dt><a href="http://www.xs4all.nl/%7Ebvdwolf/main/foto/down_sample/down_sample.htm" target="548189337">Down-sampling Methods</a></dt> 221 218 </ul> 222 219 … … 225 222 </div> 226 223 <ul> 227 <dt><a href="http://www.linux.com/article.pl?sid=06/09/29/1917210" target=" 921801656">Book review: ImageMagick Tricks</a></dt>228 <dt><a href="http://books.slashdot.org/books/06/03/13/1442239.shtml" target="1 230152258">The Definitive Guide To ImageMagick</a></dt>224 <dt><a href="http://www.linux.com/article.pl?sid=06/09/29/1917210" target="247490573">Book review: ImageMagick Tricks</a></dt> 225 <dt><a href="http://books.slashdot.org/books/06/03/13/1442239.shtml" target="1149731061">The Definitive Guide To ImageMagick</a></dt> 229 226 </ul> 230 227 … … 233 230 </div> 234 231 <ul> 235 <dt><a href="http://www.archivesat.com/ImageMagick_Users_List/" target="1 200883961">ImageMagick Users List</a></dt>236 <dt><a href="http://www.archivesat.com/ImageMagick_Developer_List/" target="1 801512157">ImageMagick Developers List</a></dt>237 <dt><a href="http://www.archivesat.com/ImageMagick_Defect_Support/" target=" 1925932832">ImageMagick Bugs List</a></dt>232 <dt><a href="http://www.archivesat.com/ImageMagick_Users_List/" target="1539896810">ImageMagick Users List</a></dt> 233 <dt><a href="http://www.archivesat.com/ImageMagick_Developer_List/" target="1648437793">ImageMagick Developers List</a></dt> 234 <dt><a href="http://www.archivesat.com/ImageMagick_Defect_Support/" target="518293778">ImageMagick Bugs List</a></dt> 238 235 </ul> 239 236 … … 243 240 <dl> 244 241 <dt>Denmark</dt> 245 <dd><a href="http://imagemagick.europnews.de" target="1 88074537">http://imagemagick.europnews.de</a></dd><br />242 <dd><a href="http://imagemagick.europnews.de" target="1543942189">http://imagemagick.europnews.de</a></dd><br /> 246 243 <dt>Germany</dt> 247 <dd><a href="http://imagemagick.linux-mirror.org" target=" 1484301022">http://imagemagick.linux-mirror.org</a></dd><br />244 <dd><a href="http://imagemagick.linux-mirror.org" target="25963808">http://imagemagick.linux-mirror.org</a></dd><br /> 248 245 <dt>Ireland</dt> 249 <dd><a href="http://imagemagick.oss-mirror.org" target=" 2061838036">http://imagemagick.oss-mirror.org</a></dd><br />246 <dd><a href="http://imagemagick.oss-mirror.org" target="1759731536">http://imagemagick.oss-mirror.org</a></dd><br /> 250 247 <dt>United States</dt> 251 <dd><a href="http://www.imagemagick.org" target=" 368693031">http://www.imagemagick.org</a></dd>248 <dd><a href="http://www.imagemagick.org" target="714402593">http://www.imagemagick.org</a></dd> 252 249 </dl> 253 250 … … 257 254 258 255 <ul> 259 <dt><a href="http://gmic.sourceforge.net/" target=" 350355698">G'MIC</a>: convert, manipulate and visualize generic 1D/2D/3D multi-spectral image files</dt>260 <dt><a href="http://www.beesoft.org/index.html?id=imagicom" target="2 45456899">Image Commander</a>: bulk picture processing with a GUI</dt>256 <dt><a href="http://gmic.sourceforge.net/" target="1798608774">G'MIC</a>: convert, manipulate and visualize generic 1D/2D/3D multi-spectral image files</dt> 257 <dt><a href="http://www.beesoft.org/index.html?id=imagicom" target="296788462">Image Commander</a>: bulk picture processing with a GUI</dt> 261 258 </ul> 262 259 … … 265 262 </div> 266 263 <ul> 267 <dt><a href="http://www.wizards-toolkit.org" target=" 1831505575">Wizard's Toolkit</a></dt>268 <dt><a href="http://www.multipole.org" target="1 756961256">Computational Simulation of Multi-Body Interactions with O(n) Scaling</a></dt>264 <dt><a href="http://www.wizards-toolkit.org" target="899113905">Wizard's Toolkit</a></dt> 265 <dt><a href="http://www.multipole.org" target="1089320854">Computational Simulation of Multi-Body Interactions with O(n) Scaling</a></dt> 269 266 </ul> 270 267 … … 277 274 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 278 275 <a href="../www/mailing-list.html">Mailing Lists</a> • 279 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>276 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 280 277 </span> 281 278 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/magick-core.html
r614 r635 126 126 <div class="sponsbox"> 127 127 <div class="sponsor"> 128 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->128 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 129 129 </div> 130 130 <div class="sponsor"> … … 289 289 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 290 290 <a href="../www/mailing-list.html">Mailing Lists</a> • 291 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>291 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 292 292 </span> 293 293 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/magick-vector-graphics.html
r621 r635 1062 1062 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 1063 1063 <a href="../www/mailing-list.html">Mailing Lists</a> • 1064 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>1064 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 1065 1065 </span> 1066 1066 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/magick-wand.html
r621 r635 460 460 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 461 461 <a href="../www/mailing-list.html">Mailing Lists</a> • 462 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>462 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 463 463 </span> 464 464 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/mailing-list.html
r621 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> … … 159 159 160 160 <div style="margin: auto;"> 161 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-users" target=" 1713473036">Magick Users</a></h2>161 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-users" target="527869818">Magick Users</a></h2> 162 162 </div> 163 163 … … 165 165 166 166 <div style="margin: auto;"> 167 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-developers" target=" 2124764236">Magick Developers</a></h2>167 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-developers" target="1416605291">Magick Developers</a></h2> 168 168 </div> 169 169 … … 171 171 172 172 <div style="margin: auto;"> 173 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-bugs" target=" 1381962150">Magick Bugs</a></h2>173 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-bugs" target="2055084823">Magick Bugs</a></h2> 174 174 </div> 175 175 … … 177 177 178 178 <div style="margin: auto;"> 179 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-announce" target="1 00234693">Magick Announce</a></h2>179 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-announce" target="158454315">Magick Announce</a></h2> 180 180 </div> 181 181 -
ImageMagick/trunk/www/miff.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 313 313 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 314 314 <a href="../www/mailing-list.html">Mailing Lists</a> • 315 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>315 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 316 316 </span> 317 317 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/mirrors.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 159 159 <dl class="magick-mirror"> 160 160 <dt>France</dt> 161 <dd><a href="http://imagemagick.europnews.de/" target=" 1887951435">http://imagemagick.europnews.de/</a></dd><br />161 <dd><a href="http://imagemagick.europnews.de/" target="939647365">http://imagemagick.europnews.de/</a></dd><br /> 162 162 <dt>Unites States</dt> 163 <dd><a href="http://www.imagemagick.org/" target="1 195207390">http://www.imagemagick.org/</a></dd>163 <dd><a href="http://www.imagemagick.org/" target="146273160">http://www.imagemagick.org/</a></dd> 164 164 </dl> 165 165 <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/montage.html
r621 r635 126 126 <div class="sponsbox"> 127 127 <div class="sponsor"> 128 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->128 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 129 129 </div> 130 130 <div class="sponsor"> … … 703 703 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 704 704 <a href="../www/mailing-list.html">Mailing Lists</a> • 705 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>705 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 706 706 </span> 707 707 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/perl-magick.html
r614 r635 2529 2529 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 2530 2530 <a href="../www/mailing-list.html">Mailing Lists</a> • 2531 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>2531 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 2532 2532 </span> 2533 2533 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/quantize.html
r621 r635 290 290 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 291 291 <a href="../www/mailing-list.html">Mailing Lists</a> • 292 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>292 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 293 293 </span> 294 294 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/sitemap.html
r621 r635 167 167 <dd><a href="../www/index.html">Introduction</a>: convert, edit, and compose images from the command-line or program interface.</dd> 168 168 <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> 169 <dd><a href="http://www.imagemagick.org/Usage/" target="1 309528602">Anthony Thyssen's examples of ImageMagick usage</a>: a comprehensive tutorial of using ImageMagick from the command line.</dd>169 <dd><a href="http://www.imagemagick.org/Usage/" target="1593045572">Anthony Thyssen's examples of ImageMagick usage</a>: a comprehensive tutorial of using ImageMagick from the command line.</dd> 170 170 <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> 171 171 <dd><a href="../www/resources.html">Resources</a>: ImageMagick depends on external resources including configuration files, loadable modules, fonts, and environment variables.</dd> … … 181 181 <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> 182 182 <ul> 183 <dd><a href="http://www.imagemagick.org/download" target=" 801151221">Unix source</a>: Unix source distributions.</dd>184 <dd><a href="http://www.imagemagick.org/download/windows" target=" 1046627456">Windows source</a>: Windows source distributions.</dd>185 <dd><a href="http://www.imagemagick.org/download/binaries" target="1 330272749">Unix and Windows binaries</a>: Unix and Windows binary distributions.</dd>183 <dd><a href="http://www.imagemagick.org/download" target="158116904">Unix source</a>: Unix source distributions.</dd> 184 <dd><a href="http://www.imagemagick.org/download/windows" target="2014664083">Windows source</a>: Windows source distributions.</dd> 185 <dd><a href="http://www.imagemagick.org/download/binaries" target="1884422092">Unix and Windows binaries</a>: Unix and Windows binary distributions.</dd> 186 186 <dd><a href="../www/subversion.html">Subversion repository</a>: stable and development source releases.</dd> 187 <dd><a href="http://www.magickwand.org/" target=" 1216187476">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd>188 <dd><a href="http://www.imagemagick.org/download/delegates" target=" 281903988">Delegate libraries</a>: ImageMagick depends on a number of optional delegate libraries to extend its functionality.</dd>187 <dd><a href="http://www.magickwand.org/" target="956231113">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd> 188 <dd><a href="http://www.imagemagick.org/download/delegates" target="809994659">Delegate libraries</a>: ImageMagick depends on a number of optional delegate libraries to extend its functionality.</dd> 189 189 </ul> 190 190 </dl> … … 225 225 <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> 226 226 <dd><a href="../www/fx.html">Fx</a>: apply a mathematical expression to an image or image channels.</dd> 227 <dd><a href="http://www.fmwconcepts.com/imagemagick/" target="1 323774154">Fred's ImageMagick Scripts</a>: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.</dd>227 <dd><a href="http://www.fmwconcepts.com/imagemagick/" target="1060636019">Fred's ImageMagick Scripts</a>: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.</dd> 228 228 </dl> 229 229 … … 235 235 <dd><a href="../www/api.html">Program interfaces</a>: application programming interfaces.</dd> 236 236 <ul> 237 <dd><a href="http://www.imagemagick.org/ChMagick" target=" 1574835196">ChMagick</a>: is a <a href="http://www.softintegration.com/" target="1951703200">Ch</a> an embeddable MagickCore C/C++ interpreter for cross-platform scripting.</dd>238 <dd><a href="http://common-lisp.net/project/cl-magick/" target=" 1600373435">CL-Magick</a>: provides a Common Lisp interface to the ImageMagick library.</dd>239 <dd><a href="https://gna.org/projects/g2f/" target=" 628250257">G2F</a>: implements an Ada 95 binding to a subset of the low-level MagickCore library.</dd>240 <dd><a href="http://www.imagemagick.org/Magick++" target=" 214660911">Magick++</a>: provides an object-oriented C++ interface to ImageMagick.</dd>241 <dd><a href="http://pecl.html.net/package/imagick" target=" 969313696">IMagick</a>: is a native PHP extension to create and modify images using the ImageMagick API.</dd>242 <dd><a href="http://www.yeo.id.au/jmagick/" target=" 2065777506">JMagick</a>: provides an object-oriented Java interface to ImageMagick.</dd>237 <dd><a href="http://www.imagemagick.org/ChMagick" target="22330243">ChMagick</a>: is a <a href="http://www.softintegration.com/" target="1664776088">Ch</a> an embeddable MagickCore C/C++ interpreter for cross-platform scripting.</dd> 238 <dd><a href="http://common-lisp.net/project/cl-magick/" target="322518102">CL-Magick</a>: provides a Common Lisp interface to the ImageMagick library.</dd> 239 <dd><a href="https://gna.org/projects/g2f/" target="1714784674">G2F</a>: implements an Ada 95 binding to a subset of the low-level MagickCore library.</dd> 240 <dd><a href="http://www.imagemagick.org/Magick++" target="315322750">Magick++</a>: provides an object-oriented C++ interface to ImageMagick.</dd> 241 <dd><a href="http://pecl.html.net/package/imagick" target="407960385">IMagick</a>: is a native PHP extension to create and modify images using the ImageMagick API.</dd> 242 <dd><a href="http://www.yeo.id.au/jmagick/" target="421764304">JMagick</a>: provides an object-oriented Java interface to ImageMagick.</dd> 243 243 <dd><a href="../www/magick-core.html">MagickCore</a>: C API, recommended for wizard-level developers.</dd> 244 244 <dd><a href="../www/magick-wand.html">MagickWand</a>: convert, compose, and edit images from the C language.</dd> 245 <dd><a href="http://www.magickwand.org/" target=" 902145112">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd>246 <dd><a href="http://code.google.com/p/nmagick" target=" 1696090320">nMagick</a>: is a port of the ImageMagick library to the haXe and Neko platforms.</dd>247 <dd><a href="http://wiki.lazarus.freepascal.org/index.html/PascalMagick" target=" 141522600">PascalMagick</a>: a Pascal binding for the MagickWand API and also the low-level MagickCore library.</dd>245 <dd><a href="http://www.magickwand.org/" target="1632519186">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd> 246 <dd><a href="http://code.google.com/p/nmagick" target="531292336">nMagick</a>: is a port of the ImageMagick library to the haXe and Neko platforms.</dd> 247 <dd><a href="http://wiki.lazarus.freepascal.org/index.html/PascalMagick" target="676302016">PascalMagick</a>: a Pascal binding for the MagickWand API and also the low-level MagickCore library.</dd> 248 248 <dd><a href="../www/perl-magick.html">PerlMagick</a>: convert, compose, and edit images from the Perl language.</dd> 249 <dd><a href="http://www.imagemagick.org/download/python/" target="20 78156442">PythonMagick</a>: an object-oriented Python interface to ImageMagick.</dd>250 <dd><a href="http://rmagick.rubyforge.org/" target=" 2030360436">RMagick</a>: is an interface between the Ruby programming language and ImageMagick.</dd>251 <dd><a href="http://tclmagick.sourceforge.net/" target="1 325268444">TclMagick</a>: a native Tcl-extension to the ImageMagick MagickWand API.</dd>249 <dd><a href="http://www.imagemagick.org/download/python/" target="2004206611">PythonMagick</a>: an object-oriented Python interface to ImageMagick.</dd> 250 <dd><a href="http://rmagick.rubyforge.org/" target="1900483475">RMagick</a>: is an interface between the Ruby programming language and ImageMagick.</dd> 251 <dd><a href="http://tclmagick.sourceforge.net/" target="1646894377">TclMagick</a>: a native Tcl-extension to the ImageMagick MagickWand API.</dd> 252 252 </ul> 253 253 </dl> … … 267 267 268 268 <dl> 269 <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=" 80219570">Definitive Guide to ImageMagick</a>: this book explains ImageMagick in a practical, learn-by-example fashion.</dd>270 <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=" 144269164">ImageMagick Tricks</a>: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.</dd>269 <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="1382635173">Definitive Guide to ImageMagick</a>: this book explains ImageMagick in a practical, learn-by-example fashion.</dd> 270 <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="871499418">ImageMagick Tricks</a>: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.</dd> 271 271 <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> 272 272 <dd><a href="../www/mailing-list.html">Mailing list</a>: get help from fellow ImageMagick users and developers, post to these mailing lists.</dd> … … 279 279 280 280 <dl> 281 <dd><a href="http://www.imagemagick.org/discourse-server/viewforum.html?f=3" target="1 562346825">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>281 <dd><a href="http://www.imagemagick.org/discourse-server/viewforum.html?f=3" target="1930748103">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> 282 282 <dd><a href="../www/sponsors.html">Sponsor ImageMagick</a>: contribute bug fixes, enhancements, hardware, funds, etc. to ensure the ImageMagick project thrives.</dd> 283 283 <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> … … 303 303 </div> 304 304 <dl> 305 <dd><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/sandbox" target=" 326666249">Fast Fourier Transforms Toolkit</a></dd>306 <dd><a href="http://www.fmwconcepts.com/imagemagick/linkcounter.html?dir=fourier_transforms/&linkname=fourier.html" target="1 431311615">Fourier Transform Processing With ImageMagick</a></dd>307 <dd><a href="http://www.imagemagick.org/Usage/fourier/" target=" 1243823653">ImageMagick v6 Examples -- Fourier Transforms</a></dd>305 <dd><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/sandbox" target="1910168728">Fast Fourier Transforms Toolkit</a></dd> 306 <dd><a href="http://www.fmwconcepts.com/imagemagick/linkcounter.html?dir=fourier_transforms/&linkname=fourier.html" target="1820510520">Fourier Transform Processing With ImageMagick</a></dd> 307 <dd><a href="http://www.imagemagick.org/Usage/fourier/" target="835706177">ImageMagick v6 Examples -- Fourier Transforms</a></dd> 308 308 </dl> 309 309 … … 316 316 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 317 317 <a href="../www/mailing-list.html">Mailing Lists</a> • 318 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>318 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 319 319 </span> 320 320 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/sponsors.html
r621 r635 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><!-- 20101101000200 --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/stream.html
r621 r635 126 126 <div class="sponsbox"> 127 127 <div class="sponsor"> 128 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->128 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 129 129 </div> 130 130 <div class="sponsor"> … … 346 346 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 347 347 <a href="../www/mailing-list.html">Mailing Lists</a> • 348 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>348 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 349 349 </span> 350 350 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/subversion.html
r621 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> -
ImageMagick/trunk/www/t-shirt.html
r617 r635 125 125 <div class="sponsbox"> 126 126 <div class="sponsor"> 127 <a href="http://www. abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200-->127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 128 </div> 129 129 <div class="sponsor"> … … 196 196 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 197 197 <a href="../www/mailing-list.html">Mailing Lists</a> • 198 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>198 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 199 199 </span> 200 200 <span id="linkbar-east"> </span>
