Changeset 474

Show
Ignore:
Timestamp:
10/26/09 13:05:17 (4 weeks ago)
Author:
cristy
Message:
 
Files:
80 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/ImageMagick.spec

    r443 r474  
    11%define VERSION  6.5.7 
    2 %define Patchlevel  2 
     2%define Patchlevel  3 
    33 
    44Name:           ImageMagick 
  • ImageMagick/trunk/Magick++/bin/Magick++-config

    r447 r474  
    5656      ;; 
    5757    --libs) 
    58       echo "-L${libdir} -lMagick++ -lMagickWand -lMagickCore -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -ldjvulibre -lfftw3 -lfontconfig -lXext -lXt -lSM -lICE -lX11 -lbz2 -lrsvg-2 -lgdk_pixbuf-2.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lxml2 -lz -lm -lgomp -lpthread " 
     58      echo "-L${libdir} -lMagick++ -lMagickWand -lMagickCore -llcms -ltiff -lfreetype -ljpeg -lfftw3 -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp -lpthread -lltdl" 
    5959      ;; 
    6060    *) 
  • ImageMagick/trunk/PerlMagick/Makefile.PL

    r447 r474  
    126126my $delegate_tests='t/*.t'; 
    127127my $delegate; 
    128 foreach $delegate (qw/bzlib djvu fftw fontconfig freetype jpeg jng jp2 lcms mpeg png rsvg tiff x11 xml zlib/) { 
     128foreach $delegate (qw/bzlib djvu fftw fontconfig freetype jpeg jng jp2 lcms mpeg png rsvg tiff x11 xml wmf zlib/) { 
    129129  if ( -d "t/$delegate" ) { 
    130130    if ( defined($ENV{'DISPLAY'}) && ($^O ne 'MSWin32') ) { 
     
    139139 
    140140# defaults for LIBS & INC & CCFLAGS params that we later pass to Writemakefile 
    141 my $INC_magick = '-I../ -I.. -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2 -I/usr/include/libxml2 -I"' . $Config{'usrinc'} . '/ImageMagick"'; 
     141my $INC_magick = '-I../ -I.. -I/usr/include/freetype2 -I/usr/include/libxml2 -I"' . $Config{'usrinc'} . '/ImageMagick"'; 
    142142my $LIBS_magick = '-L../magick/.libs -lMagickCore -lperl -lm'; 
    143143my $CCFLAGS_magick = "$Config{'ccflags'} -fopenmp -g -O2 -Wall -W -pthread"; 
     
    184184 
    185185   # C pre-processor flags (e.g. -I & -D options) 
    186    # 'CPPFLAGS' => "$Config{'cppflags'} -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2 -I/usr/include/libxml2", 
     186   # 'CPPFLAGS' => "$Config{'cppflags'} -I/usr/include/freetype2 -I/usr/include/libxml2", 
    187187 
    188188   # C compiler flags (e.g. -O -g) 
  • ImageMagick/trunk/config/configure.xml

    r447 r474  
    99  <configure name="NAME" value="ImageMagick"/> 
    1010  <configure name="LIB_VERSION" value="0x657"/> 
    11   <configure name="LIB_VERSION_NUMBER" value="6,5,7,2"/> 
    12   <configure name="RELEASE_DATE" value="2009-10-24"/> 
    13   <configure name="CONFIGURE" value="./configure  '--disable-shared'"/> 
     11  <configure name="LIB_VERSION_NUMBER" value="6,5,7,3"/> 
     12  <configure name="RELEASE_DATE" value="2009-10-26"/> 
     13  <configure name="CONFIGURE" value="./configure "/> 
    1414  <configure name="PREFIX" value="/usr/local"/> 
    1515  <configure name="EXEC-PREFIX" value="/usr/local"/> 
     
    2121  <configure name="DEFS" value="-DHAVE_CONFIG_H"/> 
    2222  <configure name="LDFLAGS" value="-L/usr/local/lib "/> 
    23   <configure name="LIBS" value="-lMagickCore -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -ldjvulibre -lfftw3 -lfontconfig -lXext -lXt -lSM -lICE -lX11 -lbz2 -lrsvg-2 -lgdk_pixbuf-2.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lxml2 -lz -lm -lgomp -lpthread "/> 
     23  <configure name="LIBS" value="-lMagickCore -llcms -ltiff -lfreetype -ljpeg -lfftw3 -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp -lpthread -lltdl"/> 
    2424  <configure name="CXX" value="g++"/> 
    2525  <configure name="CXXFLAGS" value="-g -O2 -Wall -W -pthread"/> 
    26   <configure name="DISTCHECK_CONFIG_FLAGS" value="--disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autotrace=no --with-gslib=no --with-fontpath= --with-wmf=no"/> 
     26  <configure name="DISTCHECK_CONFIG_FLAGS" value="--disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autotrace=no --with-gslib=no --with-fontpath="/> 
    2727  <configure name="HOST" value="x86_64-unknown-linux-gnu"/> 
    28   <configure name="DELEGATES" value="bzlib djvu fftw fontconfig freetype jpeg jng jp2 lcms mpeg png rsvg tiff x11 xml zlib"/> 
     28  <configure name="DELEGATES" value="bzlib djvu fftw fontconfig freetype jpeg jng jp2 lcms mpeg png rsvg tiff x11 xml wmf zlib"/> 
    2929  <configure name="COPYRIGHT" value="Copyright (C) 1999-2009 ImageMagick Studio LLC"/> 
    3030  <configure name="WEBSITE" value="http://www.imagemagick.org"/> 
  • ImageMagick/trunk/index.html

    r443 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    218218      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    219219      <a href="www/mailing-list.html">Mailing Lists</a> &bull; 
    220     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     220    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    221221    </span> 
    222222    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/libtool

    r447 r474  
    22 
    33# libtool - Provide generalized library-building support services. 
    4 # Generated automatically by config.status (ImageMagick) 6.5.7-2 
     4# Generated automatically by config.status (ImageMagick) 6.5.7-3 
    55# Libtool was configured on host magick.imagemagick.org: 
    66# NOTE: Changes made to this file will be lost: look at ltmain.sh. 
     
    6868 
    6969# Whether or not to build shared libraries. 
    70 build_libtool_libs=no 
     70build_libtool_libs=yes 
    7171 
    7272# Whether or not to build static libraries. 
     
    7777 
    7878# Whether or not to optimize for fast installation. 
    79 fast_install=needless 
     79fast_install=yes 
    8080 
    8181# The host system. 
     
    288288 
    289289# Whether or not to add -lc for building shared libraries. 
    290 build_libtool_need_lc=yes 
     290build_libtool_need_lc=no 
    291291 
    292292# Whether or not to disallow shared libs when runtime libs are static. 
  • ImageMagick/trunk/magick/Magick-config

    r447 r474  
    5353      ;; 
    5454    --libs) 
    55       echo "-L${libdir} -lMagickCore -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -ldjvulibre -lfftw3 -lfontconfig -lXext -lXt -lSM -lICE -lX11 -lbz2 -lrsvg-2 -lgdk_pixbuf-2.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lxml2 -lz -lm -lgomp -lpthread " 
     55      echo "-L${libdir} -lMagickCore -llcms -ltiff -lfreetype -ljpeg -lfftw3 -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp -lpthread -lltdl" 
    5656      ;; 
    5757    *) 
  • ImageMagick/trunk/magick/magick-config.h

    r447 r474  
    1313 
    1414/* Define if coders and filters are to be built as modules. */ 
    15 /* #undef BUILD_MODULES */ 
     15#ifndef MAGICKCORE_BUILD_MODULES  
     16#define MAGICKCORE_BUILD_MODULES  1  
     17#endif 
    1618 
    1719/* Define if you have the bzip2 library */ 
     
    988990 
    989991/* Define if using libltdl to support dynamically loadable modules */ 
    990 /* #undef LTDL_DELEGATE */ 
     992#ifndef MAGICKCORE_LTDL_DELEGATE  
     993#define MAGICKCORE_LTDL_DELEGATE  1  
     994#endif 
    991995 
    992996/* Define if the OS needs help to load dependent libraries for dlopen(). */ 
     
    12261230 
    12271231/* Define if you have wmflite library */ 
    1228 /* #undef WMFLITE_DELEGATE */ 
     1232#ifndef MAGICKCORE_WMFLITE_DELEGATE  
     1233#define MAGICKCORE_WMFLITE_DELEGATE  1  
     1234#endif 
    12291235 
    12301236/* Define if you have wmf library */ 
  • ImageMagick/trunk/magick/version.h

    r443 r474  
    3131#define MagickLibVersionText  "6.5.7" 
    3232#define MagickLibVersionNumber  2,0,0 
    33 #define MagickLibSubversion  "-2" 
    34 #define MagickReleaseDate  "2009-10-24" 
    35 #define MagickChangeDate   "20091023" 
     33#define MagickLibSubversion  "-3" 
     34#define MagickReleaseDate  "2009-10-26" 
     35#define MagickChangeDate   "20091026" 
    3636#define MagickAuthoritativeURL  "http://www.imagemagick.org" 
    3737#define MagickHomeURL  "file:///usr/local/share/doc/ImageMagick-6.5.7/index.html" 
  • ImageMagick/trunk/version.sh

    r443 r474  
    1313PACKAGE_VERSION='6.5.7' 
    1414PACKAGE_LIB_VERSION="0x657" 
    15 PACKAGE_RELEASE="2" 
     15PACKAGE_RELEASE="3" 
    1616PACKAGE_LIB_VERSION_NUMBER="6,5,7,${PACKAGE_RELEASE}" 
    1717PACKAGE_RELEASE_DATE=`date +%F` 
  • ImageMagick/trunk/wand/Wand-config

    r447 r474  
    5353      ;; 
    5454    --libs) 
    55       echo "-L${libdir} -lMagickWand -lMagickCore -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -ldjvulibre -lfftw3 -lfontconfig -lXext -lXt -lSM -lICE -lX11 -lbz2 -lrsvg-2 -lgdk_pixbuf-2.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lxml2 -lz -lm -lgomp -lpthread " 
     55      echo "-L${libdir} -lMagickWand -lMagickCore -llcms -ltiff -lfreetype -ljpeg -lfftw3 -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp -lpthread -lltdl" 
    5656      ;; 
    5757    *) 
  • ImageMagick/trunk/www/ImageMagickObject.html

    r443 r474  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
    127    <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     127   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    128128</div> 
    129129<div  class="sponsor"> 
  • ImageMagick/trunk/www/advanced-unix-installation.html

    r443 r474  
    450450  <dd>install ImageMagick.</dd> 
    451451<dt>make check</dt> 
    452   <dd>Run tests using the installed ImageMagick (<kbd>sudo make install</kbd> must be done first).</dd> 
     452  <dd>Run tests using the installed ImageMagick (<kbd>sudo make install</kbd> must be done first). Ghostscript is a prerequisite, otherwise the EPS, PS, and PDF 
     453    tests will fail.</dd> 
    453454<dt>make clean</dt> 
    454455  <dd> Remove everything in the build directory created by <kbd>make</kbd>.</dd> 
     
    489490 
    490491<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make check</span></p> 
    491 <p>Note that due to differences between the developer's environment and your own it is possible that a few tests may fail even though the results are ok. Differences between the developer's environment environment and your own may include the compiler, the CPU type, and the library versions used. The ImageMagick developers use the current release of all dependent libraries.</p> 
     492<p>Ghostscript is a prerequisite, otherwise the EPS, PS, and PDF tests will fail.  Note that due to differences between the developer's environment and your own it is possible that a few tests may fail even though the results are ok. Differences between the developer's environment environment and your own may include the compiler, the CPU type, and the library versions used. The ImageMagick developers use the current release of all dependent libraries.</p> 
    492493 
    493494</div> 
     
    523524          <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> 
    524525          <p>Unpack and change into the top-level ImageMagick directory:</p> 
    525                 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvfz ImageMagick-6.5.7-1.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </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&gt; </span><span class='crtin'>tar xvfz ImageMagick-6.5.7-2.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </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> 
    526527        <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk/ \ <br/> 
    527528        -arch i386 -I/sw/include/"</span></p>     <p>Set your LDFLAGS environment variable to:</p> 
     
    598599      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    599600      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    600     <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> 
    601602    </span> 
    602603    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/advanced-windows-installation.html

    r443 r474  
    428428        <ol> 
    429429        <li>Double-click on 
    430         <kbd>VisualMagick/bin/ImageMagick-6.5.7-1-Q16-windows-dll.exe</kbd> 
     430        <kbd>VisualMagick/bin/ImageMagick-6.5.7-2-Q16-windows-dll.exe</kbd> 
    431431        to launch the ImageMagick binary distribution.</li> 
    432432        <li>Complete the installer screens to install ImageMagick on your system.</li> 
  • ImageMagick/trunk/www/animate.html

    r443 r474  
    608608      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    609609      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    610     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     610    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    611611    </span> 
    612612    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api.html

    r443 r474  
    160160</div> 
    161161 
    162 <p><a href="https://gna.org/projects/g2f/" target="362000600">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="1210760118">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</p> 
    163163 
    164164<div style="margin: auto;"> 
     
    172172</div> 
    173173 
    174 <p><a href="http://www.imagemagick.org/ChMagick" target="227441071">ChMagick</a> is a <a href="http://www.softintegration.com/" target="936143147">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="797359747">ChMagick</a> is a <a href="http://www.softintegration.com/" target="177555827">Ch</a> binding to the MagickCore and MagickWand API.  Ch is an embeddable C/C++ interpreter for cross-platform scripting.</p> 
    175175 
    176176<div style="margin: auto;"> 
     
    184184</div> 
    185185 
    186 <p><a href="http://www.imagemagick.org/Magick++" target="2092074335">Magick++</a> provides an object-oriented C++ interface to ImageMagick.  See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf" target="1333990825">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="572632636">source</a> if you want to correct, enhance, or expand the tutorial.</p> 
     186<p><a href="http://www.imagemagick.org/Magick++" target="714468517">Magick++</a> provides an object-oriented C++ interface to ImageMagick.  See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf" target="208197422">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="1945608479">source</a> if you want to correct, enhance, or expand the tutorial.</p> 
    187187 
    188188<div style="margin: auto;"> 
     
    190190</div> 
    191191 
    192 <p><a href="http://www.jmagick.org" target="489477970">JMagick</a> provides an object-oriented Java interface to ImageMagick.  <a href="http://im4java.sourceforge.net" target="600548251">Im4java</a> is a pure-java interface to the ImageMagick command-line.</p> 
     192<p><a href="http://www.jmagick.org" target="386128934">JMagick</a> provides an object-oriented Java interface to ImageMagick.  <a href="http://im4java.sourceforge.net" target="1822840564">Im4java</a> is a pure-java interface to the ImageMagick command-line.</p> 
    193193 
    194194<div style="margin: auto;"> 
     
    196196</div> 
    197197 
    198 <p><a href="http://forums.lavag.org/downloads-file90.html" target="1674017253">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</p> 
     198<p><a href="http://forums.lavag.org/downloads-file90.html" target="1762576416">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</p> 
    199199 
    200200<div style="margin: auto;"> 
     
    202202</div> 
    203203 
    204 <p><a href="http://common-lisp.net/project/cl-magick/" target="1614671326">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="1923827235">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</p> 
    205205 
    206206<div style="margin: auto;"> 
     
    208208</div> 
    209209 
    210 <p><a href="http://code.google.com/p/nmagick" target="2036743593">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="1410235453">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> 
    211211 
    212212<div style="margin: auto;"> 
     
    222222</div> 
    223223 
    224 <p><a href="http://wiki.lazarus.freepascal.org/PascalMagick" target="1207281963">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="890015261">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> 
    225225 
    226226<div style="margin: auto;"> 
     
    234234</div> 
    235235 
    236 <p><a href="http://www.magickwand.org/" target="1693174582">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="1730893432">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="1483112855">here</a>.</p> 
    239  
    240 <p><a href="http://www.francodacosta.com/phmagick" target="1033257379">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="1471420123">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="1903826096">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="527016164">here</a>.</p> 
     239 
     240<p><a href="http://www.francodacosta.com/phmagick" target="295995485">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> 
    241241 
    242242<div style="margin: auto;"> 
     
    245245</div> 
    246246 
    247 <p><a href="http://www.imagemagick.org/download/python/" target="1184707886">PythonMagick</a> an object-oriented Python interface to ImageMagick.</p> 
    248  
    249 <p><a href="http://www.procoders.net/?p=39" target="802661434">PythonMagickWand</a> an object-oriented Python interface to MagickWand based on ctypes.</p> 
     247<p><a href="http://www.imagemagick.org/download/python/" target="953284775">PythonMagick</a> an object-oriented Python interface to ImageMagick.</p> 
     248 
     249<p><a href="http://www.procoders.net/?p=39" target="213407114">PythonMagickWand</a> an object-oriented Python interface to MagickWand based on ctypes.</p> 
    250250 
    251251<div style="margin: auto;"> 
     
    253253</div> 
    254254 
    255 <p>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml" target="1112378630">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="617113506">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</p> 
    256256 
    257257<div style="margin: auto;"> 
     
    259259</div> 
    260260 
    261 <p><a href="http://rmagick.rubyforge.org/" target="870492065">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="256693240">documentation</a>.</p> 
    262  
    263 <p><a href="http://magickwand.rubyforge.org/" target="2071136957">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="1938238162">documentation</a>.</p> 
    264  
    265 <p><a href="http://rubyforge.org/projects/mini-magick" target="1888184124">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="1207944697">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="1311388538">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="1467518672">documentation</a>.</p> 
     262 
     263<p><a href="http://magickwand.rubyforge.org/" target="545367291">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="595902122">documentation</a>.</p> 
     264 
     265<p><a href="http://rubyforge.org/projects/mini-magick" target="31054361">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="960613842">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</p> 
    268268 
    269269<div style="margin: auto;"> 
     
    271271</div> 
    272272 
    273 <p><a href="http://tclmagick.sourceforge.net/" target="949340271">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p> 
     273<p><a href="http://tclmagick.sourceforge.net/" target="2100985839">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p> 
    274274 
    275275<div style="margin: auto;"> 
     
    277277</div> 
    278278 
    279 <p><a href="http://code.google.com/p/remotemagick/" target="21399862">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</p> 
     279<p><a href="http://code.google.com/p/remotemagick/" target="306099794">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</p> 
    280280 
    281281</div> 
  • ImageMagick/trunk/www/api/animate.html

    r443 r474  
    184184      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    185185      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    186     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     186    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    187187    </span> 
    188188    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/blob.html

    r443 r474  
    344344      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    345345      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    346     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     346    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    347347    </span> 
    348348    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/cipher.html

    r443 r474  
    356356      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    357357      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    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> 
    359359    </span> 
    360360    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/decorate.html

    r443 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/distort.html

    r443 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/drawing-wand.html

    r443 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    30683068      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    30693069      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    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> 
    30713071    </span> 
    30723072    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/enhance.html

    r443 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/exception.html

    r397 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/fx.html

    r443 r474  
    826826      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    827827      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    828     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     828    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    829829    </span> 
    830830    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/histogram.html

    r399 r474  
    309309      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    310310      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    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> 
    312312    </span> 
    313313    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/image.html

    r443 r474  
    10091009      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    10101010      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    1011     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     1011    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    10121012    </span> 
    10131013    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/list.html

    r443 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/magick-deprecate.html

    r443 r474  
    901901      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    902902      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    903     <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> 
    904904    </span> 
    905905    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/magick-property.html

    r443 r474  
    16281628      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    16291629      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    1630     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     1630    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    16311631    </span> 
    16321632    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/magick.html

    r443 r474  
    195195<p>MagickCoreTerminus() destroys the MagickCore environment.</p></ol> 
    196196 
    197 <p>The format of the DestroyMagick function is:</p> 
     197<p>The format of the MagickCoreTerminus function is:</p> 
    198198 
    199199<pre class="text"> 
  • ImageMagick/trunk/www/api/module.html

    r443 r474  
    517517      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    518518      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    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> 
    520520    </span> 
    521521    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/montage.html

    r443 r474  
    254254      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    255255      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    256     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     256    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    257257    </span> 
    258258    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/pixel-wand.html

    r318 r474  
    13981398      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    13991399      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    1400     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     1400    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    14011401    </span> 
    14021402    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/profile.html

    r397 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/quantize.html

    r399 r474  
    483483      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    484484      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    485     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     485    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    486486    </span> 
    487487    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/registry.html

    r443 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    152152<div class="main"> 
    153153 
    154 <p class="navigation-index">[<a href="#DefineImageRegistry">DefineImageRegistry</a> &bull; <a href="#DeleteImageRegistry">DeleteImageRegistry</a> &bull; <a href="#DestroyRegistryComponent">DestroyRegistryComponent</a> &bull; <a href="#GetImageRegistry">GetImageRegistry</a> &bull; <a href="#GetNextImageRegistry">GetNextImageRegistry</a> &bull; <a href="#RemoveImageRegistry">RemoveImageRegistry</a> &bull; <a href="#ResetImageRegistryIterator">ResetImageRegistryIterator</a> &bull; <a href="#SetImageRegistry">SetImageRegistry</a>]</p> 
     154<p class="navigation-index">[<a href="#DefineImageRegistry">DefineImageRegistry</a> &bull; <a href="#DeleteImageRegistry">DeleteImageRegistry</a> &bull; <a href="#GetImageRegistry">GetImageRegistry</a> &bull; <a href="#GetNextImageRegistry">GetNextImageRegistry</a> &bull; <a href="#RegistryComponentTerminus">RegistryComponentTerminus</a> &bull; <a href="#RemoveImageRegistry">RemoveImageRegistry</a> &bull; <a href="#ResetImageRegistryIterator">ResetImageRegistryIterator</a> &bull; <a href="#SetImageRegistry">SetImageRegistry</a>]</p> 
    155155 
    156156<h2><a href="http://www.imagemagick.org/api/MagickCore/registry 
     
    198198 </div> 
    199199<h2><a href="http://www.imagemagick.org/api/MagickCore/registry 
    200 _8c.html" target="source" name="DestroyRegistryComponent">DestroyRegistryComponent</a></h2> 
    201 <div class="doc-section"> 
    202  
    203 <p>DestroyRegistryComponent() destroys the registry component.</p></ol> 
    204  
    205 <p>The format of the DestroyDefines method is:</p> 
    206  
    207 <pre class="code"> 
    208   void DestroyRegistryComponent(void) 
    209 </pre> 
    210  
    211  </div> 
    212 <h2><a href="http://www.imagemagick.org/api/MagickCore/registry 
    213200_8c.html" target="source" name="GetImageRegistry">GetImageRegistry</a></h2> 
    214201<div class="doc-section"> 
     
    245232<pre class="code"> 
    246233  char *GetNextImageRegistry(void) 
     234</pre> 
     235 
     236 </div> 
     237<h2><a href="http://www.imagemagick.org/api/MagickCore/registry 
     238_8c.html" target="source" name="RegistryComponentTerminus">RegistryComponentTerminus</a></h2> 
     239<div class="doc-section"> 
     240 
     241<p>RegistryComponentTerminus() destroys the registry component.</p></ol> 
     242 
     243<p>The format of the DestroyDefines method is:</p> 
     244 
     245<pre class="code"> 
     246  void RegistryComponentTerminus(void) 
    247247</pre> 
    248248 
  • ImageMagick/trunk/www/api/resource.html

    r399 r474  
    322322      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    323323      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    324     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     324    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    325325    </span> 
    326326    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/segment.html

    r397 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     126   <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    194194      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    195195      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    196     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     196    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    197197    </span> 
    198198    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/shear.html

    r443 r474  
    266266      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    267267      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    268     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     268    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    269269    </span> 
    270270    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/signature.html

    r443 r474  
    180180      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    181181      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    182     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     182    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    183183    </span> 
    184184    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/transform.html

    r443 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/architecture.html

    r443 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    238238<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">&#x2011;version</a> option, as with this command: </p> 
    239239 
    240 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.5.7-1 2009-1-11 Q16 http://www.imagemagick.org</span></p> 
     240<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.5.7-2 2009-21-01 Q16 http://www.imagemagick.org</span></p> 
    241241<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> 
    242242</div> 
     
    12211221      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    12221222      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    1223     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     1223    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    12241224    </span> 
    12251225    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/binary-releases.html

    r443 r474  
    174174 
    175175  <tr> 
    176       <td valign="top">ImageMagick-6.5.7-1.i386.rpm</td> 
    177     <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/i386/ImageMagick-6.5.7-1.i386.rpm">download</a></td> 
    178     <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/fedora/i386/ImageMagick-6.5.7-1.i386.rpm">download</a></td> 
     176      <td valign="top">ImageMagick-6.5.7-2.i386.rpm</td> 
     177    <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/i386/ImageMagick-6.5.7-2.i386.rpm">download</a></td> 
     178    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/fedora/i386/ImageMagick-6.5.7-2.i386.rpm">download</a></td> 
    179179    <td valign="top">Fedora Core 10 i386 RPM</td> 
    180180  </tr> 
    181181 
    182182  <tr> 
    183       <td valign="top">ImageMagick-6.5.7-1.x86_64.rpm</td> 
    184       <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/x86_64/ImageMagick-6.5.7-1.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-1.x86_64.rpm">download</a></td> 
     183      <td valign="top">ImageMagick-6.5.7-2.x86_64.rpm</td> 
     184      <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/x86_64/ImageMagick-6.5.7-2.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-2.x86_64.rpm">download</a></td> 
    186186    <td valign="top">Fedora Core 10 x86_64 RPM</td> 
    187187  </tr> 
     
    220220<p>ImageMagick RPM's are self-installing.  Simply type the following command and you're ready to start using ImageMagick:</p> 
    221221 
    222 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>rpm -Uvh ImageMagick-6.5.7-1.i386.rpm</span></p> 
     222<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>rpm -Uvh ImageMagick-6.5.7-2.i386.rpm</span></p> 
    223223<p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p> 
    224224 
     
    302302 
    303303<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-1-Q16-windows-dll.exe' >ImageMagick-6.5.7-1-Q16-windows-dll.exe</a>.</p> 
     304<a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-2-Q16-windows-dll.exe' >ImageMagick-6.5.7-2-Q16-windows-dll.exe</a>.</p> 
    305305 
    306306<table class="doc"> 
     
    314314 
    315315  <tr> 
    316         <td valign="top">ImageMagick-6.5.7-1-Q16-windows-dll.exe</td> 
    317         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-1-Q16-windows-dll.exe">download</a></td> 
    318       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7-1-Q16-windows-dll.exe">download</a></td> 
     316        <td valign="top">ImageMagick-6.5.7-2-Q16-windows-dll.exe</td> 
     317        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-2-Q16-windows-dll.exe">download</a></td> 
     318      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7-2-Q16-windows-dll.exe">download</a></td> 
    319319    <td valign="top">Win32 dynamic at 16 bits-per-pixel</td> 
    320320  </tr> 
    321321 
    322322  <tr> 
    323         <td valign="top">ImageMagick-6.5.7-1-Q16-windows-static.exe</td> 
    324         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-1-Q16-windows-static.exe">download</a></td> 
    325       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7-1-Q16-windows-static.exe">download</a></td> 
     323        <td valign="top">ImageMagick-6.5.7-2-Q16-windows-static.exe</td> 
     324        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-2-Q16-windows-static.exe">download</a></td> 
     325      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7-2-Q16-windows-static.exe">download</a></td> 
    326326    <td valign="top">Win32 static at 16 bits-per-pixel</td> 
    327327  </tr> 
    328328 
    329329  <tr> 
    330         <td valign="top">ImageMagick-6.5.7-1-Q16-windows-x64-static.exe</td> 
    331         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-1-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-1-Q16-windows-x64-static.exe">download</a></td> 
     330        <td valign="top">ImageMagick-6.5.7-2-Q16-windows-x64-static.exe</td> 
     331        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-2-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-2-Q16-windows-x64-static.exe">download</a></td> 
    333333   <td valign="top">x64 static at 16 bits-per-pixel</td> 
    334334  </tr> 
    335335 
    336336  <tr> 
    337         <td valign="top">ImageMagick-6.5.7-1-Q8-windows-dll.exe</td> 
    338         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-1-Q8-windows-dll.exe">download</a></td> 
    339       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7-1-Q8-windows-dll.exe">download</a></td> 
     337        <td valign="top">ImageMagick-6.5.7-2-Q8-windows-dll.exe</td> 
     338        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-2-Q8-windows-dll.exe">download</a></td> 
     339      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7-2-Q8-windows-dll.exe">download</a></td> 
    340340    <td valign="top">Win32 dynamic at 8 bits-per-pixel</td> 
    341341  </tr> 
    342342 
    343343  <tr> 
    344         <td valign="top">ImageMagick-6.5.7-1-Q8-windows-static.exe</td> 
    345         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-1-Q8-windows-static.exe">download</a></td> 
    346       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7-1-Q8-windows-static.exe">download</a></td> 
     344        <td valign="top">ImageMagick-6.5.7-2-Q8-windows-static.exe</td> 
     345        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.7-2-Q8-windows-static.exe">download</a></td> 
     346      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.7-2-Q8-windows-static.exe">download</a></td> 
    347347    <td valign="top">Win32 static at 8 bits-per-pixel</td> 
    348348  </tr> 
  • ImageMagick/trunk/www/changelog.html

    r443 r474  
    152152<div class="main"> 
    153153 
    154 <ul><dt>2009-10-23  6.5.6-1 Samuel Thibault  &lt;samuel.thibault@ens-l...&gt;</dt> 
     154<ul><dt>2009-10-26  6.5.7-2 Chris Madison  &lt;madisonblu@gmail...&gt;</dt> 
     155  <li> Only call InstantiateXComponent() if X11 support is included.</li> 
     156  <li> Correct hue computation for the HSB colorspace.</li><br /> 
     157<dt>2009-10-23  6.5.7-1 Samuel Thibault  &lt;samuel.thibault@ens-l...&gt;</dt> 
    155158  <li> Braille coder fix for DirectClass images</li><br /> 
    156159<dt>2009-10-19  6.5.7-1 Wang Dataton &lt;wang@datat...&gt;</dt> 
     
    158161<dt>2009-10-18  6.5.7-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt> 
    159162  <li> Alpha blending is not required for ScaleImage().</li> 
    160   <li> Guassian noise operator is not longer discontinuous.</li> 
    161   <li> Correct hue computation for the HSB colorspace.</li><br /> 
     163  <li> Guassian noise operator is not longer discontinuous.</li><br /> 
    162164<dt>2009-10-14  6.5.7-0 Pino Toscano  &lt;pino@kde...&gt;</dt> 
    163165  <li> ImageMagick fails to build in GNU/HURD due to absence of PATH_MAX.</li><br /> 
     
    12751277      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    12761278      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    1277     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     1279    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    12781280    </span> 
    12791281    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/cipher.html

    r397 r474  
    206206      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    207207      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    208     <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> 
    209209    </span> 
    210210    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/color.html

    r443 r474  
    156156 
    157157<div class="doc-section"> 
    158 <p>A number of ImageMagick options and methods take a color as an argument. The color can then be given as a color name (there is a limited but large set of these; see below) or it can be given as a set of numbers (in decimal or hexadecimal), each corresponding to a channel in an RGB, RGBA,  HSL,  HSLA,  HSB, HSBA, CMYK, or CMYKA specification. These topics are briefly described in the sections below.</p> 
     158<p>A number of ImageMagick options and methods take a color as an argument. The color can then be given as a color name (there is a limited but large set of these; see below) or it can be given as a set of numbers (in decimal or hexadecimal), each corresponding to a channel in an RGB or RGBA color mode.  HSL, HSLA, HSB, HSBA, CMYK, or CMYKA color modes may also be specified. These topics are briefly described in the sections below.</p> 
     159</div> 
     160 
     161<h2><a name="usage"></a>Interactive Color Converter</h2> 
     162<div class="doc-section"> 
     163 
     164<p>Use the  
     165<a href="../contrib/color-converter.html">Color Converter</a> 
     166to supply any valid ImageMagick color specification as described below to see a 
     167color swatch of that color and to convert to all the other color models. 
     168</p> 
    159169</div> 
    160170 
     
    50235033      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    50245034      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    5025     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     5035    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    50265036    </span> 
    50275037    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/command-line-options.html

    r443 r474  
    537537<table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Measure performance.</td><td style='text-align:right;'></td></tr></table> 
    538538 
    539 <p>Repeat the entire command for the given number of <em class="arg">iterations</em> and report the user-time and elapsed time. For instance, consider the following command and its output.</p> 
    540  
    541 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize 1000% -bench 5 biglogo.png</span><span class='crtout'>Performance: 5i 0.0539724ips 91.750u 2:33</span></p> 
    542 <p>In this example, 5&nbsp;iterations were completed at 0.0539724&nbsp;iterations per second, using 91.750&nbsp;seconds of the user's allotted time, for a total elapsed time of 2&nbsp;minutes&nbsp;and&nbsp;33&nbsp;seconds.</p> 
     539<p>Repeat the entire command for the given number of <em class="arg">iterations</em> and report the user-time and elapsed time. For instance, consider the following command and its output.  Modify the benchmark with the -duration to run the benchmark for a fixed number of seconds and -concurrent to run the benchmark in parallel (requires the OpenMP feature).</p> 
     540 
     541<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: -resize 1000% -bench 5 logo.png</span><span class='crtout'>Performance: 5i 0.875657ips 6.880u 0:05.710</span></p> 
     542<p>In this example, 5 iterations were completed at 0.875657 iterations per second, using 6.88 seconds of the user's allotted time, for a total elapsed time of 5.71 seconds.</p> 
    543543 
    544544<div style="margin: auto;"> 
     
    57165716      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    57175717      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    5718     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     5718    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    57195719    </span> 
    57205720    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/command-line-tools.html

    r443 r474  
    154154<p class="navigation-index">[<a href="#animate">animate</a> &bull; <a href="#compare">compare</a> &bull; <a href="#composite">composite</a> &bull; <a href="#conjure">conjure</a> &bull; <a href="#convert">convert</a> &bull; <a href="#display">display</a> &bull; <a href="#identify">identify</a> &bull; <a href="#import">import</a> &bull; <a href="#mogrify">mogrify</a> &bull; <a href="#montage">montage</a> &bull; <a href="#stream">stream</a>]</p> 
    155155 
    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="1570065551">gimp</a> or <a href="http://www.adobe.com" target="135419542">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="724300543">gimp</a> or <a href="http://www.adobe.com" target="620643717">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> 
    157157 
    158158<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> 
    159159 
    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="1792585799">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="2128639612">convert, compose, or edit</a> images from the command-line.</p> 
    161161 
    162162<div style="margin: auto;"> 
     
    233233      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    234234      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    235     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     235    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    236236    </span> 
    237237    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/composite.html

    r443 r474  
    601601      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    602602      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    603     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     603    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    604604    </span> 
    605605    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/conjure.html

    r443 r474  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
    127    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    128128</div> 
    129129<div  class="sponsor"> 
  • ImageMagick/trunk/www/contact.html

    r443 r474  
    169169  </ul> 
    170170 
    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="2136907890">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="180613080">discourse server</a> or the <a href="../www/mailing-list.html">mailing list</a>.</p> 
    172172  <fieldset> 
    173173  <legend>Contact the Wizards</legend> 
     
    219219      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    220220      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    221     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     221    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    222222    </span> 
    223223    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/download.html

    r443 r474  
    154154<p class="navigation-index"></p> 
    155155<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> 
    156 <p>The latest release of ImageMagick is version 6.5.7-1.</p> 
     156<p>The latest release of ImageMagick is version 6.5.7-2.</p> 
    157157<dl class="doc"> 
    158158  <dt class="doc">Australia</dt> 
  • ImageMagick/trunk/www/escape.html

    r443 r474  
    442442      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    443443      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    444     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     444    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    445445    </span> 
    446446    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/examples.html

    r443 r474  
    152152<div class="main"> 
    153153 
    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="1846723735">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="539779824">examples.pl</a>.</p><br /> 
    155155 
    156156<div class="viewport"> 
     
    165165      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    166166      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    167     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     167    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    168168    </span> 
    169169    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/exception.html

    r397 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    355355      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    356356      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    357     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     357    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    358358    </span> 
    359359    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/formats.html

    r443 r474  
    770770    <td valign="top">RW</td> 
    771771    <td valign="top">Portable Network Graphics</td> 
    772     <td valign="top">Requires libpng-1.0.2 or later, <a href="http://www.libpng.org/pub/png/libpng.html">libpng-1.2.5</a> or later recommended.</td> 
     772    <td valign="top">Requires libpng-1.0.2 or later, <a href="http://www.libpng.org/pub/png/libpng.html">libpng-1.2.5</a> or later recommended. The PNG specification does not support pixels-per-inch units, only pixels-per-centimeters.</td> 
    773773  </tr> 
    774774 
  • ImageMagick/trunk/www/high-dynamic-range.html

    r443 r474  
    183183<p>To verify HDRI is properly configured, look for "HDRI" in the version string:</p> 
    184184 
    185 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.5.7-1 2009-1-11 Q16 HDRI http://www.imagemagick.org</span></p> 
     185<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.5.7-2 2009-21-01 Q16 HDRI http://www.imagemagick.org</span></p> 
    186186</div> 
    187187 
     
    193193      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    194194      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    195     <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> 
    196196    </span> 
    197197    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/history.html

    r443 r474  
    163163<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> 
    164164 
    165 <p>I did not work alone for long.  Anthony Thyssen contacted me about deficiencies in the ImageMagick command line programs.  He pointed out that the command line was confusing when dealing with more than one image. He suggested an orderly, well-defined method for dealing with the command line, and this became ImageMagick version 6 (the current release). His efforts are detailed on his web pages, <a href="http://www.imagemagick.org/Usage/" target="1700574236">Examples of ImageMagick Usage</a>.  I highly recommend that you peruse his site. He has illustrated the power of ImageMagick in ways that even I did not know were possible.</p> 
     165<p>I did not work alone for long.  Anthony Thyssen contacted me about deficiencies in the ImageMagick command line programs.  He pointed out that the command line was confusing when dealing with more than one image. He suggested an orderly, well-defined method for dealing with the command line, and this became ImageMagick version 6 (the current release). His efforts are detailed on his web pages, <a href="http://www.imagemagick.org/Usage/" target="904792943">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> 
    166166 
    167167<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

    r443 r474  
    222222    Filesize: 3.97266kb  <br/> 
    223223    Number pixels: 3.14453kb  <br/> 
    224     Version: ImageMagick 6.5.7-1 2009-1-11 Q16 http://www.imagemagick.org</span></p> 
     224    Version: ImageMagick 6.5.7-2 2009-21-01 Q16 http://www.imagemagick.org</span></p> 
    225225<p>To get the print size in inches of an image at 72 DPI, use:</p> 
    226226 
     
    416416      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    417417      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    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> 
    419419    </span> 
    420420    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/index.html

    r443 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    218218      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    219219      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    220     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     220    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    221221    </span> 
    222222    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/install-source.html

    r443 r474  
    179179 
    180180<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>/usr/local/bin/convert logo: logo.gif</span></p> 
    181 <p>For a more comprehensive test, run the ImageMagick validation suite:</p> 
     181<p>For a more comprehensive test, run the ImageMagick validation suite. Ghostscript is a prerequisite, otherwise the EPS, PS, and PDF tests will fail.</p> 
    182182 
    183183<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make check</span></p> 
     
    224224      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    225225      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    226     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     226    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    227227    </span> 
    228228    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/license.html

    r443 r474  
    275275      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    276276      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    277     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     277    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    278278    </span> 
    279279    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/links.html

    r443 r474  
    160160</div> 
    161161<ul> 
    162   <dt><a href="http://www.imagemagick.org/Usage/" target="1832297307">Examples of ImageMagick Usage</a></dt> 
    163   <dt><a href="http://software.newsforge.com/article.pl?sid=05/04/29/1358220" target="1003816981">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="1205196108">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="613225810">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="1661074789">Convert Images with Open Source ImageMagick</a></dt> 
    167   <dt><a href="http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/" target="533632111">Enchanting Pictures with ImageMagick</a></dt> 
    168   <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428" target="1616214239">Graphics from the Command Line</a></dt> 
    169   <dt><a href="http://www.ars-informatica.ca/article.html?article=22" target="961110706">Image creation, conversion and manipulation with ImageMagick</a></dt> 
    170   <dt><a href="http://www.applematters.com/index.html/section/comments/2104/" target="198528894">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="614591689">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="30700521">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="845437971">ImageMagick command line examples - part 2</a></dt> 
    174   <dt><a href="http://www.rabuser.info/jmagick.html" target="1719360264">ImageMagick &amp; Java</a></dt> 
    175   <dt><a href="http://www.jpeek.com/articles/linuxmag/0606.pdf" target="2052796614">ImageMagick, Part One</a></dt> 
    176   <dt><a href="http://www.jpeek.com/articles/linuxmag/0607.pdf" target="1637132264">ImageMagick, Part Two</a></dt> 
    177   <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine" target="1201109925">More Graphics from the Command Line</a></dt> 
    178   <dt><a href="http://www.ffnn.nl/pages/projects/ubuntu-firefox-themes.html" target="157318624">Ubuntu Firefox Themes</a></dt> 
     162  <dt><a href="http://www.imagemagick.org/Usage/" target="1023300519">Examples of ImageMagick Usage</a></dt> 
     163  <dt><a href="http://software.newsforge.com/article.pl?sid=05/04/29/1358220" target="1334183060">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="626735785">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="574968575">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="1755350941">Convert Images with Open Source ImageMagick</a></dt> 
     167  <dt><a href="http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/" target="1127893904">Enchanting Pictures with ImageMagick</a></dt> 
     168  <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428" target="1680037884">Graphics from the Command Line</a></dt> 
     169  <dt><a href="http://www.ars-informatica.ca/article.html?article=22" target="1015439732">Image creation, conversion and manipulation with ImageMagick</a></dt> 
     170  <dt><a href="http://www.applematters.com/index.html/section/comments/2104/" target="647724866">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="2028022085">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="761176875">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="1777424153">ImageMagick command line examples - part 2</a></dt> 
     174  <dt><a href="http://www.rabuser.info/jmagick.html" target="646476590">ImageMagick &amp; Java</a></dt> 
     175  <dt><a href="http://www.jpeek.com/articles/linuxmag/0606.pdf" target="666941104">ImageMagick, Part One</a></dt> 
     176  <dt><a href="http://www.jpeek.com/articles/linuxmag/0607.pdf" target="1664904610">ImageMagick, Part Two</a></dt> 
     177  <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine" target="1975675918">More Graphics from the Command Line</a></dt> 
     178  <dt><a href="http://www.ffnn.nl/pages/projects/ubuntu-firefox-themes.html" target="1486285801">Ubuntu Firefox Themes</a></dt> 
    179179</ul> 
    180180 
     
    184184 
    185185<ul> 
    186   <dt><a href="http://www-128.ibm.com/developerworks/openwww/source/library/os-mosaic/?ca=dgr-lnxw09MosaicImages" target="1033524379">Create Mosaic Images with Perl and ImageMagick</a></dt> 
    187   <dt><a href="http://builder.com.com/5100-6371-5924990.html" target="1274355068">Convert images for printing with MagickWand for PHP</a></dt> 
    188   <dt><a href="http://www.sitepoint.com/article/dynamic-images-imagemagick" target="1304882934">Create Dynamic Images with ImageMagick</a></dt> 
    189   <dt><a href="http://www.clearimageonline.com/builder/pdf/imageservices.pdf" target="737087780">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="89895442">How to compile ImageMagick for PHP by hand</a></dt> 
    191   <dt><a href="http://members.shaw.ca/el.supremo/MagickWand/" target="467454711">MagickWand Examples in C</a></dt> 
    192   <dt><a href="http://www.html-editors.com/contest/1/82-read.html" target="251706708">PHP Extensions: MagickWand for PHP</a></dt> 
    193   <dt><a href="http://www.evolt.org/article/PHP_frontend_to_ImageMagick/17/55650/" target="1227913721">PHP frontend to ImageMagick</a></dt> 
    194   <dt><a href="http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/" target="958499449">PHP ImageMagick MagickWand Examples</a></dt> 
    195   <dt><a href="http://www.imagemagick.org/RMagick/doc/rvgtut.html" target="1886994319">RVG - Ruby Vector Graphics</a></dt> 
    196   <dt><a href="http://www.devshed.com/c/a/PHP/Security-Images-with-PHP-and-ImageMagick/" target="284100044">Security Images with PHP and ImageMagick</a></dt> 
    197   <dt><a href="http://www.rubblewebs.co.uk/imagemagick/" target="630483276">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="62112487">Create Mosaic Images with Perl and ImageMagick</a></dt> 
     187  <dt><a href="http://builder.com.com/5100-6371-5924990.html" target="2038080522">Convert images for printing with MagickWand for PHP</a></dt> 
     188  <dt><a href="http://www.sitepoint.com/article/dynamic-images-imagemagick" target="1768062400">Create Dynamic Images with ImageMagick</a></dt> 
     189  <dt><a href="http://www.clearimageonline.com/builder/pdf/imageservices.pdf" target="1917500030">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="2131120628">How to compile ImageMagick for PHP by hand</a></dt> 
     191  <dt><a href="http://members.shaw.ca/el.supremo/MagickWand/" target="771545571">MagickWand Examples in C</a></dt> 
     192  <dt><a href="http://www.html-editors.com/contest/1/82-read.html" target="1691494180">PHP Extensions: MagickWand for PHP</a></dt> 
     193  <dt><a href="http://www.evolt.org/article/PHP_frontend_to_ImageMagick/17/55650/" target="1415016876">PHP frontend to ImageMagick</a></dt> 
     194  <dt><a href="http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/" target="1913726246">PHP ImageMagick MagickWand Examples</a></dt> 
     195  <dt><a href="http://www.imagemagick.org/RMagick/doc/rvgtut.html" target="985953375">RVG - Ruby Vector Graphics</a></dt> 
     196  <dt><a href="http://www.devshed.com/c/a/PHP/Security-Images-with-PHP-and-ImageMagick/" target="1259182727">Security Images with PHP and ImageMagick</a></dt> 
     197  <dt><a href="http://www.rubblewebs.co.uk/imagemagick/" target="1788088578">Simple Uses of PHP and ImageMagick</a></dt> 
    198198</ul> 
    199199 
     
    203203 
    204204<ul> 
    205   <dt><a href="http://beta.bigmedium.com/blog/imagemagick-install-osx.shtml" target="2125962147">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="1862281852">ImageMagick on iPhone</a></dt> 
    207   <dt><a href="http://www.cloudgoessocial.net/2009/07/09/imagemagick-on-iphone-xcode/" target="315296935">ImageMagick on iPhone - Xcode</a></dt> 
    208   <dt><a href="http://www.digitalsanctum.com/?s=ImageMagick" target="982295481">Installing ImageMagick from Source on Ubuntu</a></dt> 
     205  <dt><a href="http://beta.bigmedium.com/blog/imagemagick-install-osx.shtml" target="881391425">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="929013204">ImageMagick on iPhone</a></dt> 
     207  <dt><a href="http://www.cloudgoessocial.net/2009/07/09/imagemagick-on-iphone-xcode/" target="663905450">ImageMagick on iPhone - Xcode</a></dt> 
     208  <dt><a href="http://www.digitalsanctum.com/?s=ImageMagick" target="68090837">Installing ImageMagick from Source on Ubuntu</a></dt> 
    209209</ul> 
    210210 
     
    214214 
    215215<ul> 
    216   <dt><a href="http://www.xs4all.nl/%7Ebvdwolf/main/foto/down_sample/down_sample.htm" target="919994312">Down-sampling Methods</a></dt> 
     216  <dt><a href="http://www.xs4all.nl/%7Ebvdwolf/main/foto/down_sample/down_sample.htm" target="1555748989">Down-sampling Methods</a></dt> 
    217217</ul> 
    218218 
     
    221221</div> 
    222222<ul> 
    223   <dt><a href="http://www.linux.com/article.pl?sid=06/09/29/1917210" target="928522745">Book review: ImageMagick Tricks</a></dt> 
    224   <dt><a href="http://books.slashdot.org/books/06/03/13/1442239.shtml" target="495886622">The Definitive Guide To ImageMagick</a></dt> 
     223  <dt><a href="http://www.linux.com/article.pl?sid=06/09/29/1917210" target="1238874025">Book review: ImageMagick Tricks</a></dt> 
     224  <dt><a href="http://books.slashdot.org/books/06/03/13/1442239.shtml" target="1823441779">The Definitive Guide To ImageMagick</a></dt> 
    225225</ul> 
    226226 
     
    229229</div> 
    230230<ul> 
    231   <dt><a href="http://www.archivesat.com/ImageMagick_Users_List/" target="1453626423">ImageMagick Users List</a></dt> 
    232   <dt><a href="http://www.archivesat.com/ImageMagick_Developer_List/" target="397253336">ImageMagick Developers List</a></dt> 
    233   <dt><a href="http://www.archivesat.com/ImageMagick_Defect_Support/" target="1456997328">ImageMagick Bugs List</a></dt> 
     231  <dt><a href="http://www.archivesat.com/ImageMagick_Users_List/" target="536159245">ImageMagick Users List</a></dt> 
     232  <dt><a href="http://www.archivesat.com/ImageMagick_Developer_List/" target="771428261">ImageMagick Developers List</a></dt> 
     233  <dt><a href="http://www.archivesat.com/ImageMagick_Defect_Support/" target="691397863">ImageMagick Bugs List</a></dt> 
    234234</ul> 
    235235 
     
    239239<dl> 
    240240  <dt>Denmark</dt> 
    241     <dd><a href="http://imagemagick.europnews.de" target="1652155317">http://imagemagick.europnews.de</a></dd><br /> 
     241    <dd><a href="http://imagemagick.europnews.de" target="1183884112">http://imagemagick.europnews.de</a></dd><br /> 
    242242  <dt>Germany</dt> 
    243     <dd><a href="http://imagemagick.linux-mirror.org" target="1011845025">http://imagemagick.linux-mirror.org</a></dd><br /> 
     243    <dd><a href="http://imagemagick.linux-mirror.org" target="651966699">http://imagemagick.linux-mirror.org</a></dd><br /> 
    244244  <dt>Ireland</dt> 
    245     <dd><a href="http://imagemagick.oss-mirror.org" target="1487697850">http://imagemagick.oss-mirror.org</a></dd><br /> 
     245    <dd><a href="http://imagemagick.oss-mirror.org" target="1452574738">http://imagemagick.oss-mirror.org</a></dd><br /> 
    246246  <dt>United States</dt> 
    247     <dd><a href="http://www.imagemagick.org" target="350109641">http://www.imagemagick.org</a></dd> 
     247    <dd><a href="http://www.imagemagick.org" target="813824617">http://www.imagemagick.org</a></dd> 
    248248</dl> 
    249249 
     
    253253 
    254254<ul> 
    255   <dt><a href="http://gmic.sourceforge.net/" target="583721641">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="1393010816">Image Commander</a>: bulk picture processing with a GUI</dt> 
     255  <dt><a href="http://gmic.sourceforge.net/" target="1298443289">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="2119515842">Image Commander</a>: bulk picture processing with a GUI</dt> 
    257257</ul> 
    258258 
     
    261261</div> 
    262262<ul> 
    263   <dt><a href="http://www.wizards-toolkit.org" target="1987241905">Wizard's Toolkit</a></dt> 
    264   <dt><a href="http://www.multipole.org" target="1784831566">Computational Simulation of Multi-Body Interactions with O(n) Scaling</a></dt> 
     263  <dt><a href="http://www.wizards-toolkit.org" target="331245579">Wizard's Toolkit</a></dt> 
     264  <dt><a href="http://www.multipole.org" target="1126635559">Computational Simulation of Multi-Body Interactions with O(n) Scaling</a></dt> 
    265265</ul> 
    266266 
     
    273273      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    274274      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    275     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     275    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    276276    </span> 
    277277    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/magick-core.html

    r443 r474  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
    127    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127   <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
    128128</div> 
    129129<div  class="sponsor"> 
     
    285285      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    286286      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    287     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     287    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    288288    </span> 
    289289    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/magick-vector-graphics.html

    r443 r474  
    10581058      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    10591059      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    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> 
    10611061    </span> 
    10621062    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/magick-wand.html

    r443 r474  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
    127    <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     127   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
    128128</div> 
    129129<div  class="sponsor"> 
  • ImageMagick/trunk/www/mailing-list.html

    r443 r474  
    155155 
    156156<div style="margin: auto;"> 
    157   <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-users" target="863492558">Magick Users</a></h2> 
     157  <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-users" target="442610379">Magick Users</a></h2> 
    158158</div> 
    159159 
     
    161161 
    162162<div style="margin: auto;"> 
    163   <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-developers" target="2021497490">Magick Developers</a></h2> 
     163  <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-developers" target="765401880">Magick Developers</a></h2> 
    164164</div> 
    165165 
     
    167167 
    168168<div style="margin: auto;"> 
    169   <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-bugs" target="623470816">Magick Bugs</a></h2> 
     169  <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-bugs" target="2078823734">Magick Bugs</a></h2> 
    170170</div> 
    171171 
     
    173173 
    174174<div style="margin: auto;"> 
    175   <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-announce" target="746706771">Magick Announce</a></h2> 
     175  <h2><a href="http://www.imagemagick.org/mailman/listinfo/magick-announce" target="321921891">Magick Announce</a></h2> 
    176176</div> 
    177177 
     
    185185      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    186186      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    187     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     187    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    188188    </span> 
    189189    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/mirrors.html

    r443 r474  
    155155<dl class="magick-mirror"> 
    156156  <dt>France</dt> 
    157     <dd><a href="http://imagemagick.europnews.de/" target="2031857757">http://imagemagick.europnews.de/</a></dd><br /> 
     157    <dd><a href="http://imagemagick.europnews.de/" target="1871370832">http://imagemagick.europnews.de/</a></dd><br /> 
    158158  <dt>Unites States</dt> 
    159     <dd><a href="http://www.imagemagick.org/" target="1175292726">http://www.imagemagick.org/</a></dd> 
     159    <dd><a href="http://www.imagemagick.org/" target="1673378797">http://www.imagemagick.org/</a></dd> 
    160160</dl> 
    161161<p>If you want to add a new web-site mirror, please <a href="http://www.imagemagick.org/script/contact.php">contact us</a>.</p> 
  • ImageMagick/trunk/www/mogrify.html

    r443 r474  
    12591259      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    12601260      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    1261     <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> 
    12621262    </span> 
    12631263    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/motion-picture.html

    r399 r474  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
    127    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    128128</div> 
    129129<div  class="sponsor"> 
  • ImageMagick/trunk/www/perl-magick.html

    r443 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/quantize.html

    r443 r474  
    286286      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    287287      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    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> 
    289289    </span> 
    290290    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/resources.html

    r443 r474  
    406406      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    407407      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    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> 
    409409    </span> 
    410410    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/search.html

    r399 r474  
    167167      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    168168      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    169     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     169    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    170170    </span> 
    171171    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/sitemap.html

    r443 r474  
    163163  <dd><a href="../www/index.html">Introduction</a>: convert, edit, and compose images from the command-line or program interface.</dd> 
    164164  <dd><a href="../www/examples.html">Examples of ImageMagick usage</a>: a few examples that show what you can do with an image using ImageMagick.</dd> 
    165   <dd><a href="http://www.imagemagick.org/Usage/" target="860026892">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="1144309846">Anthony Thyssen's examples of ImageMagick usage</a>:  a comprehensive tutorial of using ImageMagick from the command line.</dd> 
    166166  <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> 
    167167  <dd><a href="../www/resources.html">Resources</a>: ImageMagick depends on external resources including configuration files, loadable modules, fonts, and environment variables.</dd> 
     
    177177  <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> 
    178178  <ul> 
    179     <dd><a href="http://www.imagemagick.org/download" target="1699128925">Unix source</a>: Unix source distributions.</dd> 
    180     <dd><a href="http://www.imagemagick.org/download/windows" target="937757513">Windows source</a>: Windows source distributions.</dd> 
    181     <dd><a href="http://www.imagemagick.org/download/binaries" target="1087467963">Unix and Windows binaries</a>: Unix and Windows binary distributions.</dd> 
     179    <dd><a href="http://www.imagemagick.org/download" target="32414701">Unix source</a>: Unix source distributions.</dd> 
     180    <dd><a href="http://www.imagemagick.org/download/windows" target="1433315224">Windows source</a>: Windows source distributions.</dd> 
     181    <dd><a href="http://www.imagemagick.org/download/binaries" target="1320687475">Unix and Windows binaries</a>: Unix and Windows binary distributions.</dd> 
    182182    <dd><a href="../www/subversion.html">Subversion repository</a>: stable and development source releases.</dd> 
    183     <dd><a href="http://www.magickwand.org/" target="487788424">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="882348200">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="1269144001">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="979701438">Delegate libraries</a>: ImageMagick depends on a number of optional delegate libraries to extend its functionality.</dd> 
    185185  </ul> 
    186186</dl> 
     
    221221  <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> 
    222222  <dd><a href="../www/fx.html">Fx</a>: apply a mathematical expression to an image or image channels.</dd> 
    223   <dd><a href="http://www.fmwconcepts.com/imagemagick/" target="273975140">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="2120058567">Fred's ImageMagick Scripts</a>:  a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.</dd> 
    224224</dl> 
    225225 
     
    231231  <dd><a href="../www/api.html">Program interfaces</a>: application programming interfaces.</dd> 
    232232  <ul> 
    233     <dd><a href="http://www.imagemagick.org/ChMagick" target="1060421061">ChMagick</a>: is a <a href="http://www.softintegration.com/" target="1371826171">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="874523391">CL-Magick</a>: provides a Common Lisp interface to the ImageMagick library.</dd> 
    235     <dd><a href="https://gna.org/projects/g2f/" target="586954666">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="839013849">Magick++</a>: provides an object-oriented C++ interface to ImageMagick.</dd> 
    237     <dd><a href="http://pecl.html.net/package/imagick" target="763783336">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="1794236629">JMagick</a>: provides an object-oriented Java interface to ImageMagick.</dd> 
     233    <dd><a href="http://www.imagemagick.org/ChMagick" target="1357425847">ChMagick</a>: is a <a href="http://www.softintegration.com/" target="470298329">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="2086751484">CL-Magick</a>: provides a Common Lisp interface to the ImageMagick library.</dd> 
     235    <dd><a href="https://gna.org/projects/g2f/" target="1123235100">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="834275462">Magick++</a>: provides an object-oriented C++ interface to ImageMagick.</dd> 
     237    <dd><a href="http://pecl.html.net/package/imagick" target="1753296446">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="1609100923">JMagick</a>: provides an object-oriented Java interface to ImageMagick.</dd> 
    239239    <dd><a href="../www/magick-core.html">MagickCore</a>: C API, recommended for wizard-level developers.</dd> 
    240240    <dd><a href="../www/magick-wand.html">MagickWand</a>: convert, compose, and edit images from the C language.</dd> 
    241     <dd><a href="http://www.magickwand.org/" target="384704783">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="347193120">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="1129865837">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="2066355554">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="237820915">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="1318061463">PascalMagick</a>: a Pascal binding for the MagickWand API and also the low-level MagickCore library.</dd> 
    244244    <dd><a href="../www/perl-magick.html">PerlMagick</a>: convert, compose, and edit images from the Perl language.</dd> 
    245     <dd><a href="http://www.imagemagick.org/download/python/" target="1417962162">PythonMagick</a>: an object-oriented Python interface to ImageMagick.</dd> 
    246     <dd><a href="http://rmagick.rubyforge.org/" target="1531901006">RMagick</a>: is an interface between the Ruby programming language and ImageMagick.</dd> 
    247     <dd><a href="http://tclmagick.sourceforge.net/" target="1932527271">TclMagick</a>: a native Tcl-extension to the ImageMagick MagickWand API.</dd> 
     245    <dd><a href="http://www.imagemagick.org/download/python/" target="783294690">PythonMagick</a>: an object-oriented Python interface to ImageMagick.</dd> 
     246    <dd><a href="http://rmagick.rubyforge.org/" target="2108137864">RMagick</a>: is an interface between the Ruby programming language and ImageMagick.</dd> 
     247    <dd><a href="http://tclmagick.sourceforge.net/" target="1883187475">TclMagick</a>: a native Tcl-extension to the ImageMagick MagickWand API.</dd> 
    248248  </ul> 
    249249</dl> 
     
    263263 
    264264<dl> 
    265   <dd><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1590595904/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846" target="382857145">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&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1904811868/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846" target="254909424">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&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1590595904/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846" target="1541201065">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&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1904811868/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846" target="1490257462">ImageMagick Tricks</a>: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.</dd> 
    267267  <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> 
    268268  <dd><a href="../www/mailing-list.html">Mailing list</a>: get help from fellow ImageMagick users and developers, post to these mailing lists.</dd> 
     
    275275 
    276276<dl> 
    277   <dd><a href="http://www.imagemagick.org/discourse-server/viewforum.html?f=3" target="41736863">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="1386927209">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> 
    278278  <dd><a href="../www/sponsors.html">Sponsor ImageMagick</a>: contribute bug fixes, enhancements, hardware, funds, etc. to ensure the ImageMagick project thrives.</dd> 
    279279  <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> 
     
    299299</div> 
    300300<dl> 
    301   <dd><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/sandbox" target="306510454">Fast Fourier Transforms Toolkit</a></dd> 
    302   <dd><a href="http://www.fmwconcepts.com/misc_tests/FFT_tests/" target="45663938">Tests Of FFT Processing</a></dd> 
     301  <dd><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/sandbox" target="414285625">Fast Fourier Transforms Toolkit</a></dd> 
     302  <dd><a href="http://www.fmwconcepts.com/misc_tests/FFT_tests/" target="2128605183">Tests Of FFT Processing</a></dd> 
    303303</dl> 
    304304 
     
    311311      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    312312      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    313     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     313    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    314314    </span> 
    315315    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/sponsors.html

    r443 r474  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    240240      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    241241      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    242     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     242    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    243243    </span> 
    244244    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/subversion.html

    r443 r474  
    177177      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    178178      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    179     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     179    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    180180    </span> 
    181181    <span id="linkbar-east">&nbsp;</span> 
  • VisualMagick/trunk/bin/configure.xml

    r443 r474  
    99  <configure name="NAME" value="ImageMagick"/> 
    1010  <configure name="LIB_VERSION" value="0x657"/> 
    11   <configure name="LIB_VERSION_NUMBER" value="6,5,7,2"/> 
     11  <configure name="LIB_VERSION_NUMBER" value="6,5,7,3"/> 
    1212  <configure name="RELEASE_DATE" value="2009-11-15"/> 
    1313  <configure name="VERSION" value="6.5.7"/> 
  • VisualMagick/trunk/installer/inc/version.isx

    r443 r474  
    1919#define public MagickPackageName "ImageMagick" 
    2020#define public MagickPackageVersion "6.5.7" 
    21 #define public MagickPackageVersionAddendum "-2" 
     21#define public MagickPackageVersionAddendum "-3" 
    2222#define public MagickPackageReleaseDate "2009-11-15"