From: cristy Date: Sun, 31 May 2015 16:52:26 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~976 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea2793ef7733b63d12c11557fd09df2f1062d61f;p=imagemagick --- diff --git a/index.html b/index.html index 506da4367..55a121841 100644 --- a/index.html +++ b/index.html @@ -44,10 +44,11 @@ @@ -61,12 +62,12 @@ ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.

The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++), JMagick (Java), L-Magick (Lisp), Lua, NMagick (Neko/haXe), Magick.NET (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and automagically.

- +

ImageMagick utiilizes multiple computational threads to increase performance and can read, process, or write mega-, giga-, or tera-pixel image sizes.

ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 license.

The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory error and thread data race detection to prevent security vulnerabilities.

-

The current release is ImageMagick 6.9.1-2 available from http://www.imagemagick.org/download. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others.

+

The current release is ImageMagick 6.9.1-3 available from http://www.imagemagick.org/download. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others.

The authoritative ImageMagick web site is http://www.imagemagick.org.

@@ -205,10 +206,10 @@ ImageMagickSitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index 297513e94..af237e843 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -44,10 +44,11 @@ @@ -116,10 +117,10 @@ regsvr32 /u /s ImageMagickObject.dll

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index 8799df7ae..98a74aa4d 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -44,10 +44,11 @@ @@ -76,7 +77,7 @@ tar xvzf ImageMagick.tar.gz

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.9.1-2 ./configure
+
 cd ImageMagick-6.9.1-3 ./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:

@@ -533,7 +534,7 @@ sudo port install jpeg

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

Unpack and change into the top-level ImageMagick directory:

-
 tar xvzf ImageMagick-6.9.1-2.tar.gz cd ImageMagick-6.9.1-2

Configure ImageMagick:

+
 tar xvzf ImageMagick-6.9.1-3.tar.gz cd ImageMagick-6.9.1-3

Configure ImageMagick:

 ./configure --prefix=/opt --with-quantum-depth=16 \
   --disable-dependency-tracking --with-x=yes \
@@ -565,7 +566,7 @@ display -display :0
 
 

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.9.1-?.tar.bz2
cd ImageMagick-6.9.1-2
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.9.1-?.tar.bz2
cd ImageMagick-6.9.1-3
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

Chances are the download, configure, build, and install of ImageMagick went flawlessly as it is intended, however, certain systems and environments may cause one or more steps to fail. We discuss a few problems we've run across and how to take corrective action to ensure you have a working release of ImageMagick

@@ -623,10 +624,10 @@ identify -list format

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index c7f73f9c4..297ee96d4 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -44,10 +44,11 @@ @@ -329,7 +330,7 @@ nmake release
  1. Double-click on - VisualMagick/bin/ImageMagick-6.9.1-2-Q16-windows-dll.exe + VisualMagick/bin/ImageMagick-6.9.1-3-Q16-windows-dll.exe to launch the ImageMagick binary distribution.
  2. Complete the installer screens to install ImageMagick on your system.
@@ -387,10 +388,10 @@ _MAGICKMOD_

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/animate.html b/www/animate.html index 52e856d1e..07ed558fa 100644 --- a/www/animate.html +++ b/www/animate.html @@ -44,10 +44,11 @@ @@ -518,10 +519,10 @@ transparent, extract, background, or shape the alpha channel

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api.html b/www/api.html index d1c595f02..8a78ea0cd 100644 --- a/www/api.html +++ b/www/api.html @@ -44,10 +44,11 @@ @@ -166,10 +167,10 @@

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/animate.html b/www/api/animate.html index 46aea1fa5..ef9406df8 100644 --- a/www/api/animate.html +++ b/www/api/animate.html @@ -44,10 +44,11 @@ @@ -92,10 +93,10 @@ MagickBooleanType AnimateImages(const ImageInfo *image_info,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/annotate.html b/www/api/annotate.html index 29e8e78f9..13ba28a4d 100644 --- a/www/api/annotate.html +++ b/www/api/annotate.html @@ -44,10 +44,11 @@ @@ -269,10 +270,10 @@ MagickBooleanType GetTypeMetrics(Image *image,const DrawInfo *draw_info,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/attribute.html b/www/api/attribute.html index 0a495cb25..6a8e41fbe 100644 --- a/www/api/attribute.html +++ b/www/api/attribute.html @@ -44,10 +44,11 @@ @@ -353,10 +354,10 @@ MagickBooleanType SetImageType(Image *image,const ImageType type)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/blob.html b/www/api/blob.html index baa654e7e..d7fbf1bc1 100644 --- a/www/api/blob.html +++ b/www/api/blob.html @@ -44,10 +44,11 @@ @@ -291,10 +292,10 @@ MagickBooleanType InjectImageBlob(const ImageInfo *image_info,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/cache-view.html b/www/api/cache-view.html index 4cb2318f8..9d2e0075e 100644 --- a/www/api/cache-view.html +++ b/www/api/cache-view.html @@ -44,10 +44,11 @@ @@ -627,10 +628,10 @@ MagickBooleanType SyncCacheViewAuthenticPixels(CacheView *cache_view,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/cache.html b/www/api/cache.html index 15414fd25..6e6b46db1 100644 --- a/www/api/cache.html +++ b/www/api/cache.html @@ -44,10 +44,11 @@ @@ -490,10 +491,10 @@ MagickBooleanType SyncAuthenticPixels(Image *image,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/channel.html b/www/api/channel.html index cb722ccd2..db1353cd8 100644 --- a/www/api/channel.html +++ b/www/api/channel.html @@ -44,10 +44,11 @@ @@ -199,10 +200,10 @@ MagickBooleanType SetImageAlphaChannel(Image *image,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/cipher.html b/www/api/cipher.html index 25b959396..3c0191406 100644 --- a/www/api/cipher.html +++ b/www/api/cipher.html @@ -44,10 +44,11 @@ @@ -298,10 +299,10 @@ MagickBooleanType EncipherImage(Image *image,const char *passphrase,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/color.html b/www/api/color.html index 76269bb95..33e33bf51 100644 --- a/www/api/color.html +++ b/www/api/color.html @@ -44,10 +44,11 @@ @@ -364,10 +365,10 @@ MagickBooleanType QueryMagickColorname(const Image *image,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/colormap.html b/www/api/colormap.html index ffbf23f0d..8cb4c868d 100644 --- a/www/api/colormap.html +++ b/www/api/colormap.html @@ -44,10 +44,11 @@ @@ -117,10 +118,10 @@ MagickBooleanType CycleColormapImage(Image *image,const ssize_t displace)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/colorspace.html b/www/api/colorspace.html index 25fee25ab..06012d533 100644 --- a/www/api/colorspace.html +++ b/www/api/colorspace.html @@ -44,10 +44,11 @@ @@ -119,10 +120,10 @@ MagickBooleanType TransformImageColorspace(Image *image,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/compare.html b/www/api/compare.html index 331a5ef33..c9b642e5e 100644 --- a/www/api/compare.html +++ b/www/api/compare.html @@ -44,10 +44,11 @@ @@ -258,10 +259,10 @@ Image *SimilarityImage(const Image *image,const Image *reference,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/composite.html b/www/api/composite.html index ca00c3194..9c0f6e8e1 100644 --- a/www/api/composite.html +++ b/www/api/composite.html @@ -44,10 +44,11 @@ @@ -150,10 +151,10 @@ MagickBooleanType TextureImage(Image *image,const Image *texture)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/constitute.html b/www/api/constitute.html index 1442fc5d4..b1fd3293b 100644 --- a/www/api/constitute.html +++ b/www/api/constitute.html @@ -44,10 +44,11 @@ @@ -278,10 +279,10 @@ MagickBooleanType WriteImages(const ImageInfo *image_info,Image *images,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/decorate.html b/www/api/decorate.html index 09663bb9a..ceb76d829 100644 --- a/www/api/decorate.html +++ b/www/api/decorate.html @@ -44,10 +44,11 @@ @@ -158,10 +159,10 @@ MagickBooleanType RaiseImage(const Image *image,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/deprecate.html b/www/api/deprecate.html index 740e53a84..c767c403c 100644 --- a/www/api/deprecate.html +++ b/www/api/deprecate.html @@ -44,10 +44,11 @@ @@ -3957,10 +3958,10 @@ Image *ZoomImage(const Image *image,const size_t columns,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/display.html b/www/api/display.html index a6b0960c0..5acb30761 100644 --- a/www/api/display.html +++ b/www/api/display.html @@ -44,10 +44,11 @@ @@ -158,10 +159,10 @@ MagickBooleanType XDisplayBackgroundImage(Display *display,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/distort.html b/www/api/distort.html index 155e22b8c..e2dc112d0 100644 --- a/www/api/distort.html +++ b/www/api/distort.html @@ -44,10 +44,11 @@ @@ -232,10 +233,10 @@ Image *SparseColorImage(const Image *image,const ChannelType channel,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/draw.html b/www/api/draw.html index c4ced5fcc..c7c384e5f 100644 --- a/www/api/draw.html +++ b/www/api/draw.html @@ -44,10 +44,11 @@ @@ -327,10 +328,10 @@ void GetAffineMatrix(AffineMatrix *affine_matrix)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html index 39b9fb4b9..ae72997ae 100644 --- a/www/api/drawing-wand.html +++ b/www/api/drawing-wand.html @@ -44,10 +44,11 @@ @@ -3759,10 +3760,10 @@ MagickBooleanType PushDrawingWand(DrawingWand *wand)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/effect.html b/www/api/effect.html index b3dd6242d..5ef009734 100644 --- a/www/api/effect.html +++ b/www/api/effect.html @@ -44,10 +44,11 @@ @@ -767,10 +768,10 @@ const double gain,const double threshold,ExceptionInfo *exception)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/enhance.html b/www/api/enhance.html index 829a2b63d..f7254e691 100644 --- a/www/api/enhance.html +++ b/www/api/enhance.html @@ -44,10 +44,11 @@ @@ -783,10 +784,10 @@ MagickBooleanType SigmoidalContrastImageChannel(Image *image,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/exception.html b/www/api/exception.html index e5b089a09..757222d39 100644 --- a/www/api/exception.html +++ b/www/api/exception.html @@ -44,10 +44,11 @@ @@ -455,10 +456,10 @@ MagickBooleanType ThrowException(ExceptionInfo *exception,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/feature.html b/www/api/feature.html index 5ca1b51d3..970fda75f 100644 --- a/www/api/feature.html +++ b/www/api/feature.html @@ -44,10 +44,11 @@ @@ -218,10 +219,10 @@ Image *MeanShiftImage(const Image *image,const size_t width,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/fourier.html b/www/api/fourier.html index bfc1da249..cdaacfcd7 100644 --- a/www/api/fourier.html +++ b/www/api/fourier.html @@ -44,10 +44,11 @@ @@ -163,10 +164,10 @@ Image *InverseFourierTransformImage(const Image *magnitude_image,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/fx.html b/www/api/fx.html index e970ed088..10b1816f8 100644 --- a/www/api/fx.html +++ b/www/api/fx.html @@ -44,10 +44,11 @@ @@ -770,10 +771,10 @@ Image *WaveImage(const Image *image,const double amplitude,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/histogram.html b/www/api/histogram.html index 82f419efc..5f991c5de 100644 --- a/www/api/histogram.html +++ b/www/api/histogram.html @@ -44,10 +44,11 @@ @@ -205,10 +206,10 @@ Image *UniqueImageColors(const Image *image,ExceptionInfo *exception)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/image-view.html b/www/api/image-view.html index 9553d6e6d..12ff4199a 100644 --- a/www/api/image-view.html +++ b/www/api/image-view.html @@ -44,10 +44,11 @@ @@ -639,10 +640,10 @@ MagickBooleanType UpdateImageViewIterator(ImageView *source,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/image.html b/www/api/image.html index 6e6cd2ce8..d6a05af62 100644 --- a/www/api/image.html +++ b/www/api/image.html @@ -44,10 +44,11 @@ @@ -1066,10 +1067,10 @@ MagickBooleanType SyncImagesSettings(const ImageInfo *image_info,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/layer.html b/www/api/layer.html index 700de4a7a..33b1e549b 100644 --- a/www/api/layer.html +++ b/www/api/layer.html @@ -44,10 +44,11 @@ @@ -413,10 +414,10 @@ Image *MergeImageLayers(const Image *image,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/list.html b/www/api/list.html index 0b0f827ac..0b151816f 100644 --- a/www/api/list.html +++ b/www/api/list.html @@ -44,10 +44,11 @@ @@ -724,10 +725,10 @@ Image *SplitImageList(Image *images)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html index 79b1aafa5..d10d16615 100644 --- a/www/api/magick-deprecate.html +++ b/www/api/magick-deprecate.html @@ -44,10 +44,11 @@ @@ -1679,10 +1680,10 @@ MagickBooleanType UpdatePixelViewIterator(PixelView *source,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/magick-image.html b/www/api/magick-image.html index d797cd4f5..5a681cac2 100644 --- a/www/api/magick-image.html +++ b/www/api/magick-image.html @@ -44,10 +44,11 @@ @@ -7967,10 +7968,10 @@ MagickBooleanType MagickWriteImagesFile(MagickWand *wand,FILE *file)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/magick-property.html b/www/api/magick-property.html index ccf22eb1e..4a20f1799 100644 --- a/www/api/magick-property.html +++ b/www/api/magick-property.html @@ -44,10 +44,11 @@ @@ -1877,10 +1878,10 @@ MagickBooleanType MagickSetType(MagickWand *wand,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html index f7a40e2e2..443843fc1 100644 --- a/www/api/magick-wand.html +++ b/www/api/magick-wand.html @@ -44,10 +44,11 @@ @@ -649,10 +650,10 @@ MagickBooleanType IsMagickWandInstantiated(void)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/magick.html b/www/api/magick.html index 9a1dcaa8a..f0a4ebef5 100644 --- a/www/api/magick.html +++ b/www/api/magick.html @@ -44,10 +44,11 @@ @@ -148,10 +149,10 @@ int SetMagickPrecision(const int precision)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/memory.html b/www/api/memory.html index 3d4f26a52..facec91ab 100644 --- a/www/api/memory.html +++ b/www/api/memory.html @@ -44,10 +44,11 @@ @@ -433,10 +434,10 @@ SetMagickMemoryMethods(AcquireMemoryHandler acquire_memory_handler,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/mime.html b/www/api/mime.html index 404042b66..5ecbb155b 100644 --- a/www/api/mime.html +++ b/www/api/mime.html @@ -44,10 +44,11 @@ @@ -216,10 +217,10 @@ MagickBooleanType ListMimeInfo(FILE *file,ExceptionInfo *exception)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/module.html b/www/api/module.html index a42762e8c..1cbce6ef2 100644 --- a/www/api/module.html +++ b/www/api/module.html @@ -44,10 +44,11 @@ @@ -488,10 +489,10 @@ MagickBooleanType UnregisterModule(const ModuleInfo *module_info,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/mogrify.html b/www/api/mogrify.html index b48eaf2e2..15c71d329 100644 --- a/www/api/mogrify.html +++ b/www/api/mogrify.html @@ -44,10 +44,11 @@ @@ -109,10 +110,10 @@ MagickBooleanType MagickCommandGenesis(ImageInfo *image_info,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/monitor.html b/www/api/monitor.html index 05d6c7abc..ecc5005cb 100644 --- a/www/api/monitor.html +++ b/www/api/monitor.html @@ -44,10 +44,11 @@ @@ -143,10 +144,10 @@ MagickProgressMonitor SetImageInfoProgressMonitor(ImageInfo *image_info,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/montage.html b/www/api/montage.html index 2b840ac23..3ac129d2f 100644 --- a/www/api/montage.html +++ b/www/api/montage.html @@ -44,10 +44,11 @@ @@ -179,10 +180,10 @@ Image *MontageImageList(const ImageInfo *image_info,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/morphology.html b/www/api/morphology.html index 7c6378784..65735d62a 100644 --- a/www/api/morphology.html +++ b/www/api/morphology.html @@ -44,10 +44,11 @@ @@ -601,10 +602,10 @@ void ZeroKernelNans (KernelInfo *kernel)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/paint.html b/www/api/paint.html index 3ad2b9a14..1b322c82d 100644 --- a/www/api/paint.html +++ b/www/api/paint.html @@ -44,10 +44,11 @@ @@ -268,10 +269,10 @@ MagickBooleanType TransparentPaintImage(Image *image,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html index f8d449423..f4d735c27 100644 --- a/www/api/pixel-iterator.html +++ b/www/api/pixel-iterator.html @@ -44,10 +44,11 @@ @@ -488,10 +489,10 @@ MagickBooleanType PixelSyncIterator(PixelIterator *iterator)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html index 48b8df7f0..665ea7db3 100644 --- a/www/api/pixel-wand.html +++ b/www/api/pixel-wand.html @@ -44,10 +44,11 @@ @@ -1605,10 +1606,10 @@ void PixelSetYellowQuantum(PixelWand *wand,const Quantum yellow)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/profile.html b/www/api/profile.html index 365746cc5..48510e337 100644 --- a/www/api/profile.html +++ b/www/api/profile.html @@ -44,10 +44,11 @@ @@ -330,10 +331,10 @@ MagickBooleanType SyncImageProfiles(Image *image)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/property.html b/www/api/property.html index a954fd8bd..3e9702f31 100644 --- a/www/api/property.html +++ b/www/api/property.html @@ -44,10 +44,11 @@ @@ -370,10 +371,10 @@ MagickBooleanType SetImageProperty(Image *image,const char *property,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/quantize.html b/www/api/quantize.html index eda27c792..17a991447 100644 --- a/www/api/quantize.html +++ b/www/api/quantize.html @@ -44,10 +44,11 @@ @@ -438,10 +439,10 @@ MagickBooleanType SetGrayscaleImage(Image *image)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/registry.html b/www/api/registry.html index 304d8746c..ae1579d87 100644 --- a/www/api/registry.html +++ b/www/api/registry.html @@ -44,10 +44,11 @@ @@ -236,10 +237,10 @@ MagickBooleanType SetImageRegistry(const RegistryType type,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/resize.html b/www/api/resize.html index 06d237d8e..930a9518f 100644 --- a/www/api/resize.html +++ b/www/api/resize.html @@ -44,10 +44,11 @@ @@ -431,10 +432,10 @@ Image *ThumbnailImage(const Image *image,const size_t columns,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/resource.html b/www/api/resource.html index 4f68462cb..c8d552bfd 100644 --- a/www/api/resource.html +++ b/www/api/resource.html @@ -44,10 +44,11 @@ @@ -253,10 +254,10 @@ MagickBooleanType SetMagickResourceLimit(const ResourceType type,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/segment.html b/www/api/segment.html index 81aa9dbe1..de9f89301 100644 --- a/www/api/segment.html +++ b/www/api/segment.html @@ -44,10 +44,11 @@ @@ -94,10 +95,10 @@ MagickBooleanType SegmentImage(Image *image,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/shear.html b/www/api/shear.html index 2890ee43f..f43bb3457 100644 --- a/www/api/shear.html +++ b/www/api/shear.html @@ -44,10 +44,11 @@ @@ -171,10 +172,10 @@ Image *ShearRotateImage(const Image *image,const double degrees,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/signature.html b/www/api/signature.html index 1699b7724..b56150d0d 100644 --- a/www/api/signature.html +++ b/www/api/signature.html @@ -44,10 +44,11 @@ @@ -87,10 +88,10 @@ MagickBooleanType SignatureImage(Image *image)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/statistic.html b/www/api/statistic.html index 4c18f8ea7..11314f77a 100644 --- a/www/api/statistic.html +++ b/www/api/statistic.html @@ -44,10 +44,11 @@ @@ -486,10 +487,10 @@ Image *StatisticImageChannel(const Image *image,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/stream.html b/www/api/stream.html index 0db0a4b95..2fa45c535 100644 --- a/www/api/stream.html +++ b/www/api/stream.html @@ -44,10 +44,11 @@ @@ -123,10 +124,10 @@ MagickBooleanType WriteStream(const ImageInfo *image_info,Image *,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/transform.html b/www/api/transform.html index 69056776a..de37488e2 100644 --- a/www/api/transform.html +++ b/www/api/transform.html @@ -44,10 +44,11 @@ @@ -545,10 +546,10 @@ Image *TrimImage(const Image *image,ExceptionInfo *exception)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/version.html b/www/api/version.html index ec19761cc..320b99ed1 100644 --- a/www/api/version.html +++ b/www/api/version.html @@ -44,10 +44,11 @@ @@ -253,10 +254,10 @@ void ListMagickVersion(FILE *file)

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/api/wand-view.html b/www/api/wand-view.html index fcec65ffb..0bfc183f9 100644 --- a/www/api/wand-view.html +++ b/www/api/wand-view.html @@ -44,10 +44,11 @@ @@ -571,10 +572,10 @@ MagickBooleanType UpdateWandViewIterator(WandView *source,

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/architecture.html b/www/architecture.html index 5aebea4ce..e14e9b492 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -44,10 +44,11 @@ @@ -133,7 +134,7 @@ if (image == (Image *) NULL)

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.9.1-2 2015-03-21 Q16 http://www.imagemagick.org
+
 identify -versionVersion: ImageMagick 6.9.1-3 2015-03-21 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.

Access the Pixel Cache

@@ -1402,10 +1403,10 @@ ModuleExport size_t analyzeImage(Image **images,const int argc,const char **argv

Sitemap • Related • Image Studio • - JqMagick • - Public Key + JqMagick

Back to top • + Public Key • Contact Us

© 1999-2015 ImageMagick Studio LLC

diff --git a/www/binary-releases.html b/www/binary-releases.html index 183ccd512..18431251d 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -44,10 +44,11 @@ @@ -74,16 +75,16 @@ - ImageMagick-6.9.1-2.i386.rpm - download - download + ImageMagick-6.9.1-3.i386.rpm + download + download Redhat / CentOS 5.11 i386 RPM - ImageMagick-6.9.1-2.x86_64.rpm - download - download + ImageMagick-6.9.1-3.x86_64.rpm + download + download Redhat / CentOS 5.11 x86_64 RPM @@ -120,7 +121,7 @@

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

-
 rpm -Uvh ImageMagick-6.9.1-2.i386.rpm
+
 rpm -Uvh ImageMagick-6.9.1-3.i386.rpm

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

@@ -181,9 +182,9 @@ sudo port install ImageMagick
   
 
   
-    ImageMagick-x86_64-apple-darwin14.0.0.tar.gz
-    download
-    download
+    ImageMagick-x86_64-apple-darwin14.3.0.tar.gz
+    download
+    download
     Mac OS X Yosemite
   
 
@@ -255,7 +256,7 @@ display logo.gif
 
 ./imagemagick_compile.sh VERSION
 
-

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

+

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

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