Changeset 592 for ImageMagick/trunk
- Timestamp:
- 11/15/09 16:40:46 (4 months ago)
- Location:
- ImageMagick/trunk
- Files:
-
- 94 modified
-
ImageMagick.spec (modified) (1 diff)
-
config/configure.xml (modified) (1 diff)
-
libtool (modified) (1 diff)
-
magick/version.h (modified) (1 diff)
-
version.sh (modified) (1 diff)
-
www/advanced-unix-installation.html (modified) (2 diffs)
-
www/advanced-windows-installation.html (modified) (2 diffs)
-
www/animate.html (modified) (2 diffs)
-
www/api.html (modified) (16 diffs)
-
www/api/animate.html (modified) (1 diff)
-
www/api/annotate.html (modified) (2 diffs)
-
www/api/attribute.html (modified) (2 diffs)
-
www/api/blob.html (modified) (1 diff)
-
www/api/cache-view.html (modified) (2 diffs)
-
www/api/cache.html (modified) (1 diff)
-
www/api/cipher.html (modified) (1 diff)
-
www/api/color.html (modified) (1 diff)
-
www/api/compare.html (modified) (1 diff)
-
www/api/composite.html (modified) (2 diffs)
-
www/api/constitute.html (modified) (2 diffs)
-
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) (2 diffs)
-
www/api/drawing-wand.html (modified) (1 diff)
-
www/api/effect.html (modified) (1 diff)
-
www/api/enhance.html (modified) (2 diffs)
-
www/api/exception.html (modified) (2 diffs)
-
www/api/fx.html (modified) (1 diff)
-
www/api/histogram.html (modified) (1 diff)
-
www/api/image.html (modified) (1 diff)
-
www/api/layer.html (modified) (2 diffs)
-
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-wand.html (modified) (1 diff)
-
www/api/magick.html (modified) (2 diffs)
-
www/api/module.html (modified) (2 diffs)
-
www/api/monitor.html (modified) (1 diff)
-
www/api/montage.html (modified) (1 diff)
-
www/api/paint.html (modified) (1 diff)
-
www/api/pixel-view.html (modified) (1 diff)
-
www/api/profile.html (modified) (1 diff)
-
www/api/property.html (modified) (1 diff)
-
www/api/quantize.html (modified) (1 diff)
-
www/api/registry.html (modified) (1 diff)
-
www/api/resource.html (modified) (1 diff)
-
www/api/segment.html (modified) (1 diff)
-
www/api/shear.html (modified) (1 diff)
-
www/api/signature.html (modified) (2 diffs)
-
www/api/stream.html (modified) (1 diff)
-
www/api/version.html (modified) (1 diff)
-
www/architecture.html (modified) (2 diffs)
-
www/binary-releases.html (modified) (7 diffs)
-
www/changelog.html (modified) (2 diffs)
-
www/cipher.html (modified) (2 diffs)
-
www/color.html (modified) (1 diff)
-
www/command-line-processing.html (modified) (1 diff)
-
www/command-line-tools.html (modified) (1 diff)
-
www/compare.html (modified) (1 diff)
-
www/conjure.html (modified) (2 diffs)
-
www/contact.html (modified) (3 diffs)
-
www/convert.html (modified) (1 diff)
-
www/display.html (modified) (1 diff)
-
www/download.html (modified) (2 diffs)
-
www/examples.html (modified) (2 diffs)
-
www/exception.html (modified) (1 diff)
-
www/formats.html (modified) (1 diff)
-
www/fx.html (modified) (1 diff)
-
www/high-dynamic-range.html (modified) (3 diffs)
-
www/history.html (modified) (3 diffs)
-
www/identify.html (modified) (2 diffs)
-
www/import.html (modified) (2 diffs)
-
www/install-source.html (modified) (2 diffs)
-
www/jp2.html (modified) (1 diff)
-
www/license.html (modified) (2 diffs)
-
www/links.html (modified) (10 diffs)
-
www/magick-core.html (modified) (1 diff)
-
www/magick-vector-graphics.html (modified) (2 diffs)
-
www/magick-wand.html (modified) (2 diffs)
-
www/mailing-list.html (modified) (5 diffs)
-
www/miff.html (modified) (2 diffs)
-
www/mirrors.html (modified) (2 diffs)
-
www/mogrify.html (modified) (2 diffs)
-
www/montage.html (modified) (2 diffs)
-
www/perl-magick.html (modified) (1 diff)
-
www/quantize.html (modified) (1 diff)
-
www/resources.html (modified) (2 diffs)
-
www/sitemap.html (modified) (8 diffs)
-
www/sponsors.html (modified) (3 diffs)
-
www/stream.html (modified) (2 diffs)
-
www/subversion.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/ImageMagick.spec
r577 r592 1 1 %define VERSION 6.5.7 2 %define Patchlevel 82 %define Patchlevel 9 3 3 4 4 Name: ImageMagick -
ImageMagick/trunk/config/configure.xml
r589 r592 9 9 <configure name="NAME" value="ImageMagick"/> 10 10 <configure name="LIB_VERSION" value="0x657"/> 11 <configure name="LIB_VERSION_NUMBER" value="6,5,7, 8"/>11 <configure name="LIB_VERSION_NUMBER" value="6,5,7,9"/> 12 12 <configure name="RELEASE_DATE" value="2009-11-15"/> 13 13 <configure name="CONFIGURE" value="./configure "/> -
ImageMagick/trunk/libtool
r577 r592 2 2 3 3 # libtool - Provide generalized library-building support services. 4 # Generated automatically by config.status (ImageMagick) 6.5.7- 84 # Generated automatically by config.status (ImageMagick) 6.5.7-9 5 5 # Libtool was configured on host magick.imagemagick.org: 6 6 # NOTE: Changes made to this file will be lost: look at ltmain.sh. -
ImageMagick/trunk/magick/version.h
r589 r592 31 31 #define MagickLibVersionText "6.5.7" 32 32 #define MagickLibVersionNumber 2,0,1 33 #define MagickLibSubversion "- 8"33 #define MagickLibSubversion "-9" 34 34 #define MagickReleaseDate "2009-11-15" 35 35 #define MagickChangeDate "20091112" -
ImageMagick/trunk/version.sh
r577 r592 13 13 PACKAGE_VERSION='6.5.7' 14 14 PACKAGE_LIB_VERSION="0x657" 15 PACKAGE_RELEASE=" 8"15 PACKAGE_RELEASE="9" 16 16 PACKAGE_LIB_VERSION_NUMBER="6,5,7,${PACKAGE_RELEASE}" 17 17 PACKAGE_RELEASE_DATE=`date +%F` -
ImageMagick/trunk/www/advanced-unix-installation.html
r577 r592 524 524 <p><a href="../www/download.html">Download</a> the ImageMagick source distribution and verify the distribution against its <a href="http://www.imagemagick.org/download/digest.rdf">message digest</a>.</p> 525 525 <p>Unpack and change into the top-level ImageMagick directory:</p> 526 <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar xvfz ImageMagick-6.5.7- 7.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.5.7</span></p> <p>Choose an architecture and set your CFLAGS environment variable. Here we set CFLAGS for an Intel build:</p>526 <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar xvfz ImageMagick-6.5.7-8.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.5.7</span></p> <p>Choose an architecture and set your CFLAGS environment variable. Here we set CFLAGS for an Intel build:</p> 527 527 <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>export CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk/ \ <br/> 528 528 -arch i386 -I/sw/include/"</span></p> <p>Set your LDFLAGS environment variable to:</p> … … 599 599 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 600 600 <a href="../www/mailing-list.html">Mailing Lists</a> • 601 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>601 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 602 602 </span> 603 603 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/advanced-windows-installation.html
r571 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 428 428 <ol> 429 429 <li>Double-click on 430 <kbd>VisualMagick/bin/ImageMagick-6.5.7- 7-Q16-windows-dll.exe</kbd>430 <kbd>VisualMagick/bin/ImageMagick-6.5.7-8-Q16-windows-dll.exe</kbd> 431 431 to launch the ImageMagick binary distribution.</li> 432 432 <li>Complete the installer screens to install ImageMagick on your system.</li> -
ImageMagick/trunk/www/animate.html
r571 r592 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"> … … 608 608 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 609 609 <a href="../www/mailing-list.html">Mailing Lists</a> • 610 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>610 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 611 611 </span> 612 612 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 160 160 </div> 161 161 162 <p><a href="https://gna.org/projects/g2f/" target="1 823097056">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</p>162 <p><a href="https://gna.org/projects/g2f/" target="1267767272">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</p> 163 163 164 164 <div style="margin: auto;"> … … 172 172 </div> 173 173 174 <p><a href="http://www.imagemagick.org/ChMagick" target="1 759225587">ChMagick</a> is a <a href="http://www.softintegration.com/" target="128358501">Ch</a> binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.</p>174 <p><a href="http://www.imagemagick.org/ChMagick" target="1686863308">ChMagick</a> is a <a href="http://www.softintegration.com/" target="1509186375">Ch</a> binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.</p> 175 175 176 176 <div style="margin: auto;"> … … 184 184 </div> 185 185 186 <p><a href="http://www.imagemagick.org/Magick++" target=" 356011662">Magick++</a> provides an object-oriented C++ interface to ImageMagick. See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf" target="256718362">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="682882791">source</a> if you want to correct, enhance, or expand the tutorial.</p>186 <p><a href="http://www.imagemagick.org/Magick++" target="1031640004">Magick++</a> provides an object-oriented C++ interface to ImageMagick. See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf" target="465245003">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="1918317197">source</a> if you want to correct, enhance, or expand the tutorial.</p> 187 187 188 188 <div style="margin: auto;"> … … 190 190 </div> 191 191 192 <p><a href="http://www.jmagick.org" target=" 307610387">JMagick</a> provides an object-oriented Java interface to ImageMagick. <a href="http://im4java.sourceforge.net" target="997046997">Im4java</a> is a pure-java interface to the ImageMagick command-line.</p>192 <p><a href="http://www.jmagick.org" target="246167160">JMagick</a> provides an object-oriented Java interface to ImageMagick. <a href="http://im4java.sourceforge.net" target="1838624061">Im4java</a> is a pure-java interface to the ImageMagick command-line.</p> 193 193 194 194 <div style="margin: auto;"> … … 196 196 </div> 197 197 198 <p><a href="http://forums.lavag.org/downloads-file90.html" target=" 54549151">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</p>198 <p><a href="http://forums.lavag.org/downloads-file90.html" target="764426730">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</p> 199 199 200 200 <div style="margin: auto;"> … … 202 202 </div> 203 203 204 <p><a href="http://common-lisp.net/project/cl-magick/" target="7 40392449">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</p>204 <p><a href="http://common-lisp.net/project/cl-magick/" target="704631042">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</p> 205 205 206 206 <div style="margin: auto;"> … … 208 208 </div> 209 209 210 <p><a href="http://code.google.com/p/nmagick" target="4 17311385">NMagick</a> is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.</p>210 <p><a href="http://code.google.com/p/nmagick" target="471579411">NMagick</a> is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.</p> 211 211 212 212 <div style="margin: auto;"> … … 222 222 </div> 223 223 224 <p><a href="http://wiki.lazarus.freepascal.org/PascalMagick" target=" 646517109">PascalMagick</a> a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.</p>224 <p><a href="http://wiki.lazarus.freepascal.org/PascalMagick" target="926174860">PascalMagick</a> a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.</p> 225 225 226 226 <div style="margin: auto;"> … … 234 234 </div> 235 235 236 <p><a href="http://www.magickwand.org/" target=" 2043352563">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</p>237 238 <p><a href="http://pecl.html.net/package/imagick" target=" 185064858">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="1563037949">here</a>.</p>239 240 <p><a href="http://www.francodacosta.com/phmagick" target=" 81503001">phMagick</a> is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.</p>236 <p><a href="http://www.magickwand.org/" target="335864325">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</p> 237 238 <p><a href="http://pecl.html.net/package/imagick" target="2044077712">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="2008031398">here</a>.</p> 239 240 <p><a href="http://www.francodacosta.com/phmagick" target="451809110">phMagick</a> is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.</p> 241 241 242 242 <div style="margin: auto;"> … … 245 245 </div> 246 246 247 <p><a href="http://www.imagemagick.org/download/python/" target="1 521342878">PythonMagick</a> an object-oriented Python interface to ImageMagick.</p>248 249 <p><a href="http://www.procoders.net/?p=39" target="13 52066369">PythonMagickWand</a> an object-oriented Python interface to MagickWand based on ctypes.</p>247 <p><a href="http://www.imagemagick.org/download/python/" target="1824408367">PythonMagick</a> an object-oriented Python interface to ImageMagick.</p> 248 249 <p><a href="http://www.procoders.net/?p=39" target="1317788663">PythonMagickWand</a> an object-oriented Python interface to MagickWand based on ctypes.</p> 250 250 251 251 <div style="margin: auto;"> … … 253 253 </div> 254 254 255 <p>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml" target=" 1838630668">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</p>255 <p>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml" target="589575926">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</p> 256 256 257 257 <div style="margin: auto;"> … … 259 259 </div> 260 260 261 <p><a href="http://rmagick.rubyforge.org/" target="1 213524039">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="1472120748">documentation</a>.</p>262 263 <p><a href="http://magickwand.rubyforge.org/" target=" 640399402">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="1101957051">documentation</a>.</p>264 265 <p><a href="http://rubyforge.org/projects/mini-magick" target=" 1643366705">MiniMagick</a> is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.</p>266 267 <p><a href="http://quickmagick.rubyforge.org/quick_magick" target=" 965103384">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</p>261 <p><a href="http://rmagick.rubyforge.org/" target="1471646007">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="1383675773">documentation</a>.</p> 262 263 <p><a href="http://magickwand.rubyforge.org/" target="246018777">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="1356406151">documentation</a>.</p> 264 265 <p><a href="http://rubyforge.org/projects/mini-magick" target="2076261157">MiniMagick</a> is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.</p> 266 267 <p><a href="http://quickmagick.rubyforge.org/quick_magick" target="2135137223">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</p> 268 268 269 269 <div style="margin: auto;"> … … 271 271 </div> 272 272 273 <p><a href="http://tclmagick.sourceforge.net/" target="1 318649545">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p>273 <p><a href="http://tclmagick.sourceforge.net/" target="1731978427">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p> 274 274 275 275 <div style="margin: auto;"> … … 277 277 </div> 278 278 279 <p><a href="http://code.google.com/p/remotemagick/" target=" 622378130">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</p>279 <p><a href="http://code.google.com/p/remotemagick/" target="1203294644">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</p> 280 280 281 281 </div> … … 286 286 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 287 287 <a href="../www/mailing-list.html">Mailing Lists</a> • 288 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>288 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 289 289 </span> 290 290 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/animate.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/api/annotate.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ -->127 </div>128 <div class="sponsor">129 126 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 130 127 </div> … … 323 320 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 324 321 <a href="../../www/mailing-list.html">Mailing Lists</a> • 325 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>322 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 326 323 </span> 327 324 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/attribute.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </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/blob.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/api/cache-view.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 574 577 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 575 578 <a href="../../www/mailing-list.html">Mailing Lists</a> • 576 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>579 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 577 580 </span> 578 581 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/cache.html
r577 r592 510 510 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 511 511 <a href="../../www/mailing-list.html">Mailing Lists</a> • 512 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>512 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 513 513 </span> 514 514 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/cipher.html
r571 r592 356 356 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 357 357 <a href="../../www/mailing-list.html">Mailing Lists</a> • 358 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>358 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 359 359 </span> 360 360 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/color.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> -
ImageMagick/trunk/www/api/compare.html
r571 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/api/composite.html
r571 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 230 233 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 231 234 <a href="../../www/mailing-list.html">Mailing Lists</a> • 232 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>235 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 233 236 </span> 234 237 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/constitute.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 331 334 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 332 335 <a href="../../www/mailing-list.html">Mailing Lists</a> • 333 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>336 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 334 337 </span> 335 338 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/decorate.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <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/deprecate.html
r577 r592 2598 2598 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 2599 2599 <a href="../../www/mailing-list.html">Mailing Lists</a> • 2600 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>2600 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 2601 2601 </span> 2602 2602 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/display.html
r577 r592 237 237 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 238 238 <a href="../../www/mailing-list.html">Mailing Lists</a> • 239 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>239 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 240 240 </span> 241 241 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/distort.html
r571 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/api/draw.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 376 379 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 377 380 <a href="../../www/mailing-list.html">Mailing Lists</a> • 378 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>381 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 379 382 </span> 380 383 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/drawing-wand.html
r571 r592 3068 3068 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 3069 3069 <a href="../../www/mailing-list.html">Mailing Lists</a> • 3070 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>3070 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 3071 3071 </span> 3072 3072 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/effect.html
r571 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ -->127 </div>128 <div class="sponsor">129 126 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 130 127 </div> -
ImageMagick/trunk/www/api/enhance.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 693 696 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 694 697 <a href="../../www/mailing-list.html">Mailing Lists</a> • 695 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>698 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 696 699 </span> 697 700 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/exception.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ -->127 </div>128 <div class="sponsor">129 126 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 130 127 </div> … … 466 463 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 467 464 <a href="../../www/mailing-list.html">Mailing Lists</a> • 468 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>465 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 469 466 </span> 470 467 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/fx.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> -
ImageMagick/trunk/www/api/histogram.html
r577 r592 309 309 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 310 310 <a href="../../www/mailing-list.html">Mailing Lists</a> • 311 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>311 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 312 312 </span> 313 313 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/image.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ -->127 </div>128 <div class="sponsor">129 126 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 130 127 </div> -
ImageMagick/trunk/www/api/layer.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 448 448 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 449 449 <a href="../../www/mailing-list.html">Mailing Lists</a> • 450 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>450 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 451 451 </span> 452 452 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/list.html
r571 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 643 646 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 644 647 <a href="../../www/mailing-list.html">Mailing Lists</a> • 645 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>648 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 646 649 </span> 647 650 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/magick-deprecate.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 898 901 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 899 902 <a href="../../www/mailing-list.html">Mailing Lists</a> • 900 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>903 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 901 904 </span> 902 905 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/magick-image.html
r577 r592 3171 3171 <pre class="code"> 3172 3172 MagickBooleanType MagickInverseFourierTransformImage( 3173 MagickWand *wand,const MagickBooleanType magnitude) 3174 </pre> 3175 3176 <p>A description of each parameter follows:</p></ol> 3177 3178 <h5>wand</h5> 3179 <ol><p>the magick wand.</p></ol> 3173 MagickWand *magnitude_wand,MagickWand *phase_wand, 3174 const MagickBooleanType magnitude) 3175 </pre> 3176 3177 <p>A description of each parameter follows:</p></ol> 3178 3179 <h5>magnitude_wand</h5> 3180 <ol><p>the magnitude or real wand.</p></ol> 3181 3182 <h5>phase_wand</h5> 3183 <ol><p>the phase or imaginary wand.</p></ol> 3180 3184 3181 3185 <h5>magnitude</h5> … … 6336 6340 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 6337 6341 <a href="../../www/mailing-list.html">Mailing Lists</a> • 6338 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>6342 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 6339 6343 </span> 6340 6344 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/magick-property.html
r571 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> -
ImageMagick/trunk/www/api/magick-wand.html
r577 r592 633 633 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 634 634 <a href="../../www/mailing-list.html">Mailing Lists</a> • 635 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>635 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 636 636 </span> 637 637 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/magick.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 210 210 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 211 211 <a href="../../www/mailing-list.html">Mailing Lists</a> • 212 <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> 213 213 </span> 214 214 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/module.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <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/monitor.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/api/montage.html
r571 r592 251 251 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 252 252 <a href="../../www/mailing-list.html">Mailing Lists</a> • 253 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>253 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 254 254 </span> 255 255 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/paint.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> -
ImageMagick/trunk/www/api/pixel-view.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> -
ImageMagick/trunk/www/api/profile.html
r571 r592 377 377 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 378 378 <a href="../../www/mailing-list.html">Mailing Lists</a> • 379 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>379 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 380 380 </span> 381 381 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/property.html
r577 r592 398 398 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 399 399 <a href="../../www/mailing-list.html">Mailing Lists</a> • 400 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>400 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 401 401 </span> 402 402 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/quantize.html
r571 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/api/registry.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <div class="sponsor"> -
ImageMagick/trunk/www/api/resource.html
r577 r592 319 319 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 320 320 <a href="../../www/mailing-list.html">Mailing Lists</a> • 321 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>321 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 322 322 </span> 323 323 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/segment.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> -
ImageMagick/trunk/www/api/shear.html
r577 r592 266 266 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 267 267 <a href="../../www/mailing-list.html">Mailing Lists</a> • 268 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>268 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 269 269 </span> 270 270 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/signature.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 177 180 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 178 181 <a href="../../www/mailing-list.html">Mailing Lists</a> • 179 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>182 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 180 183 </span> 181 184 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/api/stream.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> -
ImageMagick/trunk/www/api/version.html
r577 r592 287 287 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 288 288 <a href="../../www/mailing-list.html">Mailing Lists</a> • 289 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>289 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 290 290 </span> 291 291 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/architecture.html
r577 r592 238 238 <p>When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache. For example, a 1-channel 1-bit monochrome PBM image is scaled to a 4 channel 8-bit RGBA image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version. You can determine which version you have using the <a href="../www/command-line-options.html#version">‑version</a> option, as with this command: </p> 239 239 240 <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.5.7- 72009-11-01 Q16 http://www.imagemagick.org</span></p>240 <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.5.7-8 2009-11-01 Q16 http://www.imagemagick.org</span></p> 241 241 <p>As you can see, the convenience of the pixel cache sometimes comes with a trade-off in storage (e.g. storing a 1-bit monochrome image as 16-bit RGBA is wasteful) and speed (i.e. storing the entire image in memory is generally slower than accessing one scanline of pixels at a time).</p> 242 242 </div> … … 1221 1221 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 1222 1222 <a href="../www/mailing-list.html">Mailing Lists</a> • 1223 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>1223 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 1224 1224 </span> 1225 1225 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/binary-releases.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 174 174 175 175 <tr> 176 <td valign="top">ImageMagick-6.5.7- 7.i386.rpm</td>177 <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/i386/ImageMagick-6.5.7- 7.i386.rpm">download</a></td>178 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/fedora/i386/ImageMagick-6.5.7- 7.i386.rpm">download</a></td>176 <td valign="top">ImageMagick-6.5.7-8.i386.rpm</td> 177 <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/i386/ImageMagick-6.5.7-8.i386.rpm">download</a></td> 178 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/fedora/i386/ImageMagick-6.5.7-8.i386.rpm">download</a></td> 179 179 <td valign="top">Fedora Core 10 i386 RPM</td> 180 180 </tr> 181 181 182 182 <tr> 183 <td valign="top">ImageMagick-6.5.7- 7.x86_64.rpm</td>184 <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/x86_64/ImageMagick-6.5.7- 7.x86_64.rpm">download</a></td>185 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/fedora/x86_64/ImageMagick-6.5.7- 7.x86_64.rpm">download</a></td>183 <td valign="top">ImageMagick-6.5.7-8.x86_64.rpm</td> 184 <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/x86_64/ImageMagick-6.5.7-8.x86_64.rpm">download</a></td> 185 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/fedora/x86_64/ImageMagick-6.5.7-8.x86_64.rpm">download</a></td> 186 186 <td valign="top">Fedora Core 10 x86_64 RPM</td> 187 187 </tr> … … 220 220 <p>ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:</p> 221 221 222 <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>rpm -Uvh ImageMagick-6.5.7- 7.i386.rpm</span></p>222 <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>rpm -Uvh ImageMagick-6.5.7-8.i386.rpm</span></p> 223 223 <p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p> 224 224 … … 302 302 303 303 <p>The Windows version of ImageMagick is self-installing. Simply click on the appropriate version below and it will launch itself and ask you a few installation questions. Versions with <em>Q8</em> in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8-bit green, etc.), whereas, <em>Q16</em> in the filename are 16 bits-per-pixel component. A Q16 version permits you to read or write 16-bit images without losing precision but requires twice as much resources as the Q8 version. Versions with <em>dll</em> in the filename include ImageMagick libraries as <a href="http://www.answers.com/topic/dll">dynamic link libraries</a>. If you are not sure which version is appropriate, choose 304 <a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7- 7-Q16-windows-dll.exe' >ImageMagick-6.5.7-7-Q16-windows-dll.exe</a>.</p>304 <a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-8-Q16-windows-dll.exe' >ImageMagick-6.5.7-8-Q16-windows-dll.exe</a>.</p> 305 305 306 306 <table class="doc"> … … 314 314 315 315 <tr> 316 <td valign="top">ImageMagick-6.5.7- 7-Q16-windows-dll.exe</td>317 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7- 7-Q16-windows-dll.exe">download</a></td>318 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7- 7-Q16-windows-dll.exe">download</a></td>316 <td valign="top">ImageMagick-6.5.7-8-Q16-windows-dll.exe</td> 317 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-8-Q16-windows-dll.exe">download</a></td> 318 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7-8-Q16-windows-dll.exe">download</a></td> 319 319 <td valign="top">Win32 dynamic at 16 bits-per-pixel</td> 320 320 </tr> 321 321 322 322 <tr> 323 <td valign="top">ImageMagick-6.5.7- 7-Q16-windows-static.exe</td>324 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7- 7-Q16-windows-static.exe">download</a></td>325 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7- 7-Q16-windows-static.exe">download</a></td>323 <td valign="top">ImageMagick-6.5.7-8-Q16-windows-static.exe</td> 324 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-8-Q16-windows-static.exe">download</a></td> 325 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7-8-Q16-windows-static.exe">download</a></td> 326 326 <td valign="top">Win32 static at 16 bits-per-pixel</td> 327 327 </tr> 328 328 329 329 <tr> 330 <td valign="top">ImageMagick-6.5.7- 7-Q16-windows-x64-static.exe</td>331 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7- 7-Q16-windows-x64-static.exe">download</a></td>332 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7- 7-Q16-windows-x64-static.exe">download</a></td>330 <td valign="top">ImageMagick-6.5.7-8-Q16-windows-x64-static.exe</td> 331 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-8-Q16-windows-x64-static.exe">download</a></td> 332 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7-8-Q16-windows-x64-static.exe">download</a></td> 333 333 <td valign="top">x64 static at 16 bits-per-pixel</td> 334 334 </tr> 335 335 336 336 <tr> 337 <td valign="top">ImageMagick-6.5.7- 7-Q8-windows-dll.exe</td>338 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7- 7-Q8-windows-dll.exe">download</a></td>339 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7- 7-Q8-windows-dll.exe">download</a></td>337 <td valign="top">ImageMagick-6.5.7-8-Q8-windows-dll.exe</td> 338 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-8-Q8-windows-dll.exe">download</a></td> 339 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7-8-Q8-windows-dll.exe">download</a></td> 340 340 <td valign="top">Win32 dynamic at 8 bits-per-pixel</td> 341 341 </tr> 342 342 343 343 <tr> 344 <td valign="top">ImageMagick-6.5.7- 7-Q8-windows-static.exe</td>345 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7- 7-Q8-windows-static.exe">download</a></td>346 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7- 7-Q8-windows-static.exe">download</a></td>344 <td valign="top">ImageMagick-6.5.7-8-Q8-windows-static.exe</td> 345 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-8-Q8-windows-static.exe">download</a></td> 346 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7-8-Q8-windows-static.exe">download</a></td> 347 347 <td valign="top">Win32 static at 8 bits-per-pixel</td> 348 348 </tr> … … 355 355 </tr> 356 356 </table> 357 358 <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> 357 359 358 360 <p>Verify its <a href="http://www.imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p> … … 374 376 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 375 377 <a href="../www/mailing-list.html">Mailing Lists</a> • 376 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>378 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 377 379 </span> 378 380 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/changelog.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 149 152 <div class="main"> 150 153 151 <ul><dt>2009-11-09 6.5.7-7 Glenn Randers-Pehrson <glennrp@image...></dt> 154 <ul><dt>2009-11-12 6.5.7-8 Cristy <quetzlzacatenango@image...></dt> 155 <li> Thumb::URI file URI now has the correct number of forward slashes.</li><br /> 156 <dt>2009-11-09 6.5.7-7 Glenn Randers-Pehrson <glennrp@image...></dt> 152 157 <li> Suppress libpng pedantic warnings and warn about using old libpng-1.4.0 beta versions.</li><br /> 153 158 <dt>2009-11-09 6.5.7-7 Cristy <quetzlzacatenango@image...></dt> -
ImageMagick/trunk/www/cipher.html
r577 r592 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.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 128 131 </div> … … 203 206 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 204 207 <a href="../www/mailing-list.html">Mailing Lists</a> • 205 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>208 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 206 209 </span> 207 210 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/color.html
r571 r592 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.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 128 131 </div> -
ImageMagick/trunk/www/command-line-processing.html
r571 r592 404 404 405 405 <p class="options" style="text-align:justify"> 406 <a href="../www/command-line-options.html#adaptive-resize">‑adaptive‑resize</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#border">‑border</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#borderwidth">‑borderwidth</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#chop">‑chop</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#crop">‑crop</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#density">‑density</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#extent">‑extent</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#extract">‑extract</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#frame">‑frame</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#geometry">‑geometry</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#iconGeometry">‑iconGeometry</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#liquid-rescale">‑liquid‑rescale</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#page">‑page</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#region">‑region</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#repage">‑repage</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#resize">‑resize</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#sample">‑sample</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#scale">‑scale</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#shave">‑shave</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#splice">‑splice</a> <span class='bull'> • </span> <a href="../www/command-line-options.html# extent">‑extent</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#thumbnail">‑thumbnail</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#window">‑window</a> </p>406 <a href="../www/command-line-options.html#adaptive-resize">‑adaptive‑resize</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#border">‑border</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#borderwidth">‑borderwidth</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#chop">‑chop</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#crop">‑crop</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#density">‑density</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#extent">‑extent</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#extract">‑extract</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#frame">‑frame</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#geometry">‑geometry</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#iconGeometry">‑iconGeometry</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#liquid-rescale">‑liquid‑rescale</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#page">‑page</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#region">‑region</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#repage">‑repage</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#resize">‑resize</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#sample">‑sample</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#scale">‑scale</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#shave">‑shave</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#splice">‑splice</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#thumbnail">‑thumbnail</a> <span class='bull'> • </span> <a href="../www/command-line-options.html#window">‑window</a> </p> 407 407 408 408 <p>The <em class="arg">geometry</em> argument might take any of the forms listed in the table below. These will described in more detail in the subsections following the table. The usual form is <em class="arg">size</em>[<em class="arg">offset</em>], meaning <em class="arg">size</em> is required and <em class="arg">offset</em> is optional. Occasionally, [<em class="arg">size</em>]<em class="arg">offset</em> is possible. In no cases are spaces permitted within the <em class="arg">geometry</em> argument.</p> -
ImageMagick/trunk/www/command-line-tools.html
r577 r592 154 154 <p class="navigation-index">[<a href="#animate">animate</a> • <a href="#compare">compare</a> • <a href="#composite">composite</a> • <a href="#conjure">conjure</a> • <a href="#convert">convert</a> • <a href="#display">display</a> • <a href="#identify">identify</a> • <a href="#import">import</a> • <a href="#mogrify">mogrify</a> • <a href="#montage">montage</a> • <a href="#stream">stream</a>]</p> 155 155 156 <p>ImageMagick includes a number of command-line utilities for manipulating images. Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as <a href="http://www.gimp.org" target=" 1864197776">gimp</a> or <a href="http://www.adobe.com" target="1809641411">Photoshop</a>. However, a GUI is not always convenient. Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image. For these types of operations, the command-line image processing utility is appropriate.</p>156 <p>ImageMagick includes a number of command-line utilities for manipulating images. Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as <a href="http://www.gimp.org" target="509369763">gimp</a> or <a href="http://www.adobe.com" target="1620588408">Photoshop</a>. However, a GUI is not always convenient. Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image. For these types of operations, the command-line image processing utility is appropriate.</p> 157 157 158 158 <p>The ImageMagick command-line tools exit with a status of 0 if the command line arguments have a proper syntax and no problems are encountered. Expect a descriptive message and an exit status of 1 if any exception occurs such as improper syntax, a problem reading or writing an image, or any other problem that prevents the command from completing successfully.</p> 159 159 160 <p>In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves. If you are just getting acquainted with ImageMagick, start with the <a href="#convert">convert</a> program. Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to <a href="http://www.imagemagick.org/Usage/" target=" 999203621">convert, compose, or edit</a> images from the command-line.</p>160 <p>In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves. If you are just getting acquainted with ImageMagick, start with the <a href="#convert">convert</a> program. Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to <a href="http://www.imagemagick.org/Usage/" target="874388004">convert, compose, or edit</a> images from the command-line.</p> 161 161 162 162 <div style="margin: auto;"> -
ImageMagick/trunk/www/compare.html
r577 r592 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.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 128 131 </div> -
ImageMagick/trunk/www/conjure.html
r577 r592 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"> … … 307 307 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 308 308 <a href="../www/mailing-list.html">Mailing Lists</a> • 309 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>309 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 310 310 </span> 311 311 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/contact.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 169 169 </ul> 170 170 171 <p>You will receive a reply within 24-48 hours if your submission is any of these topics. For all other topics, do not expect a reply. Instead post your message to the <a href="http://www.imagemagick.org/discourse-server" target=" 1232442571">discourse server</a> or the <a href="../www/mailing-list.html">mailing list</a>.</p>171 <p>You will receive a reply within 24-48 hours if your submission is any of these topics. For all other topics, do not expect a reply. Instead post your message to the <a href="http://www.imagemagick.org/discourse-server" target="94259197">discourse server</a> or the <a href="../www/mailing-list.html">mailing list</a>.</p> 172 172 <fieldset> 173 173 <legend>Contact the Wizards</legend> … … 219 219 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 220 220 <a href="../www/mailing-list.html">Mailing Lists</a> • 221 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>221 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 222 222 </span> 223 223 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/convert.html
r577 r592 1261 1261 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 1262 1262 <a href="../www/mailing-list.html">Mailing Lists</a> • 1263 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>1263 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 1264 1264 </span> 1265 1265 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/display.html
r577 r592 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.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 128 131 </div> -
ImageMagick/trunk/www/download.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 151 154 <p class="navigation-index"></p> 152 155 <p>ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors around the world listed below. ImageMagick stable and development source releases are also available from <a href="../www/subversion.html">Subversion</a>. Before you download, you may want to review recent <a href="../www/changelog.html">changes</a> to the ImageMagick distribution.</p> 153 <p>The latest release of ImageMagick is version 6.5.7- 7.</p>156 <p>The latest release of ImageMagick is version 6.5.7-8.</p> 154 157 <dl class="doc"> 155 158 <dt class="doc">Australia</dt> -
ImageMagick/trunk/www/examples.html
r577 r592 152 152 <div class="main"> 153 153 154 <p>Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script. You can generate this image yourself with this <a href="../www/perl-magick.html">PerlMagick</a> script, <a href="../www/source/examples.pl" target=" 1923875355">examples.pl</a>.</p><br />154 <p>Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script. You can generate this image yourself with this <a href="../www/perl-magick.html">PerlMagick</a> script, <a href="../www/source/examples.pl" target="582120173">examples.pl</a>.</p><br /> 155 155 156 156 <div class="viewport"> … … 165 165 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 166 166 <a href="../www/mailing-list.html">Mailing Lists</a> • 167 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>167 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 168 168 </span> 169 169 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/exception.html
r571 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> -
ImageMagick/trunk/www/formats.html
r577 r592 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.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 128 131 </div> -
ImageMagick/trunk/www/fx.html
r577 r592 124 124 125 125 <div class="sponsbox"> 126 <div class="sponsor"> 127 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 128 </div> 126 129 <div class="sponsor"> 127 130 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> -
ImageMagick/trunk/www/high-dynamic-range.html
r571 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 180 183 <p>To verify HDRI is properly configured, look for "HDRI" in the version string:</p> 181 184 182 <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.5.7- 72009-11-01 Q16 HDRI http://www.imagemagick.org</span></p>185 <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.5.7-8 2009-11-01 Q16 HDRI http://www.imagemagick.org</span></p> 183 186 </div> 184 187 … … 190 193 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 191 194 <a href="../www/mailing-list.html">Mailing Lists</a> • 192 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>195 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 193 196 </span> 194 197 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/history.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 149 152 <div class="main"> 150 153 154 <br /> 151 155 <p><em> 152 156 I swear by my life and my love of it that I will never live for the sake of another man, nor ask another man to live for mine.</em><br />-- John Galt in "Atlas Shrugged", by Ayn Rand</p> … … 160 164 <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> 161 165 162 <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="4 8021493">Examples of ImageMagick Usage</a>. I highly recommend that you peruse his site. He has illustrated the power of ImageMagick in ways that even I did not know were possible.</p>166 <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="420950162">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> 163 167 164 168 <p>It has been 20 years since ImageMagick was first conceived, and it looks likely that it will be here for another 20 and beyond. The command line and the application programming interface are stable, but there is still work to do. We are currently working on improving the conjure utility, Scalable Vector Graphics (SVG) support, and adding better support for video formats.</p> -
ImageMagick/trunk/www/identify.html
r571 r592 222 222 Filesize: 3.97266kb <br/> 223 223 Number pixels: 3.14453kb <br/> 224 Version: ImageMagick 6.5.7- 72009-11-01 Q16 http://www.imagemagick.org</span></p>224 Version: ImageMagick 6.5.7-8 2009-11-01 Q16 http://www.imagemagick.org</span></p> 225 225 <p>To get the print size in inches of an image at 72 DPI, use:</p> 226 226 … … 416 416 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 417 417 <a href="../www/mailing-list.html">Mailing Lists</a> • 418 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>418 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 419 419 </span> 420 420 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/import.html
r577 r592 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.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 128 131 </div> … … 493 496 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 494 497 <a href="../www/mailing-list.html">Mailing Lists</a> • 495 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>498 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 496 499 </span> 497 500 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/install-source.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 221 224 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 222 225 <a href="../www/mailing-list.html">Mailing Lists</a> • 223 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>226 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 224 227 </span> 225 228 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/jp2.html
r577 r592 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/license.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 272 275 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 273 276 <a href="../www/mailing-list.html">Mailing Lists</a> • 274 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>277 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 275 278 </span> 276 279 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/links.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 157 160 </div> 158 161 <ul> 159 <dt><a href="http://www.imagemagick.org/Usage/" target="1 929832592">Examples of ImageMagick Usage</a></dt>160 <dt><a href="http://software.newsforge.com/article.pl?sid=05/04/29/1358220" target=" 1401608488">Advanced image editing from the command line with ImageMagick</a></dt>161 <dt><a href="http://www.applematters.com/index.html/section/comments/1113/" target=" 1402687852">Best Open Source Software for the Macintosh</a></dt>162 <dt><a href="http://software.newsforge.com/article.pl?sid=05/07/01/1959251" target=" 621449206">Command-line animations using ImageMagick</a></dt>163 <dt><a href="http://www.builderau.com.au/program/linux/soa/Convert_images_with_open_source_ImageMagick/0,339028299,339271774,00.htm" target="14 27330891">Convert Images with Open Source ImageMagick</a></dt>164 <dt><a href="http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/" target=" 684804493">Enchanting Pictures with ImageMagick</a></dt>165 <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428" target="1 695330556">Graphics from the Command Line</a></dt>166 <dt><a href="http://www.ars-informatica.ca/article.html?article=22" target=" 98125470">Image creation, conversion and manipulation with ImageMagick</a></dt>167 <dt><a href="http://www.applematters.com/index.html/section/comments/2104/" target="1 23456221">Image Editing for Power Users on the Mac</a></dt>168 <dt><a href="http://applications.linux.com/article.pl?sid=05/03/29/1525217" target=" 881760409">ImageMagick: A graphics wizard for the command line</a></dt>169 <dt><a href="http://www.ioncannon.net/linux/81/5-imagemagick-command-line-examples-part-1/" target=" 1343670577">ImageMagick command line examples - part 1</a></dt>170 <dt><a href="http://www.ioncannon.net/linux/72/5-imagemagick-command-line-examples-part-2/" target=" 660327941">ImageMagick command line examples - part 2</a></dt>171 <dt><a href="http://www.rabuser.info/jmagick.html" target=" 1182318179">ImageMagick & Java</a></dt>172 <dt><a href="http://www.jpeek.com/articles/linuxmag/0606.pdf" target=" 301026904">ImageMagick, Part One</a></dt>173 <dt><a href="http://www.jpeek.com/articles/linuxmag/0607.pdf" target=" 1975469135">ImageMagick, Part Two</a></dt>174 <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine" target="1 240069153">More Graphics from the Command Line</a></dt>175 <dt><a href="http://www.ffnn.nl/pages/projects/ubuntu-firefox-themes.html" target=" 350575091">Ubuntu Firefox Themes</a></dt>162 <dt><a href="http://www.imagemagick.org/Usage/" target="1029844327">Examples of ImageMagick Usage</a></dt> 163 <dt><a href="http://software.newsforge.com/article.pl?sid=05/04/29/1358220" target="684312581">Advanced image editing from the command line with ImageMagick</a></dt> 164 <dt><a href="http://www.applematters.com/index.html/section/comments/1113/" target="921939692">Best Open Source Software for the Macintosh</a></dt> 165 <dt><a href="http://software.newsforge.com/article.pl?sid=05/07/01/1959251" target="1733759010">Command-line animations using ImageMagick</a></dt> 166 <dt><a href="http://www.builderau.com.au/program/linux/soa/Convert_images_with_open_source_ImageMagick/0,339028299,339271774,00.htm" target="145709869">Convert Images with Open Source ImageMagick</a></dt> 167 <dt><a href="http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/" target="1645098528">Enchanting Pictures with ImageMagick</a></dt> 168 <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428" target="1915730405">Graphics from the Command Line</a></dt> 169 <dt><a href="http://www.ars-informatica.ca/article.html?article=22" target="813174355">Image creation, conversion and manipulation with ImageMagick</a></dt> 170 <dt><a href="http://www.applematters.com/index.html/section/comments/2104/" target="1969635573">Image Editing for Power Users on the Mac</a></dt> 171 <dt><a href="http://applications.linux.com/article.pl?sid=05/03/29/1525217" target="290763333">ImageMagick: A graphics wizard for the command line</a></dt> 172 <dt><a href="http://www.ioncannon.net/linux/81/5-imagemagick-command-line-examples-part-1/" target="867704156">ImageMagick command line examples - part 1</a></dt> 173 <dt><a href="http://www.ioncannon.net/linux/72/5-imagemagick-command-line-examples-part-2/" target="1377668487">ImageMagick command line examples - part 2</a></dt> 174 <dt><a href="http://www.rabuser.info/jmagick.html" target="556915475">ImageMagick & Java</a></dt> 175 <dt><a href="http://www.jpeek.com/articles/linuxmag/0606.pdf" target="881137179">ImageMagick, Part One</a></dt> 176 <dt><a href="http://www.jpeek.com/articles/linuxmag/0607.pdf" target="2143487660">ImageMagick, Part Two</a></dt> 177 <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine" target="1734323637">More Graphics from the Command Line</a></dt> 178 <dt><a href="http://www.ffnn.nl/pages/projects/ubuntu-firefox-themes.html" target="468142565">Ubuntu Firefox Themes</a></dt> 176 179 </ul> 177 180 … … 181 184 182 185 <ul> 183 <dt><a href="http://www-128.ibm.com/developerworks/openwww/source/library/os-mosaic/?ca=dgr-lnxw09MosaicImages" target="1 98414206">Create Mosaic Images with Perl and ImageMagick</a></dt>184 <dt><a href="http://builder.com.com/5100-6371-5924990.html" target=" 924220555">Convert images for printing with MagickWand for PHP</a></dt>185 <dt><a href="http://www.sitepoint.com/article/dynamic-images-imagemagick" target=" 201031140">Create Dynamic Images with ImageMagick</a></dt>186 <dt><a href="http://www.clearimageonline.com/builder/pdf/imageservices.pdf" target=" 967131186">Image Services Add-on for Aestiva's HTML/OS and H2O</a></dt>187 <dt><a href="http://www.ioncannon.net/php/75/how-to-compile-imagemagick-for-php-by-hand/" target="1 796452409">How to compile ImageMagick for PHP by hand</a></dt>188 <dt><a href="http://members.shaw.ca/el.supremo/MagickWand/" target=" 816289131">MagickWand Examples in C</a></dt>189 <dt><a href="http://www.html-editors.com/contest/1/82-read.html" target=" 123486733">PHP Extensions: MagickWand for PHP</a></dt>190 <dt><a href="http://www.evolt.org/article/PHP_frontend_to_ImageMagick/17/55650/" target=" 1210800074">PHP frontend to ImageMagick</a></dt>191 <dt><a href="http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/" target=" 1861155573">PHP ImageMagick MagickWand Examples</a></dt>192 <dt><a href="http://www.imagemagick.org/RMagick/doc/rvgtut.html" target=" 1953433411">RVG - Ruby Vector Graphics</a></dt>193 <dt><a href="http://www.devshed.com/c/a/PHP/Security-Images-with-PHP-and-ImageMagick/" target=" 1459552508">Security Images with PHP and ImageMagick</a></dt>194 <dt><a href="http://www.rubblewebs.co.uk/imagemagick/" target="1 756803364">Simple Uses of PHP and ImageMagick</a></dt>186 <dt><a href="http://www-128.ibm.com/developerworks/openwww/source/library/os-mosaic/?ca=dgr-lnxw09MosaicImages" target="1117580593">Create Mosaic Images with Perl and ImageMagick</a></dt> 187 <dt><a href="http://builder.com.com/5100-6371-5924990.html" target="1745245228">Convert images for printing with MagickWand for PHP</a></dt> 188 <dt><a href="http://www.sitepoint.com/article/dynamic-images-imagemagick" target="941506920">Create Dynamic Images with ImageMagick</a></dt> 189 <dt><a href="http://www.clearimageonline.com/builder/pdf/imageservices.pdf" target="640023764">Image Services Add-on for Aestiva's HTML/OS and H2O</a></dt> 190 <dt><a href="http://www.ioncannon.net/php/75/how-to-compile-imagemagick-for-php-by-hand/" target="1323069341">How to compile ImageMagick for PHP by hand</a></dt> 191 <dt><a href="http://members.shaw.ca/el.supremo/MagickWand/" target="994873576">MagickWand Examples in C</a></dt> 192 <dt><a href="http://www.html-editors.com/contest/1/82-read.html" target="637026833">PHP Extensions: MagickWand for PHP</a></dt> 193 <dt><a href="http://www.evolt.org/article/PHP_frontend_to_ImageMagick/17/55650/" target="883577050">PHP frontend to ImageMagick</a></dt> 194 <dt><a href="http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/" target="963592019">PHP ImageMagick MagickWand Examples</a></dt> 195 <dt><a href="http://www.imagemagick.org/RMagick/doc/rvgtut.html" target="360506952">RVG - Ruby Vector Graphics</a></dt> 196 <dt><a href="http://www.devshed.com/c/a/PHP/Security-Images-with-PHP-and-ImageMagick/" target="352656332">Security Images with PHP and ImageMagick</a></dt> 197 <dt><a href="http://www.rubblewebs.co.uk/imagemagick/" target="1301493566">Simple Uses of PHP and ImageMagick</a></dt> 195 198 </ul> 196 199 … … 200 203 201 204 <ul> 202 <dt><a href="http://beta.bigmedium.com/blog/imagemagick-install-osx.shtml" target=" 1946573817">Installing ImageMagick on Mac OS X</a></dt>203 <dt><a href="http://www.cloudgoessocial.net/2009/06/09/imagemagick-on-iphone-with-jpeg-png/" target="1 86055326">ImageMagick on iPhone</a></dt>204 <dt><a href="http://www.cloudgoessocial.net/2009/07/09/imagemagick-on-iphone-xcode/" target="1 539152308">ImageMagick on iPhone - Xcode</a></dt>205 <dt><a href="http://www.digitalsanctum.com/?s=ImageMagick" target="1 200698658">Installing ImageMagick from Source on Ubuntu</a></dt>205 <dt><a href="http://beta.bigmedium.com/blog/imagemagick-install-osx.shtml" target="944681036">Installing ImageMagick on Mac OS X</a></dt> 206 <dt><a href="http://www.cloudgoessocial.net/2009/06/09/imagemagick-on-iphone-with-jpeg-png/" target="1059154198">ImageMagick on iPhone</a></dt> 207 <dt><a href="http://www.cloudgoessocial.net/2009/07/09/imagemagick-on-iphone-xcode/" target="183854245">ImageMagick on iPhone - Xcode</a></dt> 208 <dt><a href="http://www.digitalsanctum.com/?s=ImageMagick" target="1628993617">Installing ImageMagick from Source on Ubuntu</a></dt> 206 209 </ul> 207 210 … … 211 214 212 215 <ul> 213 <dt><a href="http://www.xs4all.nl/%7Ebvdwolf/main/foto/down_sample/down_sample.htm" target="1 588743179">Down-sampling Methods</a></dt>216 <dt><a href="http://www.xs4all.nl/%7Ebvdwolf/main/foto/down_sample/down_sample.htm" target="1981093890">Down-sampling Methods</a></dt> 214 217 </ul> 215 218 … … 218 221 </div> 219 222 <ul> 220 <dt><a href="http://www.linux.com/article.pl?sid=06/09/29/1917210" target="1 3117866">Book review: ImageMagick Tricks</a></dt>221 <dt><a href="http://books.slashdot.org/books/06/03/13/1442239.shtml" target=" 480545901">The Definitive Guide To ImageMagick</a></dt>223 <dt><a href="http://www.linux.com/article.pl?sid=06/09/29/1917210" target="1917613255">Book review: ImageMagick Tricks</a></dt> 224 <dt><a href="http://books.slashdot.org/books/06/03/13/1442239.shtml" target="1774703486">The Definitive Guide To ImageMagick</a></dt> 222 225 </ul> 223 226 … … 226 229 </div> 227 230 <ul> 228 <dt><a href="http://www.archivesat.com/ImageMagick_Users_List/" target="1 26064024">ImageMagick Users List</a></dt>229 <dt><a href="http://www.archivesat.com/ImageMagick_Developer_List/" target="1 708448422">ImageMagick Developers List</a></dt>230 <dt><a href="http://www.archivesat.com/ImageMagick_Defect_Support/" target=" 578671371">ImageMagick Bugs List</a></dt>231 <dt><a href="http://www.archivesat.com/ImageMagick_Users_List/" target="1478708771">ImageMagick Users List</a></dt> 232 <dt><a href="http://www.archivesat.com/ImageMagick_Developer_List/" target="1685860012">ImageMagick Developers List</a></dt> 233 <dt><a href="http://www.archivesat.com/ImageMagick_Defect_Support/" target="440394193">ImageMagick Bugs List</a></dt> 231 234 </ul> 232 235 … … 236 239 <dl> 237 240 <dt>Denmark</dt> 238 <dd><a href="http://imagemagick.europnews.de" target=" 249520246">http://imagemagick.europnews.de</a></dd><br />241 <dd><a href="http://imagemagick.europnews.de" target="1300860696">http://imagemagick.europnews.de</a></dd><br /> 239 242 <dt>Germany</dt> 240 <dd><a href="http://imagemagick.linux-mirror.org" target=" 442725183">http://imagemagick.linux-mirror.org</a></dd><br />243 <dd><a href="http://imagemagick.linux-mirror.org" target="1976623346">http://imagemagick.linux-mirror.org</a></dd><br /> 241 244 <dt>Ireland</dt> 242 <dd><a href="http://imagemagick.oss-mirror.org" target="1 922341949">http://imagemagick.oss-mirror.org</a></dd><br />245 <dd><a href="http://imagemagick.oss-mirror.org" target="1308098350">http://imagemagick.oss-mirror.org</a></dd><br /> 243 246 <dt>United States</dt> 244 <dd><a href="http://www.imagemagick.org" target=" 909848187">http://www.imagemagick.org</a></dd>247 <dd><a href="http://www.imagemagick.org" target="531045535">http://www.imagemagick.org</a></dd> 245 248 </dl> 246 249 … … 250 253 251 254 <ul> 252 <dt><a href="http://gmic.sourceforge.net/" target=" 1625043363">G'MIC</a>: convert, manipulate and visualize generic 1D/2D/3D multi-spectral image files</dt>253 <dt><a href="http://www.beesoft.org/index.html?id=imagicom" target=" 75885205">Image Commander</a>: bulk picture processing with a GUI</dt>255 <dt><a href="http://gmic.sourceforge.net/" target="386055173">G'MIC</a>: convert, manipulate and visualize generic 1D/2D/3D multi-spectral image files</dt> 256 <dt><a href="http://www.beesoft.org/index.html?id=imagicom" target="41751881">Image Commander</a>: bulk picture processing with a GUI</dt> 254 257 </ul> 255 258 … … 258 261 </div> 259 262 <ul> 260 <dt><a href="http://www.wizards-toolkit.org" target=" 737833674">Wizard's Toolkit</a></dt>261 <dt><a href="http://www.multipole.org" target=" 717628868">Computational Simulation of Multi-Body Interactions with O(n) Scaling</a></dt>263 <dt><a href="http://www.wizards-toolkit.org" target="527049547">Wizard's Toolkit</a></dt> 264 <dt><a href="http://www.multipole.org" target="2120378810">Computational Simulation of Multi-Body Interactions with O(n) Scaling</a></dt> 262 265 </ul> 263 266 -
ImageMagick/trunk/www/magick-core.html
r571 r592 124 124 125 125 <div class="sponsbox"> 126 <div class="sponsor">127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ -->128 </div>129 126 <div class="sponsor"> 130 127 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> -
ImageMagick/trunk/www/magick-vector-graphics.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 1058 1058 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 1059 1059 <a href="../www/mailing-list.html">Mailing Lists</a> • 1060 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>1060 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 1061 1061 </span> 1062 1062 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/magick-wand.html
r571 r592 124 124 125 125 <div class="sponsbox"> 126 <div class="sponsor"> 127 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 128 </div> 126 129 <div class="sponsor"> 127 130 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> … … 453 456 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 454 457 <a href="../www/mailing-list.html">Mailing Lists</a> • 455 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>458 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 456 459 </span> 457 460 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/mailing-list.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 152 155 153 156 <div style="margin: auto;"> 154 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-users" target=" 755955203">Magick Users</a></h2>157 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-users" target="1514289036">Magick Users</a></h2> 155 158 </div> 156 159 … … 158 161 159 162 <div style="margin: auto;"> 160 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-developers" target="1 231974018">Magick Developers</a></h2>163 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-developers" target="1855543246">Magick Developers</a></h2> 161 164 </div> 162 165 … … 164 167 165 168 <div style="margin: auto;"> 166 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-bugs" target=" 1278994480">Magick Bugs</a></h2>169 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-bugs" target="976433570">Magick Bugs</a></h2> 167 170 </div> 168 171 … … 170 173 171 174 <div style="margin: auto;"> 172 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-announce" target="1 699259551">Magick Announce</a></h2>175 <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-announce" target="1552700192">Magick Announce</a></h2> 173 176 </div> 174 177 -
ImageMagick/trunk/www/miff.html
r577 r592 123 123 124 124 <div class="sponsbox"> 125 <div class="sponsor"> 126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 </div> 125 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> … … 306 309 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 307 310 <a href="../www/mailing-list.html">Mailing Lists</a> • 308 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>311 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 309 312 </span> 310 313 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/mirrors.html
r577 r592 155 155 <dl class="magick-mirror"> 156 156 <dt>France</dt> 157 <dd><a href="http://imagemagick.europnews.de/" target=" 336791576">http://imagemagick.europnews.de/</a></dd><br />157 <dd><a href="http://imagemagick.europnews.de/" target="1022991690">http://imagemagick.europnews.de/</a></dd><br /> 158 158 <dt>Unites States</dt> 159 <dd><a href="http://www.imagemagick.org/" target=" 625340571">http://www.imagemagick.org/</a></dd>159 <dd><a href="http://www.imagemagick.org/" target="267307176">http://www.imagemagick.org/</a></dd> 160 160 </dl> 161 161 <p>If you want to add a new web-site mirror, please <a href="http://www.imagemagick.org/script/contact.php">contact us</a>.</p> … … 168 168 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 169 169 <a href="../www/mailing-list.html">Mailing Lists</a> • 170 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>170 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 171 171 </span> 172 172 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/mogrify.html
r577 r592 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.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 128 131 </div> … … 1256 1259 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 1257 1260 <a href="../www/mailing-list.html">Mailing Lists</a> • 1258 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>1261 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 1259 1262 </span> 1260 1263 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/montage.html
r577 r592 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"> … … 699 699 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 700 700 <a href="../www/mailing-list.html">Mailing Lists</a> • 701 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>701 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 702 702 </span> 703 703 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/perl-magick.html
r577 r592 123 123 124 124 <div class="sponsbox"> 125 <div class="sponsor"> 126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 </div> 125 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> -
ImageMagick/trunk/www/quantize.html
r577 r592 286 286 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 287 287 <a href="../www/mailing-list.html">Mailing Lists</a> • 288 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>288 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 289 289 </span> 290 290 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/resources.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www. hygi.de">Reinigungsmittel</a><!-- 201002000400+-->126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 127 </div> 128 128 <div class="sponsor"> … … 406 406 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 407 407 <a href="../www/mailing-list.html">Mailing Lists</a> • 408 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>408 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 409 409 </span> 410 410 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/sitemap.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 160 163 <dd><a href="../www/index.html">Introduction</a>: convert, edit, and compose images from the command-line or program interface.</dd> 161 164 <dd><a href="../www/examples.html">Examples of ImageMagick usage</a>: a few examples that show what you can do with an image using ImageMagick.</dd> 162 <dd><a href="http://www.imagemagick.org/Usage/" target=" 1782689644">Anthony Thyssen's examples of ImageMagick usage</a>: a comprehensive tutorial of using ImageMagick from the command line.</dd>165 <dd><a href="http://www.imagemagick.org/Usage/" target="2012325609">Anthony Thyssen's examples of ImageMagick usage</a>: a comprehensive tutorial of using ImageMagick from the command line.</dd> 163 166 <dd><a href="../www/color.html">Color names</a>: how to specify a color name, a hex color, or a numerical RGB, RGBA, HSL, HSLA, CMYK, or CMYKA color.</dd> 164 167 <dd><a href="../www/resources.html">Resources</a>: ImageMagick depends on external resources including configuration files, loadable modules, fonts, and environment variables.</dd> … … 174 177 <dd><a href="../www/download.html">Download ImageMagick</a>: ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors.</dd> 175 178 <ul> 176 <dd><a href="http://www.imagemagick.org/download" target=" 308114666">Unix source</a>: Unix source distributions.</dd>177 <dd><a href="http://www.imagemagick.org/download/windows" target=" 196921703">Windows source</a>: Windows source distributions.</dd>178 <dd><a href="http://www.imagemagick.org/download/binaries" target="1 394431583">Unix and Windows binaries</a>: Unix and Windows binary distributions.</dd>179 <dd><a href="http://www.imagemagick.org/download" target="660637514">Unix source</a>: Unix source distributions.</dd> 180 <dd><a href="http://www.imagemagick.org/download/windows" target="274270167">Windows source</a>: Windows source distributions.</dd> 181 <dd><a href="http://www.imagemagick.org/download/binaries" target="1016287371">Unix and Windows binaries</a>: Unix and Windows binary distributions.</dd> 179 182 <dd><a href="../www/subversion.html">Subversion repository</a>: stable and development source releases.</dd> 180 <dd><a href="http://www.magickwand.org/" target=" 436473168">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd>181 <dd><a href="http://www.imagemagick.org/download/delegates" target=" 552933365">Delegate libraries</a>: ImageMagick depends on a number of optional delegate libraries to extend its functionality.</dd>183 <dd><a href="http://www.magickwand.org/" target="1059876178">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd> 184 <dd><a href="http://www.imagemagick.org/download/delegates" target="149653496">Delegate libraries</a>: ImageMagick depends on a number of optional delegate libraries to extend its functionality.</dd> 182 185 </ul> 183 186 </dl> … … 218 221 <dd><a href="../www/command-line-options.html">Command line options</a>: annotated list of all options that can appear on the command-line.</dd> 219 222 <dd><a href="../www/fx.html">Fx</a>: apply a mathematical expression to an image or image channels.</dd> 220 <dd><a href="http://www.fmwconcepts.com/imagemagick/" target=" 1651149945">Fred's ImageMagick Scripts</a>: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.</dd>223 <dd><a href="http://www.fmwconcepts.com/imagemagick/" target="421543356">Fred's ImageMagick Scripts</a>: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.</dd> 221 224 </dl> 222 225 … … 228 231 <dd><a href="../www/api.html">Program interfaces</a>: application programming interfaces.</dd> 229 232 <ul> 230 <dd><a href="http://www.imagemagick.org/ChMagick" target=" 1119355959">ChMagick</a>: is a <a href="http://www.softintegration.com/" target="860543753">Ch</a> an embeddable MagickCore C/C++ interpreter for cross-platform scripting.</dd>231 <dd><a href="http://common-lisp.net/project/cl-magick/" target=" 500713294">CL-Magick</a>: provides a Common Lisp interface to the ImageMagick library.</dd>232 <dd><a href="https://gna.org/projects/g2f/" target=" 1173905110">G2F</a>: implements an Ada 95 binding to a subset of the low-level MagickCore library.</dd>233 <dd><a href="http://www.imagemagick.org/Magick++" target="1 600936202">Magick++</a>: provides an object-oriented C++ interface to ImageMagick.</dd>234 <dd><a href="http://pecl.html.net/package/imagick" target=" 918024680">IMagick</a>: is a native PHP extension to create and modify images using the ImageMagick API.</dd>235 <dd><a href="http://www.yeo.id.au/jmagick/" target=" 1820422220">JMagick</a>: provides an object-oriented Java interface to ImageMagick.</dd>233 <dd><a href="http://www.imagemagick.org/ChMagick" target="2109501587">ChMagick</a>: is a <a href="http://www.softintegration.com/" target="550592923">Ch</a> an embeddable MagickCore C/C++ interpreter for cross-platform scripting.</dd> 234 <dd><a href="http://common-lisp.net/project/cl-magick/" target="979627744">CL-Magick</a>: provides a Common Lisp interface to the ImageMagick library.</dd> 235 <dd><a href="https://gna.org/projects/g2f/" target="2020522728">G2F</a>: implements an Ada 95 binding to a subset of the low-level MagickCore library.</dd> 236 <dd><a href="http://www.imagemagick.org/Magick++" target="1433718289">Magick++</a>: provides an object-oriented C++ interface to ImageMagick.</dd> 237 <dd><a href="http://pecl.html.net/package/imagick" target="131289108">IMagick</a>: is a native PHP extension to create and modify images using the ImageMagick API.</dd> 238 <dd><a href="http://www.yeo.id.au/jmagick/" target="767263274">JMagick</a>: provides an object-oriented Java interface to ImageMagick.</dd> 236 239 <dd><a href="../www/magick-core.html">MagickCore</a>: C API, recommended for wizard-level developers.</dd> 237 240 <dd><a href="../www/magick-wand.html">MagickWand</a>: convert, compose, and edit images from the C language.</dd> 238 <dd><a href="http://www.magickwand.org/" target=" 1496805117">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd>239 <dd><a href="http://code.google.com/p/nmagick" target="1 103089538">nMagick</a>: is a port of the ImageMagick library to the haXe and Neko platforms.</dd>240 <dd><a href="http://wiki.lazarus.freepascal.org/index.html/PascalMagick" target=" 1235976521">PascalMagick</a>: a Pascal binding for the MagickWand API and also the low-level MagickCore library.</dd>241 <dd><a href="http://www.magickwand.org/" target="518305018">MagickWand for PHP</a>: a native PHP-extension to the ImageMagick MagickWand API.</dd> 242 <dd><a href="http://code.google.com/p/nmagick" target="1947761266">nMagick</a>: is a port of the ImageMagick library to the haXe and Neko platforms.</dd> 243 <dd><a href="http://wiki.lazarus.freepascal.org/index.html/PascalMagick" target="557857375">PascalMagick</a>: a Pascal binding for the MagickWand API and also the low-level MagickCore library.</dd> 241 244 <dd><a href="../www/perl-magick.html">PerlMagick</a>: convert, compose, and edit images from the Perl language.</dd> 242 <dd><a href="http://www.imagemagick.org/download/python/" target="1 578308118">PythonMagick</a>: an object-oriented Python interface to ImageMagick.</dd>243 <dd><a href="http://rmagick.rubyforge.org/" target=" 476948768">RMagick</a>: is an interface between the Ruby programming language and ImageMagick.</dd>244 <dd><a href="http://tclmagick.sourceforge.net/" target=" 440559243">TclMagick</a>: a native Tcl-extension to the ImageMagick MagickWand API.</dd>245 <dd><a href="http://www.imagemagick.org/download/python/" target="1393909232">PythonMagick</a>: an object-oriented Python interface to ImageMagick.</dd> 246 <dd><a href="http://rmagick.rubyforge.org/" target="2076855059">RMagick</a>: is an interface between the Ruby programming language and ImageMagick.</dd> 247 <dd><a href="http://tclmagick.sourceforge.net/" target="1923440108">TclMagick</a>: a native Tcl-extension to the ImageMagick MagickWand API.</dd> 245 248 </ul> 246 249 </dl> … … 260 263 261 264 <dl> 262 <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=imagemagick-20&creative=9325&path=tg/detail/-/1590595904/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846" target="1 269455139">Definitive Guide to ImageMagick</a>: this book explains ImageMagick in a practical, learn-by-example fashion.</dd>263 <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="169 0472807">ImageMagick Tricks</a>: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.</dd>265 <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=imagemagick-20&creative=9325&path=tg/detail/-/1590595904/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846" target="1939868440">Definitive Guide to ImageMagick</a>: this book explains ImageMagick in a practical, learn-by-example fashion.</dd> 266 <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=imagemagick-20&creative=9325&path=tg/detail/-/1904811868/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846" target="1695898580">ImageMagick Tricks</a>: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.</dd> 264 267 <dd><a href="http://www.imagemagick.org/discourse-server">Discourse server</a>: get help from fellow ImageMagick users and developers, post to these forums.</dd> 265 268 <dd><a href="../www/mailing-list.html">Mailing list</a>: get help from fellow ImageMagick users and developers, post to these mailing lists.</dd> … … 272 275 273 276 <dl> 274 <dd><a href="http://www.imagemagick.org/discourse-server/viewforum.html?f=3" target="1 912679991">Report bugs and vulnerabilities</a>: our highest priority is to fix security defects and bug reports, usually within 48 hours of your report. The bug discourse server requires that you register. If you do not want to register, you can <a href="contact.html">contact the ImageMagick developers</a> with a convenient web form.</dd>277 <dd><a href="http://www.imagemagick.org/discourse-server/viewforum.html?f=3" target="1551630171">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> 275 278 <dd><a href="../www/sponsors.html">Sponsor ImageMagick</a>: contribute bug fixes, enhancements, hardware, funds, etc. to ensure the ImageMagick project thrives.</dd> 276 279 <dd><a href="../www/t-shirt.html">ImageMagick t-shirt</a>: donate $25 USD and we acknowledge your gift with a logoed t-shirt.</dd> … … 296 299 </div> 297 300 <dl> 298 <dd><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/sandbox" target=" 1909854541">Fast Fourier Transforms Toolkit</a></dd>299 <dd><a href="http://www.fmwconcepts.com/imagemagick/linkcounter.html?dir=fourier_transforms/&linkname=fourier.html" target=" 644946210">Fourier Transform Processing With ImageMagick</a></dd>300 <dd><a href="http://www.imagemagick.org/Usage/fourier/" target="1 408563048">ImageMagick v6 Examples -- Fourier Transforms</a></dd>301 <dd><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/sandbox" target="260922637">Fast Fourier Transforms Toolkit</a></dd> 302 <dd><a href="http://www.fmwconcepts.com/imagemagick/linkcounter.html?dir=fourier_transforms/&linkname=fourier.html" target="1592485332">Fourier Transform Processing With ImageMagick</a></dd> 303 <dd><a href="http://www.imagemagick.org/Usage/fourier/" target="126610146">ImageMagick v6 Examples -- Fourier Transforms</a></dd> 301 304 </dl> 302 305 -
ImageMagick/trunk/www/sponsors.html
r577 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div> … … 158 161 159 162 <dl class="doc"> 163 <dt class="doc"><a href="http://www.abi-stoff.de/abizeitung/">Abizeitung</a></dt> 160 164 <dt class="doc"><a href="http://www.blumenversender.com">Blumenversand</a></dt> 161 165 <dt class="doc"><a href="http://www.goyax.de">Börse</a></dt> … … 235 239 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 236 240 <a href="../www/mailing-list.html">Mailing Lists</a> • 237 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>241 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 238 242 </span> 239 243 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/stream.html
r571 r592 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.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 131 128 </div> … … 342 339 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 343 340 <a href="../www/mailing-list.html">Mailing Lists</a> • 344 <a href="http:// www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>341 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 345 342 </span> 346 343 <span id="linkbar-east"> </span> -
ImageMagick/trunk/www/subversion.html
r571 r592 124 124 <div class="sponsbox"> 125 125 <div class="sponsor"> 126 <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 --> 127 </div> 128 <div class="sponsor"> 126 129 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn --> 127 130 </div>
