From: cristy Date: Sun, 24 Feb 2013 22:14:01 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ad765e3f7a12d4b1b71a745a120c51549d81125;p=imagemagick --- diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index c264bf5ae..ba1fb904b 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -53,7 +53,7 @@ }); - + @@ -225,7 +225,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -250,7 +250,7 @@

ImageMagick provides a statically-built ImageMagick object as part of its Windows installation package. When this package is installed, ImageMagickObject and its sample programs are installed to this path:

-  c:\Program Files\ImageMagick-6.7.7-Q16\ImageMagickObject
+  c:\Program Files\ImageMagick-6.7.8-Q16\ImageMagickObject
 

The ImageMagickObject is registered if the checkbox, Register ImageMagickObject, is checked at install time.

@@ -308,7 +308,7 @@ (function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index 818cb24c0..5d76afd29 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -52,7 +52,7 @@ }); - + @@ -224,7 +224,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -261,7 +261,7 @@

The configure script looks at your environment and decides what it can cobble together to get ImageMagick compiled and installed on your system. This includes finding a compiler, where your compiler header files are located (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick to use (e.g. JPEG, PNG, TIFF, etc.). If you are willing to accept configure's default options, and build from within the source directory, you can simply type:

-

$ cd ImageMagick-6.7.7-5 $ ./configure

+

$ cd ImageMagick-6.7.8-0 $ ./configure

Watch the configure script output to verify that it finds everything that you think it should. Pay particular attention to the last lines of the script output. For example, here is a recent report from our system:

@@ -518,7 +518,7 @@ Options used to compile and link:

While configure is designed to ease installation of ImageMagick, it often discovers problems that would otherwise be encountered later when compiling ImageMagick. The configure script tests for headers and libraries by executing the compiler (CC) with the specified compilation flags (CFLAGS), pre-processor flags (CPPFLAGS), and linker flags (LDFLAGS). Any errors are logged to the file config.log. If configure fails to discover a header or library please review this log file to determine why, however, please be aware that *errors in the config.log are normal* because configure works by trying something and seeing if it fails. An error in config.log is only a problem if the test should have passed on your system.

Common causes of configure failures are: 1) a delegate header is not in the header include path (CPPFLAGS -I option); 2) a delegate library is not in the linker search/run path (LDFLAGS -L/-R option); 3) a delegate library is missing a function (old version?); or 4) compilation environment is faulty.

-

If all reasonable corrective actions have been tried and the problem appears be due to a flaw in the configure script, please send a bug report to the ImageMagick Defect Support Forum. All bug reports should contain the operating system type (as reported by uname -a) and the compiler/compiler-version. A copy of the configure script output and/or the relevant portion of config.log file may be valuable in order to find the problem. If you post portions of config.log, please also send a script of the configure output and a description of what you expected to see (and why) so the failure you are observing can be identified and resolved.

+

If all reasonable corrective actions have been tried and the problem appears be due to a flaw in the configure script, please send a bug report to the ImageMagick Defect Support Forum. All bug reports should contain the operating system type (as reported by uname -a) and the compiler/compiler-version. A copy of the configure script output and/or the relevant portion of config.log file may be valuable in order to find the problem. If you post portions of config.log, please also send a script of the configure output and a description of what you expected to see (and why) so the failure you are observing can be identified and resolved.

ImageMagick is now configured and ready to build

@@ -589,7 +589,7 @@ Options used to compile and link:

$ rpmbuild --rebuild ImageMagick.src.rpm

After the build you, locate the RPMS folder and install the ImageMagick binary RPM distribution:

-

$ rpm -ivh ImageMagick-6.7.7-?.*.rpm

+

$ rpm -ivh ImageMagick-6.7.8-?.*.rpm

Mac OS X-specific Build instructions

@@ -613,7 +613,7 @@ Options used to compile and link:

Download the ImageMagick source distribution and verify the distribution against its message digest.

Unpack and change into the top-level ImageMagick directory:

-

$ tar xvfz ImageMagick-6.7.7-5.tar.gz $ cd ImageMagick-6.7.7-5

Configure ImageMagick:

+

$ tar xvfz ImageMagick-6.7.8-0.tar.gz $ cd ImageMagick-6.7.8-0

Configure ImageMagick:

$ ./configure --prefix=/opt --with-quantum-depth=16 \
--disable-dependency-tracking --with-x=yes \
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \
@@ -633,7 +633,7 @@ Options used to compile and link:

Although you can download and install delegate libraries yourself, many are already available in the GnuWin32 distribution. Download and install whichever delegate libraries you require such as JPEG, PNG, TIFF, etc. Make sure you specify the development headers when you install a package. Next type,

-

$ tar jxvf ImageMagick-6.7.7-?.tar.bz2 $ cd ImageMagick-6.7.7-5 $ export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include" $ export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib" $ ./configure --without-perl $ make $ sudo make install

+

$ tar jxvf ImageMagick-6.7.8-?.tar.bz2 $ cd ImageMagick-6.7.8-0 $ export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include" $ export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib" $ ./configure --without-perl $ make $ sudo make install

Dealing with Unexpected Problems

@@ -694,7 +694,7 @@ Options used to compile and link: (function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index 2f219b10f..63ea03859 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -52,7 +52,7 @@ }); - + @@ -232,7 +232,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(po, s); })(); @@ -578,7 +578,7 @@
diff --git a/www/animate.html b/www/animate.html index d4ed2a6b3..79237a48b 100644 --- a/www/animate.html +++ b/www/animate.html @@ -53,7 +53,7 @@ }); - + @@ -225,7 +225,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -716,7 +716,7 @@ transparent, extract, background, or shape the alpha channel (function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/api.html b/www/api.html index 47d967444..91fd01d85 100644 --- a/www/api.html +++ b/www/api.html @@ -52,7 +52,7 @@ }); - + @@ -224,7 +224,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -280,7 +280,7 @@
Neko
-
NMagick 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.
+
NMagick 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.
.NET
@@ -300,7 +300,7 @@
MagickWand for PHP a native PHP-extension to the ImageMagick MagickWand API.
-
IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.
+
IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.
phMagick 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.
@@ -331,7 +331,7 @@
XML RPC
-
RemoteMagick is an XML-RPC web service that creates image thumbnails.
+
RemoteMagick is an XML-RPC web service that creates image thumbnails.
@@ -357,7 +357,7 @@ (function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/architecture.html b/www/architecture.html index 15ccd1f3c..1e76827c0 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -52,7 +52,7 @@ }); - + @@ -224,7 +224,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -328,7 +328,7 @@

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 with the ‑version option:

-

$ identify -versionVersion: ImageMagick 6.7.7-5 2012-05-18 Q16 http://www.imagemagick.org

+

$ identify -versionVersion: ImageMagick 6.7.8-0 2012-05-18 Q16 http://www.imagemagick.org

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). In most cases, the benefits of the pixel cache typically outweigh any disadvantages.

@@ -641,7 +641,7 @@ image=ReadStream(image_info,&StreamPixels,exception);

Many of ImageMagick's internal algorithms are threaded to take advantage of speed-ups offered by the multicore processor chips. However, you are welcome to use ImageMagick algorithms in your threads of execution with the exception of the MagickCore's GetVirtualPixels(), GetAuthenticPixels(), QueueAuthenticPixels(), or SyncAuthenticPixels() pixel cache methods. These methods are intended for one thread of execution only with the exception of an OpenMP parallel section. To access the pixel cache with more than one thread of execution, use a cache view. We do this for the CompositeImage() method, for example. Suppose we want to composite a single image over a different image in each thread of execution. If we use GetVirtualPixels(), the results are unpredictable because multiple threads would likely be asking for different areas of the pixel cache simultaneously. Instead we use GetCacheViewVirtualPixels() which creates a unique view for each thread of execution ensuring our program behaves properly regardless of how many threads are invoked. The other program interfaces, such as the MagickWand API, are completely thread safe so there are no special precautions for threads of execution.

-

Here is an MagickCore code snippet that takes advantage of threads of execution with the OpenMP programming paradigm:

+

Here is an MagickCore code snippet that takes advantage of threads of execution with the OpenMP programming paradigm:

{ @@ -1534,7 +1534,7 @@ ModuleExport size_t analyzeImage(Image **images,const int argc,const char **argv (function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/binary-releases.html b/www/binary-releases.html index 57a7e9a7a..3b517c3fc 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -52,7 +52,7 @@ }); - + @@ -224,7 +224,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -259,16 +259,16 @@ - ImageMagick-6.7.7-5.i386.rpm - download - download + ImageMagick-6.8.1-2.i386.rpm + download + download Redhat / CentOS 5.8 i386 RPM - ImageMagick-6.7.7-5.x86_64.rpm - download - download + ImageMagick-6.8.1-2.x86_64.rpm + download + download Redhat / CentOS 5.8 x86_64 RPM @@ -305,7 +305,7 @@

ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:

-

$ rpm -Uvh ImageMagick-6.7.7-5.i386.rpm

+

$ rpm -Uvh ImageMagick-6.8.1-2.i386.rpm

For other systems, create (or choose) a directory to install the package into and change to that directory, for example:

$ cd $HOME

@@ -314,7 +314,7 @@

$ tar xvfz ImageMagick.tar.gz

Set the MAGICK_HOME environment variable to the path where you extracted the ImageMagick files. For example:

-

$ export MAGICK_HOME="$HOME/ImageMagick-6.7.7"

+

$ export MAGICK_HOME="$HOME/ImageMagick-6.7.9"

If the bin subdirectory of the extracted package is not already in your executable search path, add it to your PATH environment variable. For example:

$ export PATH="$MAGICK_HOME/bin:$PATH"

@@ -364,7 +364,7 @@

$ tar xvfz ImageMagick-x86_64-apple-darwin11.3.0.tar.gz

Set the MAGICK_HOME environment variable to the path where you extracted the ImageMagick files. For example:

-

$ export MAGICK_HOME="$HOME/ImageMagick-6.7.7"

+

$ export MAGICK_HOME="$HOME/ImageMagick-6.7.9"

If the bin subdirectory of the extracted package is not already in your executable search path, add it to your PATH environment variable. For example:

$ export PATH="$MAGICK_HOME/bin:$PATH"

@@ -407,7 +407,7 @@
 	./imagemagick_compile.sh VERSION
 
-

where VERSION is the version of ImageMagick you want to compile (i.e.: 6.7.7-5, svn, ...)

+

where VERSION is the version of ImageMagick you want to compile (i.e.: 6.8.1-2, svn, ...)

This script compiles ImageMagick as a static library to be included in iOS projects and adds support for

diff --git a/www/mogrify.html b/www/mogrify.html index f229d7718..f8a3b27a8 100644 --- a/www/mogrify.html +++ b/www/mogrify.html @@ -53,7 +53,7 @@ }); - + @@ -225,7 +225,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -1399,7 +1399,7 @@ transparent, extract, background, or shape the alpha channel (function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/montage.html b/www/montage.html index 144a95349..c83a45759 100644 --- a/www/montage.html +++ b/www/montage.html @@ -53,7 +53,7 @@ }); - + @@ -225,7 +225,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -819,7 +819,7 @@ transparent, extract, background, or shape the alpha channel (function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/motion-picture.html b/www/motion-picture.html index 121f50e38..f3fb85237 100644 --- a/www/motion-picture.html +++ b/www/motion-picture.html @@ -53,7 +53,7 @@ }); - + @@ -225,7 +225,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -386,7 +386,7 @@ (function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/perl-magick.html b/www/perl-magick.html index d29f803a0..307d3e320 100644 --- a/www/perl-magick.html +++ b/www/perl-magick.html @@ -52,7 +52,7 @@ }); - + @@ -224,7 +224,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -259,7 +259,7 @@

ImageMagick must already be installed on your system. Next, get the PerlMagick distribution corresponding to the installed ImageMagick distribution (e.g., PerlMagick 6.77 for -ImageMagick 6.7.7) and unpack it as shown below:

+ImageMagick 6.7.8) and unpack it as shown below:

$ tar xvfz PerlMagick-6.77.tar.gz $ cd PerlMagick

Next, edit Makefile.PL and change LIBS and INC to include the appropriate path information to the required MagickCore library. You may need paths to JPEG, PNG, TIFF, etc. delegates if they were included with your installed version of ImageMagick. Build and install it like this:

@@ -2682,7 +2682,7 @@ blobs in any of these image formats and provides meth (function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/porting.html b/www/porting.html index 812eeccea..604fd2fdb 100644 --- a/www/porting.html +++ b/www/porting.html @@ -53,7 +53,7 @@ }); - + @@ -225,7 +225,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -816,7 +816,7 @@ example "+annotate", "+resize", "+clut", and "+draw" .

(function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/quantize.html b/www/quantize.html index fc6f1aecc..ecdd44eb5 100644 --- a/www/quantize.html +++ b/www/quantize.html @@ -52,7 +52,7 @@ }); - + @@ -224,7 +224,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -386,7 +386,7 @@ (function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/resources.html b/www/resources.html index 0883a4ec6..d6789d6b4 100644 --- a/www/resources.html +++ b/www/resources.html @@ -52,7 +52,7 @@ }); - + @@ -224,7 +224,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -351,7 +351,7 @@ file or data stream.

   $MAGICK_CONFIGURE_PATH
   $PREFIX/etc/ImageMagick
-  $PREFIX/share/ImageMagick-6.7.7 
+  $PREFIX/share/ImageMagick-6.7.9 
   $HOME/.magick/
   <client path>/etc/ImageMagick/
 
@@ -363,8 +363,8 @@ file or data stream.

   $MAGICK_CONFIGURE_PATH
   $MAGICK_HOME/etc/ImageMagick
-  $MAGICK_HOME/share/ImageMagick-6.7.7 
-  $PREFIX/share/ImageMagick-6.7.7 
+  $MAGICK_HOME/share/ImageMagick-6.7.9 
+  $PREFIX/share/ImageMagick-6.7.9 
   $HOME/.magick/
   <client path>/etc/ImageMagick/
   <current directory>
@@ -380,7 +380,7 @@ file or data stream.

<client path>
-

Above, $PREFIX is the default install path, typically c:\\Program Files\\ImageMagick-6.7.7.

+

Above, $PREFIX is the default install path, typically c:\\Program Files\\ImageMagick-6.7.9.

For an uninstalled Windows installation, the configuration load order is:

@@ -403,23 +403,23 @@ file or data stream.

An image coder (i.e. encoder / decoder) is responsible for registering, optionally classifying, optionally reading, optionally writing, and unregistering one image format (e.g. PNG, GIF, JPEG, etc.). ImageMagick searches for coders in the following order and it uses the first match found:

-  $MAGICK_HOME/lib/ImageMagick-6.7.7/modules-Q16/coders/
-  <client path>/../lib/ImageMagick-6.7.7/modules-Q16/coders/
-  $MAGICK_HOME/lib/ImageMagick-6.7.7/modules-Q16/coders
-  $MAGICK_HOME/share/ImageMagick-6.7.7/modules-Q16/coders
+  $MAGICK_HOME/lib/ImageMagick-6.7.9/modules-Q16/coders/
+  <client path>/../lib/ImageMagick-6.7.9/modules-Q16/coders/
+  $MAGICK_HOME/lib/ImageMagick-6.7.9/modules-Q16/coders
+  $MAGICK_HOME/share/ImageMagick-6.7.9/modules-Q16/coders
   $HOME/.magick/
-  <client path>/lib/ImageMagick-6.7.7/modules-Q16/coders
+  <client path>/lib/ImageMagick-6.7.9/modules-Q16/coders
 

Filters

ImageMagick provides a convenient mechanism for adding your own custom image processing algorithms. ImageMagick searches for filters in the following order and it uses the first match found:

-  $MAGICK_HOME/lib/ImageMagick-6.7.7/modules-Q16/filters/
-  <client path>/../lib/ImageMagick-6.7.7/modules-Q16/filters/
-  $MAGICK_HOME/lib/ImageMagick-6.7.7/modules-Q16/filters
-  $MAGICK_HOME/share/ImageMagick-6.7.7/modules-Q16/filters
+  $MAGICK_HOME/lib/ImageMagick-6.7.9/modules-Q16/filters/
+  <client path>/../lib/ImageMagick-6.7.9/modules-Q16/filters/
+  $MAGICK_HOME/lib/ImageMagick-6.7.9/modules-Q16/filters
+  $MAGICK_HOME/share/ImageMagick-6.7.9/modules-Q16/filters
   $HOME/.magick/
-  <client path>/lib/ImageMagick-6.7.7/modules-Q16/filters
+  <client path>/lib/ImageMagick-6.7.9/modules-Q16/filters
 
@@ -432,7 +432,7 @@ file or data stream.

   $MAGICK_CONFIGURE_PATH
   $MAGICK_HOME/etc/ImageMagick/
-  $MAGICK_HOME/share/ImageMagick-6.7.7/
+  $MAGICK_HOME/share/ImageMagick-6.7.9/
   $HOME/.magick/
   <client path>/etc/ImageMagick/
   $MAGICK_FONT_PATH
@@ -523,7 +523,7 @@ file or data stream.

(function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/search.html b/www/search.html index c74a90bb1..bfc6d6f50 100644 --- a/www/search.html +++ b/www/search.html @@ -52,7 +52,7 @@ }); - + @@ -224,7 +224,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -237,11 +237,11 @@

ImageMagick Search

- +
Be right with you...
- + diff --git a/www/sitemap.html b/www/sitemap.html index cbb837ebc..68f14b5e1 100644 --- a/www/sitemap.html +++ b/www/sitemap.html @@ -52,7 +52,7 @@ }); - + @@ -224,7 +224,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -253,7 +253,7 @@
Anthony Thyssen's examples of ImageMagick usage: a comprehensive tutorial of using ImageMagick from the command line.
Color names: how to specify a color name, a hex color, or a numerical RGB, RGBA, HSL, HSLA, CMYK, or CMYKA color.
Resources: ImageMagick depends on external resources including configuration files, loadable modules, fonts, and environment variables.
-
Parallel Execution: ImageMagick is threaded to take advantage of speed-ups offered by the multicore processor chips.
+
Parallel Execution: ImageMagick is threaded to take advantage of speed-ups offered by the multicore processor chips.
Architecture: get to know more about the software and algorithms behind ImageMagick.
License: the legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick.
Export classification: export control status of ImageMagick.
@@ -322,12 +322,12 @@
CL-Magick: provides a Common Lisp interface to the ImageMagick library.
G2F: implements an Ada 95 binding to a subset of the low-level MagickCore library.
Magick++: provides an object-oriented C++ interface to ImageMagick.
-
IMagick: is a native PHP extension to create and modify images using the ImageMagick API.
+
IMagick: is a native PHP extension to create and modify images using the ImageMagick API.
JMagick: provides an object-oriented Java interface to ImageMagick.
MagickCore: C API, recommended for wizard-level developers.
MagickWand: convert, compose, and edit images from the C language.
MagickWand for PHP: a native PHP-extension to the ImageMagick MagickWand API.
-
nMagick: is a port of the ImageMagick library to the haXe and Neko platforms.
+
nMagick: is a port of the ImageMagick library to the haXe and Neko platforms.
PascalMagick: a Pascal binding for the MagickWand API and also the low-level MagickCore library.
PerlMagick: convert, compose, and edit images from the Perl language.
PythonMagick: an object-oriented Python interface to ImageMagick.
@@ -363,7 +363,7 @@
-
Report bugs and vulnerabilities: 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 contact the ImageMagick developers with a convenient web form.
+
Report bugs and vulnerabilities: 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 contact the ImageMagick developers with a convenient web form.
Sponsor ImageMagick: contribute bug fixes, enhancements, hardware, funds, etc. to ensure the ImageMagick project thrives.
ImageMagick t-shirt: donate $25 USD and we acknowledge your gift with a logoed t-shirt.
@@ -421,7 +421,7 @@ (function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/sponsors.html b/www/sponsors.html index 65e017af2..2f5f2ca1e 100644 --- a/www/sponsors.html +++ b/www/sponsors.html @@ -52,7 +52,7 @@ }); - + @@ -224,7 +224,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -346,7 +346,7 @@ (function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/stream.html b/www/stream.html index c32e6d3eb..d83fc15fc 100644 --- a/www/stream.html +++ b/www/stream.html @@ -53,7 +53,7 @@ }); - + @@ -225,7 +225,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -452,7 +452,7 @@ (function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/subversion.html b/www/subversion.html index 46f44bb84..eba0ee64e 100644 --- a/www/subversion.html +++ b/www/subversion.html @@ -52,7 +52,7 @@ }); - + @@ -224,7 +224,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -245,8 +245,8 @@

To retrieve, or check out ImageMagick stable, use this command:

$ svn co \
-https://www.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6.7.7 \
-ImageMagick-6.7.7

+https://www.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6.7.9 \
+ImageMagick-6.7.9

To retrieve, or check out ImageMagick development, use this command:

$ svn co https://www.imagemagick.org/subversion/ImageMagick/trunk ImageMagick

@@ -278,7 +278,7 @@ ImageMagick-6.7.7

(function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/t-shirt.html b/www/t-shirt.html index 79f4e010f..c457205d0 100644 --- a/www/t-shirt.html +++ b/www/t-shirt.html @@ -52,7 +52,7 @@ }); - + @@ -224,7 +224,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -292,7 +292,7 @@ (function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })(); diff --git a/www/webp.html b/www/webp.html index 108ccd80b..9107972c6 100644 --- a/www/webp.html +++ b/www/webp.html @@ -53,7 +53,7 @@ }); - + @@ -225,7 +225,7 @@ (function() { var po = document.createElement('offline-script'); po.type = 'text/javascript'; po.async = true; - po.src = 'https://apis.google.com/js/plusone.js'; + po.src = 'https://apis.localhost/js/plusone.js'; var script = document.getElementsByTagName('offline-script')[0]; script.parentNode.insertBefore(po, script); })(); @@ -379,7 +379,7 @@ jp2:prcheight=16383 -define jp2:cblkwidth=64 -define jp2:cblkheight=64 (function() { var ga = document.createElement('offline-script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.localhost/ga.js'; var s = document.getElementsByTagName('offline-script')[0]; s.parentNode.insertBefore(ga, s); })();