From: Cristy Date: Fri, 30 Jun 2017 14:13:32 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.6-1~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbb6988855991e7b5575638961fed8abca48cc0d;p=imagemagick ... --- diff --git a/index.html b/index.html index 966b25c12..08c4962e0 100644 --- a/index.html +++ b/index.html @@ -5,34 +5,31 @@ - - - + + Convert, Edit, Or Compose Bitmap Images @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
+
-

Features and Capabilities • News • Community

@@ -236,7 +232,6 @@ Use ImageMagick -
- \ No newline at end of file + \ No newline at end of file diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index 389f1eb21..2bbb04261 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -5,34 +5,31 @@ - - - + + Install the ImageMagickObject COM+ Component @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
+
-

Build ImageMagickObject From Source

@@ -127,7 +123,6 @@ regsvr32 /u /s ImageMagickObject.dll -
- \ No newline at end of file + \ No newline at end of file diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index a7fe1284c..6e85de1f6 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -5,34 +5,31 @@ - - - + + Advanced Unix Source Installation @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
+
-
- \ No newline at end of file + \ No newline at end of file diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index 2be98d45e..231ad8f7f 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -5,34 +5,31 @@ - - - + + Advanced Windows Source Installation @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
+
-
- \ No newline at end of file + \ No newline at end of file diff --git a/www/animate.html b/www/animate.html index 99d4ef785..64f77621e 100644 --- a/www/animate.html +++ b/www/animate.html @@ -5,34 +5,31 @@ - - - + + Command-line Tools: Animate @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
+
-

Example Usage • Option Summary

@@ -529,7 +525,6 @@ transparent, extract, background, or shape the alpha channel -
- \ No newline at end of file + \ No newline at end of file diff --git a/www/api.html b/www/api.html index ff68fd79c..c0b983a67 100644 --- a/www/api.html +++ b/www/api.html @@ -45,7 +45,7 @@ Command-line Resources Develop - Search + Search Community
@@ -164,7 +164,7 @@

Back to top • Public Key • - Contact Us

+ Contact Us

© 1999-2016 ImageMagick Studio LLC

diff --git a/www/architecture.html b/www/architecture.html index 8d8fb9ae6..2b7552ff7 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -5,34 +5,31 @@ - - - + + Architecture @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
+
-

The Pixel Cache • Streaming Pixels • Image Properties and Profiles • Large Image Support • Threads of Execution • Heterogeneous Distributed Processing • Custom Image Coders • Custom Image Filters

@@ -1420,7 +1416,6 @@ ModuleExport size_t analyzeImage(Image **images,const int argc,const char **argv -
- \ No newline at end of file + \ No newline at end of file diff --git a/www/binary-releases.html b/www/binary-releases.html index 1dfa2f600..c41f2048c 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -45,7 +45,7 @@ Command-line Resources Develop - Search + Search Community
@@ -447,7 +447,7 @@ objShell.Exec("convert ""e:/myimages/image.png"" ""e:/myimages/image.jpg""")

Back to top • Public Key • - Contact Us

+ Contact Us

© 1999-2016 ImageMagick Studio LLC

diff --git a/www/changelog.html b/www/changelog.html index 2bce404a6..c443250eb 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -5,34 +5,31 @@ - - - + + Changelog @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
+
-
-
2017-06-10 7.0.6-0 Cristy <quetzlzacatenango@image...>
+
2017-06-10 7.0.6-1 Glenn Randers-Pehrson <glennrp@image...>
+
  • Stop a memory leak in read_user_chunk_callback() (reference https://github.com/ImageMagick/ImageMagick/issues/517).
  • +
    2017-06-10 7.0.6-0 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.6-0, GIT revision 20194:b0c0d00:20170611.
  • -
    2017-06-10 7.0.6-1 Glenn Randers-Pehrson <glennrp@image...>
    +
    2017-06-10 7.0.6-0 Glenn Randers-Pehrson <glennrp@image...>
  • coders/png.c: Accept exIf chunks whose data segment erroneously begins with "Exif\0\0".
  • -
    2017-06-10 7.0.6-0 Cristy <quetzlzacatenango@image...>
    +
    2017-06-10 7.0.6-0 Cristy <quetzlzacatenango@image...>
  • Introduce SetMagickSecurityPolicy() (MagickCore) and MagickSetSecurityPolicy() (MagickWand) to set the ImageMagick security policy (reference https://github.com/ImageMagick/ImageMagick/issues/407).
  • -
    2017-06-02 7.0.5-10 Cristy <quetzlzacatenango@image...>
    +
    2017-06-02 7.0.5-10 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.5-10, GIT revision 20155:38ebc02:20170602.
  • -
    2017-06-01 7.0.5-10 Glenn Randers-Pehrson <glennrp@image...>
    +
    2017-06-01 7.0.5-10 Glenn Randers-Pehrson <glennrp@image...>
  • Removed experimental PNG zxIF chunk support; the proposal is dead.
  • -
    2017-06-01 7.0.5-10 Cristy <quetzlzacatenango@image...>
    +
    2017-06-01 7.0.5-10 Cristy <quetzlzacatenango@image...>
  • Fix choppy bitmap font rendering (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=32071).
  • The +opaque option is not longer a noop (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=32081).
  • Add support for 'hex:' property.
  • -
    2017-05-28 7.0.5-9 Cristy <quetzlzacatenango@image...>
    +
    2017-05-28 7.0.5-9 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.5-9, GIT revision 20113:8b67333:20170528.
  • -
    2017-05-28 7.0.5-9 Cristy <quetzlzacatenango@image...>
    +
    2017-05-28 7.0.5-9 Cristy <quetzlzacatenango@image...>
  • Transient error validating the JPEG-2000 image format (reference https://github.com/ImageMagick/ImageMagick/issues/501).
  • Properly allocate DCM image colormap (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=32063).
  • -
    2017-05-26 7.0.5-8 Cristy <quetzlzacatenango@image...>
    +
    2017-05-26 7.0.5-8 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.5-8, GIT revision 20099:870a016:20170526.
  • -
    2017-05-23 7.0.5-8 Cristy <quetzlzacatenango@image...>
    +
    2017-05-23 7.0.5-8 Cristy <quetzlzacatenango@image...>
  • Improper allocation of memory for IM instances without threads (reference https://github.com/ImageMagick/ImageMagick/issues/497).
  • Delete corrupt image from list (reference https://github.com/ImageMagick/ImageMagick/issues/500).
  • -
    2017-05-19 7.0.5-7 Cristy <quetzlzacatenango@image...>
    +
    2017-05-19 7.0.5-7 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.5-6, GIT revision 20078:7ce2d38:20170519.
  • -
    2017-05-15 7.0.5-7 Cristy <quetzlzacatenango@image...>
    +
    2017-05-15 7.0.5-7 Cristy <quetzlzacatenango@image...>
  • Support various image operators for the compare utility (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=2&t=31938).
  • 2017-05-12 7.0.5-6 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.5-6, GIT revision 20039:9371904:20170512.
  • -
    2017-05-10 7.0.5-6 John Cupitt <jcupitt@gmail.com>
    +
    2017-05-10 7.0.5-6 John Cupitt <jcupitt@gmail.com>
  • Revise DICOM window and rescale handling (reference https://github.com/ImageMagick/ImageMagick/pull/484)
  • -
    2017-05-06 7.0.5-6 Cristy <quetzlzacatenango@image...>
    +
    2017-05-06 7.0.5-6 Cristy <quetzlzacatenango@image...>
  • Restore the -alpha Shape option (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31879).
  • Fix transient PDF bug (reference https://github.com/ImageMagick/ImageMagick/issues/463).
  • The +opaque option now works on all channels (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31862).
  • Ensure backwards compatibility for the -combine option (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31855).
  • Check for EOF conditions for RLE image format.
  • Reset histogram page geometry (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31920).
  • -
    2017-04-24 7.0.5-5 Cristy <quetzlzacatenango@image...>
    +
    2017-04-24 7.0.5-5 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.5-5, GIT revision 19915:12eec43:20170424.
  • -
    2017-03-26 7.0.5-5 Cristy <quetzlzacatenango@image...>
    +
    2017-03-26 7.0.5-5 Cristy <quetzlzacatenango@image...>
  • Minimize buffer copies to improve OpenCL performance.
  • Morphology thinning is no longer a no-op (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31650).
  • Patch two PCD writer problems, corrupt output and dark pixels (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=3164).
  • Support ICC based PDF's (reference https://github.com/ImageMagick/ImageMagick/issues/417).
  • Fix improper EPS clip path rendering (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31722).
  • -
    2017-03-24 7.0.5-4 Cristy <quetzlzacatenango@image...>
    +
    2017-03-24 7.0.5-4 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.5-4, GIT revision 19754:350fff3:20170324.
  • -
    2017-03-21 7.0.5-4 Cristy <quetzlzacatenango@image...>
    +
    2017-03-21 7.0.5-4 Cristy <quetzlzacatenango@image...>
  • Respect -loop option for animate -window (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31619).
  • -
    2017-03-17 7.0.5-3 Cristy <quetzlzacatenango@image...>
    +
    2017-03-17 7.0.5-3 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.5-3, GIT revision 19741:070c3fb:20170317.
  • -
    2017-03-14 7.0.5-3 Cristy <quetzlzacatenango@image...>
    +
    2017-03-14 7.0.5-3 Cristy <quetzlzacatenango@image...>
  • Support namespaces for the security policy.
  • Support the -authenticate option for PDF (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31530).
  • -
    2017-03-11 7.0.5-2 Cristy <quetzlzacatenango@image...>
    +
    2017-03-11 7.0.5-2 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.5-2, GIT revision 19696:da91a7c:20170311.
  • -
    2017-03-06 7.0.5-2 Cristy <quetzlzacatenango@image...>
    +
    2017-03-06 7.0.5-2 Cristy <quetzlzacatenango@image...>
  • Respect throttle policy (reference https://github.com/ImageMagick/ImageMagick/issues/393).
  • Return proper minima / maxima (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31377).
  • -
    2017-03-03 7.0.5-1 Cristy <quetzlzacatenango@image...>
    +
    2017-03-03 7.0.5-1 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.5-1, GIT revision 19662:b7f455a:20170303.
  • -
    2017-02-21 7.0.5-1 Cristy <quetzlzacatenango@image...>
    +
    2017-02-21 7.0.5-1 Cristy <quetzlzacatenango@image...>
  • Fix Spurious memory allocation message (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31438).
  • Identical images should return inf for PSNR (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31487).
  • -
    2017-02-20 7.0.5-0 Cristy <quetzlzacatenango@image...>
    +
    2017-02-20 7.0.5-0 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.5-0, GIT revision 19616:505fea9:20170220.
  • -
    2017-02-20 7.0.5-0 Cristy <quetzlzacatenango@image...>
    +
    2017-02-20 7.0.5-0 Cristy <quetzlzacatenango@image...>
  • Fix transient bug with -separate option (reference https://github.com/ImageMagick/ImageMagick/issues/385).
  • -
    2017-02-18 7.0.4-10 Cristy <quetzlzacatenango@image...>
    +
    2017-02-18 7.0.4-10 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.4-10, GIT revision 19608:fe757a2:20170218.
  • -
    2017-02-18 7.0.4-10 Dirk Lemstra <dirk@lem.....org>
    +
    2017-02-18 7.0.4-10 Dirk Lemstra <dirk@lem.....org>
  • Fixed fd leak for webp coder (reference https://github.com/ImageMagick/ImageMagick/pull/382)
  • -
    2017-02-15 7.0.4-10 Cristy <quetzlzacatenango@image...>
    +
    2017-02-15 7.0.4-10 Cristy <quetzlzacatenango@image...>
  • Prevent random pixel data for corrupt JPEG image (bug report from Hirokazu Moriguchi, Sony).
  • Restore -mattecolor option.
  • Support pixel-cache and shred security policies.
  • Bump Magick++ SO. Previously a global replace changed matteColor to alphaColor.
  • -
    2017-02-14 7.0.4-9 Cristy <quetzlzacatenango@image...>
    +
    2017-02-14 7.0.4-9 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.4-9, GIT revision 19580:d474b37:20170214.
  • -
    2017-02-14 7.0.4-9 Cristy <quetzlzacatenango@image...>
    +
    2017-02-14 7.0.4-9 Cristy <quetzlzacatenango@image...>
  • Revert patch that did not set update trait on alpha channel.
  • -
    2017-02-13 7.0.4-8 Cristy <quetzlzacatenango@image...>
    +
    2017-02-13 7.0.4-8 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.4-8, GIT revision 19574:7642384:20170213.
  • -
    2017-02-09 7.0.4-8 Dirk Lemstra <dirk@lem.....org>
    +
    2017-02-09 7.0.4-8 Dirk Lemstra <dirk@lem.....org>
  • Fixed memory leak when creating nested exceptions in Magick++ (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=23&p=142634)
  • -
    2017-02-09 7.0.4-8 Cristy <quetzlzacatenango@image...>
    +
    2017-02-09 7.0.4-8 Cristy <quetzlzacatenango@image...>
  • Unbreak build without JPEG support (reference https://github.com/ImageMagick/ImageMagick/pull/373).
  • Document behavior change in the security policy (thanks to yoya @ https://blog.awm.jp/2017/02/09/imagemagick-en/).
  • Return unbiased standard deviation for image statistics (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31377).
  • Don't set update trait on alpha channel (private e-mail concerning -levels-colors option).
  • -
    2017-02-04 7.0.4-7 Cristy <quetzlzacatenango@image...>
    +
    2017-02-04 7.0.4-7 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.4-7, GIT revision 19513:5783e57:20170204.
  • -
    2017-01-28 7.0.4-7 Cristy <quetzlzacatenango@image...>
    +
    2017-01-28 7.0.4-7 Cristy <quetzlzacatenango@image...>
  • Sanitize comments that include braces for the MIFF image format (reference https://github.com/ImageMagick/ImageMagick/issues/368).
  • -
    2017-01-27 7.0.4-7 Glenn Randers-Pehrson <glennrp@image...>
    +
    2017-01-27 7.0.4-7 Glenn Randers-Pehrson <glennrp@image...>
  • coders/png.c: Added support for a proposed new PNG chunk (zxIf, read-only) that is currently being discussed on the png-mng-misc at lists.sourceforge.net mailing list. Enable exIf and zxIf with CPPFLAGS="-DexIf_SUPPORTED -DxzIf_SUPPORTED". If exIf is enabled, only the uncompressed exIF chunk will be written and the hex-encoded zTXt chunk containing the raw Exif profile won't be written.
  • -
    2017-01-27 7.0.4-6 Cristy <quetzlzacatenango@image...>
    +
    2017-01-27 7.0.4-6 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.4-6, GIT revision 19442:4747de9:20170127.
  • -
    2017-01-27 7.0.4-6 Cristy <quetzlzacatenango@image...>
    +
    2017-01-27 7.0.4-6 Cristy <quetzlzacatenango@image...>
  • Uninitialized data in MAT image format (reference https://github.com/ImageMagick/ImageMagick/issues/362).
  • Properly auto-fit caption (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=30887).
  • Correction to composite Over operator (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31282).
  • Respect gravity option (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31284).
  • -
    2017-01-22 7.0.4-6 Glenn Randers-Pehrson <glennrp@image...>
    +
    2017-01-22 7.0.4-6 Glenn Randers-Pehrson <glennrp@image...>
  • Renamed read_vpag_chunk_callback() function to png_user_chunk_callback() in coders/png.c
  • Implemented a private PNG caNv (canvas) chunk for remembering the original dimensions and offsets when an image is cropped. Previously we used the oFFs and vpAg chunks for this purpose, but this had potential conflicts with other applications that also use the oFFs chunk.
  • coders/png.c: Added support for a proposed new PNG chunk (exIf read-write, eXIf read-only) that is currently being discussed on the png-mng-misc at lists.sourceforge.net mailing list.
  • -
    2017-01-22 7.0.4-6 Dirk Lemstra <dirk@lem.....org>
    +
    2017-01-22 7.0.4-6 Dirk Lemstra <dirk@lem.....org>
  • Replaced CoderSeekableStreamFlag with CoderDecoderSeekableStreamFlag and CoderEncoderSeekableStreamFlag.
  • -
    2017-01-21 7.0.4-5 Cristy <quetzlzacatenango@image...>
    +
    2017-01-21 7.0.4-5 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.4-5, GIT revision 19381:7ae396f:20170121.
  • -
    2017-01-18 7.0.4-5 Cristy <quetzlzacatenango@image...>
    +
    2017-01-18 7.0.4-5 Cristy <quetzlzacatenango@image...>
  • Don't set background for transparent tiled images (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31210).
  • -
    2017-01-14 7.0.4-4 Cristy <quetzlzacatenango@image...>
    +
    2017-01-14 7.0.4-4 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.4-4, GIT revision 19361:a12953c:20170114.
  • -
    2017-01-14 7.0.4-4 Dirk Lemstra <dirk@lem.....org>
    +
    2017-01-14 7.0.4-4 Dirk Lemstra <dirk@lem.....org>
  • Added support for RGB555, RGB565, ARGB4444 and ARGB1555 to the BMP encoder (reference https://github.com/ImageMagick/ImageMagick/issues/344).
  • -
    2017-01-10 7.0.4-4 Cristy <quetzlzacatenango@image...>
    +
    2017-01-10 7.0.4-4 Cristy <quetzlzacatenango@image...>
  • Recognize XML policy closing tags (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31182).
  • Fix memory leak in the MPC format.
  • -
    2017-01-07 7.0.4-3 Cristy <quetzlzacatenango@image...>
    +
    2017-01-07 7.0.4-3 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.4-3, GIT revision 19329:930ca78:20170107.
  • -
    2017-01-04 7.0.4-3 Cristy <quetzlzacatenango@image...>
    +
    2017-01-04 7.0.4-3 Cristy <quetzlzacatenango@image...>
  • Increase memory allocation for TIFF pixels (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31161).
  • -
    2017-01-03 7.0.4-2 Cristy <quetzlzacatenango@image...>
    +
    2017-01-03 7.0.4-2 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.4-2, GIT revision 19318:8766311:20170103.
  • -
    2017-01-02 7.0.4-2 Cristy <quetzlzacatenango@image...>
    +
    2017-01-02 7.0.4-2 Cristy <quetzlzacatenango@image...>
  • Validation unit test for MNG works again.
  • -
    2016-12-31 7.0.4-1 Cristy <quetzlzacatenango@image...>
    +
    2016-12-31 7.0.4-1 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.4-1, GIT revision 19292:c5ccfa8:20161231.
  • -
    2016-12-26 7.0.4-1 Cristy <quetzlzacatenango@image...>
    +
    2016-12-26 7.0.4-1 Cristy <quetzlzacatenango@image...>
  • Initialize draw_info alpha member to OpaqueAlpha.
  • Monochrome images no longer have inverted colors (reference https://github.com/ImageMagick/ImageMagick/issues/332).
  • -
    2016-12-18 7.0.4-0 Cristy <quetzlzacatenango@image...>
    +
    2016-12-18 7.0.4-0 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.4-0, GIT revision 19221:d5e8abc:20161218.
  • -
    2016-12-14 7.0.4-0 Cristy <quetzlzacatenango@image...>
    +
    2016-12-14 7.0.4-0 Cristy <quetzlzacatenango@image...>
  • Do not close path for linejoins of round (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31039).
  • -
    2016-12-10 7.0.3-10 Cristy <quetzlzacatenango@image...>
    +
    2016-12-10 7.0.3-10 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.3-10, GIT revision 19191:338f088:20161210.
  • -
    2016-12-07 7.0.3-10 Cristy <quetzlzacatenango@image...>
    +
    2016-12-07 7.0.3-10 Cristy <quetzlzacatenango@image...>
  • Set colorspace to sRGB if -append has non-homogenous colorspaces (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=29105).
  • Respect connected-components:area-threshold define (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31006).
  • Enable alpha channel if background color is non-opaque (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31016).
  • Return correct offset for negative index for -fx option (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31019).
  • Fixed improper scaling of certain FITS images (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31028).
  • Properly center text label (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=31027).
  • -
    2016-12-05 7.0.3-9 Cristy <quetzlzacatenango@image...>
    +
    2016-12-05 7.0.3-9 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.3-9, GIT revision 19139:6fed3f1:20161205.
  • -
    2016-11-26 7.0.3-9 Cristy <quetzlzacatenango@image...>
    +
    2016-11-26 7.0.3-9 Cristy <quetzlzacatenango@image...>
  • Support the compare -read-mask option.
  • Support read-masks for the -modulate option.
  • Prevent buffer overflow when streaming an image (reference https://github.com/ImageMagick/ImageMagick/issues/312).
  • Fix possible buffer overflow when writing compressed TIFFS (vulnerability report from Cisco Talos, CVE-2016-8707).
  • -
    2016-11-15 7.0.3-8 Cristy <quetzlzacatenango@image...>
    +
    2016-11-15 7.0.3-8 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.3-8, GIT revision 19067:5aceded:20161125.
  • -
    2016-11-18 7.0.3-8 Cristy <quetzlzacatenango@image...>
    +
    2016-11-18 7.0.3-8 Cristy <quetzlzacatenango@image...>
  • Support the phash:colorspaces and phash:normalize options.
  • If a convenient line break is not found, force it for caption: (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=30887).
  • Set alpha member of draw structure to OpaqueAlpha (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=30894).
  • @@ -222,186 +220,186 @@
  • Permit EPT images with just a TIFF or EPS image, not both (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=30921).
  • The -clone option no longer leaks memory.
  • Render to clip mask rather than image for clip-path MVG graphics primitive.
  • -
    2016-11-15 7.0.3-7 Cristy <quetzlzacatenango@image...>
    +
    2016-11-15 7.0.3-7 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.3-7, GIT revision 19024:87aca83:20161115.
  • -
    2016-11-10 7.0.3-7 Cristy <quetzlzacatenango@image...>
    +
    2016-11-10 7.0.3-7 Cristy <quetzlzacatenango@image...>
  • Web pages were broken when we moved to HTTPS protocol.
  • -
    2016-11-08 7.0.3-6 Cristy <quetzlzacatenango@image...>
    +
    2016-11-08 7.0.3-6 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.3-6, GIT revision 19001:4cff747:20161108.
  • -
    2016-11-01 7.0.3-6 Cristy <quetzlzacatenango@image...>
    +
    2016-11-01 7.0.3-6 Cristy <quetzlzacatenango@image...>
  • Off by one memory allocation (reference https://github.com/ImageMagick/ImageMagick/issues/296).
  • The -extent option now matches the results of IMv6 (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=1&t=30779).
  • Prevent fault in MSL interpreter (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=30797).
  • Mask composite produces proper results for the convert utility (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=29675).
  • -
    2016-10-10 7.0.3-5 Cristy <quetzlzacatenango@image...>
    +
    2016-10-10 7.0.3-5 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.3-5, GIT revision 18975:a8174a2:20161030.
  • -
    2016-10-16 7.0.3-5 Dirk Lemstra <dirk@lem.....org>
    +
    2016-10-16 7.0.3-5 Dirk Lemstra <dirk@lem.....org>
  • Added layer RLE compression to the PSD encoder.
  • -
    2016-10-10 7.0.3-4 Cristy <quetzlzacatenango@image...>
    +
    2016-10-10 7.0.3-4 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.3-4, GIT revision 18937:83da034:20161010.
  • -
    2016-10-10 7.0.3-4 Dirk Lemstra <dirk@lem.....org>
    +
    2016-10-10 7.0.3-4 Dirk Lemstra <dirk@lem.....org>
  • Fixed incorrect parsing with ordered dither. (reference https://github.com/ImageMagick/ImageMagick/issues/254)
  • -
    2016-10-10 7.0.3-4 Cristy <quetzlzacatenango@image...>
    +
    2016-10-10 7.0.3-4 Cristy <quetzlzacatenango@image...>
  • Unit test pass again after small SUN image patch.
  • -
    2016-10-08 7.0.3-3 Cristy <quetzlzacatenango@image...>
    +
    2016-10-08 7.0.3-3 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.3-3, GIT revision 18924:d6614e7:20161008.
  • -
    2016-10-07 7.0.3-3 Dirk Lemstra <dirk@lem.....org>
    +
    2016-10-07 7.0.3-3 Dirk Lemstra <dirk@lem.....org>
  • Fixed incorrect RLE decoding when reading a DCM image that contains multiple segments.
  • -
    2016-10-02 7.0.3-2 Cristy <quetzlzacatenango@image...>
    +
    2016-10-02 7.0.3-2 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.3-2, GIT revision 18887:6b27c5b:20161002.
  • -
    2016-09-27 7.0.3-2 Dirk Lemstra <dirk@lem.....org>
    +
    2016-09-27 7.0.3-2 Dirk Lemstra <dirk@lem.....org>
  • Fixed incorrect RLE decoding when reading an SGI image (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=30514)
  • -
    2016-09-20 7.0.3-1 Cristy <quetzlzacatenango@image...>
    +
    2016-09-20 7.0.3-1 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.3-1, GIT revision 18851:ad91ea8:20160920.
  • -
    2016-09-16 7.0.3-1 Dirk Lemstra <dirk@lem.....org>
    +
    2016-09-16 7.0.3-1 Dirk Lemstra <dirk@lem.....org>
  • Added layer RLE compression to the PSD encoder.
  • Added define 'psd:preserve-opacity-mask' to preserve the opacity mask in a PSD file.
  • Fixed issue where the display window was used instead of the data window when reading EXR files (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&p=137849).
  • -
    2016-09-05 7.0.3-0 Cristy <quetzlzacatenango@image...>
    +
    2016-09-05 7.0.3-0 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.3-0, GIT revision 18786:10aa64c:20160905.
  • -
    2016-08-29 7.0.3-0 Dirk Lemstra <dirk@lem.....org>
    +
    2016-08-29 7.0.3-0 Dirk Lemstra <dirk@lem.....org>
  • Fixed reading DXT1 images with an alpha channel.
  • Fixed incorrect padding calculation in PSD encoder.
  • -
    2016-08-27 7.0.2-10 Cristy <quetzlzacatenango@image...>
    +
    2016-08-27 7.0.2-10 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.2-10, GIT revision 18750:e3335b3:20160827.
  • -
    2016-08-27 7.0.2-10 Dirk Lemstra <dirk@lem.....org>
    +
    2016-08-27 7.0.2-10 Dirk Lemstra <dirk@lem.....org>
  • Added define 'psd:additional-info' to preserve the additional information in a PSD file.
  • -
    2016-08-15 7.0.2-10 Cristy <quetzlzacatenango@image...>
    +
    2016-08-15 7.0.2-10 Cristy <quetzlzacatenango@image...>
  • Prevent buffer overflow in BMP & SGI coders (bug report from pwchen&rayzhong of tencent).
  • Prevent buffer overflow and other problems in SIXEL, PDB, MAP, TIFF and CALS coders (bug report from Donghai Zhu).
  • The -stream option now increments the pixel pointer properly (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=30327).
  • -
    2016-08-14 7.0.2-9 Cristy <quetzlzacatenango@image...>
    +
    2016-08-14 7.0.2-9 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.2-9, GIT revision 18707:2c02f09:20160814.
  • -
    2016-08-14 7.0.2-9 Cristy <quetzlzacatenango@image...>
    +
    2016-08-14 7.0.2-9 Cristy <quetzlzacatenango@image...>
  • Fix compile error in opencl.c (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=30289).
  • Eliminate compiler warning.
  • -
    2016-08-14 7.0.2-8 Cristy <quetzlzacatenango@image...>
    +
    2016-08-14 7.0.2-8 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.2-8, GIT revision 18698:74b1d5d:20160814.
  • -
    2016-08-07 7.0.2-8 Cristy <quetzlzacatenango@image...>
    +
    2016-08-07 7.0.2-8 Cristy <quetzlzacatenango@image...>
  • Prevent spurious removal of MPC cache files (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=30256).
  • Note alpha channel when combining 4 or more images (reference https://github.com/ImageMagick/ImageMagick/issues/250).
  • -
    2016-08-06 7.0.2-7 Cristy <quetzlzacatenango@image...>
    +
    2016-08-06 7.0.2-7 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.2-7, GIT revision 10980:ecc03a2:20160806.
  • -
    2016-08-01 7.0.2-7 Cristy <quetzlzacatenango@image...>
    +
    2016-08-01 7.0.2-7 Cristy <quetzlzacatenango@image...>
  • Evaluate lazy pixel cache morphology to prevent buffer overflow (bug report from Ibrahim M. El-Sayed).
  • Prevent buffer overflow (bug report from Max Thrane).
  • Prevent memory use after free (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=30245).
  • -
    2016-07-30 7.0.2-6 Cristy <quetzlzacatenango@image...>
    +
    2016-07-30 7.0.2-6 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.2-6, GIT revision 18651:df24175:20160729.
  • -
    2016-07-29 7.0.2-6 Cristy <quetzlzacatenango@image...>
    +
    2016-07-29 7.0.2-6 Cristy <quetzlzacatenango@image...>
  • Support -region option (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=1&t=29692).
  • -
    2016-07-21 7.0.2-5 Cristy <quetzlzacatenango@image...>
    +
    2016-07-21 7.0.2-5 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.2-5, GIT revision 18627:2b5ddbd:20160721.
  • -
    2016-07-13 7.0.2-5 Cristy <quetzlzacatenango@image...>
    +
    2016-07-13 7.0.2-5 Cristy <quetzlzacatenango@image...>
  • Fix MVG stroke-opacity (reference https://github.com/ImageMagick/ImageMagick/issues/229).
  • Prevent possible buffer overflow when reading TIFF images (bug report from Shi Pu of MS509 Team).
  • Initialize index channel to get expected results from the stegano coder.
  • -
    2016-07-11 7.0.2-4 Cristy <quetzlzacatenango@image...>
    +
    2016-07-11 7.0.2-4 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.2-4, GIT revision 18591:50debe5:20160710.
  • -
    2016-07-10 7.0.2-4 Cristy <quetzlzacatenango@image...>
    +
    2016-07-10 7.0.2-4 Cristy <quetzlzacatenango@image...>
  • To comply with the SVG standard, use stroke-opacity for transparent strokes.
  • Define CompositeChannels mask to Red, Green, Blue, Alpha, and Black.
  • -
    2016-07-09 7.0.2-3 Cristy <quetzlzacatenango@image...>
    +
    2016-07-09 7.0.2-3 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.2-3, GIT revision 18572:28560fc:20160709.
  • -
    2016-07-01 7.0.2-3 Cristy <quetzlzacatenango@image...>
    +
    2016-07-01 7.0.2-3 Cristy <quetzlzacatenango@image...>
  • Patch so -kuwahara option can preserve colormapped edges.
  • The histogram coder now returns the correct extent.
  • Use CopyMagickString() rather than CopyMagickMemory() for strings.
  • -
    2016-06-26 7.0.2-2 Cristy <quetzlzacatenango@image...>
    +
    2016-06-26 7.0.2-2 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.2-2, GIT revision 18514:a7b5b46:20160626.
  • -
    2016-06-23 7.0.2-2 Cristy <quetzlzacatenango@image...>
    -
  • Correct for numerical instability (reference https://github.com/ImageMagick/ImageMagick/issues/218).
    +
    2016-06-23 7.0.2-2 Cristy <quetzlzacatenango@image...>
    +
  • Correct for numerical instability (reference https://github.com/ImageMagick/ImageMagick/issues/218).
  • 2016-06-21 7.0.2-1 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.2-1, GIT revision 18479:931319b:20160622.
  • -
    2016-06-17 7.0.2-1 Dirk Lemstra <dirk@lem.....org>
    +
    2016-06-17 7.0.2-1 Dirk Lemstra <dirk@lem.....org>
  • Added support for GROUP4 compression to the FAX coder.
  • -
    2016-06-12 7.0.2-1 Cristy <quetzlzacatenango@image...>
    +
    2016-06-12 7.0.2-1 Cristy <quetzlzacatenango@image...>
  • Distort no longer converts grayscale image to sRGB (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=1&t=29895).
  • Don't return a zero bounding box for QueryMultilineFontMetrics() (reference https://github.com/ImageMagick/ImageMagick/issues/222).
  • -
    2016-06-12 7.0.2-0 Cristy <quetzlzacatenango@image...>
    +
    2016-06-12 7.0.2-0 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.2-0, GIT revision 10884:f0e15e8:20160612.
  • -
    2016-06-09 7.0.2-0 Cristy <quetzlzacatenango@image...>
    +
    2016-06-09 7.0.2-0 Cristy <quetzlzacatenango@image...>
  • Backoff finite precision epsilon (reference https://github.com/ImageMagick/ImageMagick/issues/215).
  • Fix drawing glitch for stroke widths greater than 2 (reference https://github.com/ImageMagick/ImageMagick/issues/218).
  • -
    2016-06-05 7.0.1-10 Cristy <quetzlzacatenango@image...>
    +
    2016-06-05 7.0.1-10 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.1-10, GIT revision 18406:ba4ad2d:20160607.
  • -
    2016-06-04 7.0.1-10 Cristy <quetzlzacatenango@image...>
    +
    2016-06-04 7.0.1-10 Cristy <quetzlzacatenango@image...>
  • Deny indirect reads by policy, remove policy to permit, e.g., convert caption:@mytext.txt ...
  • RLE check for pixel offset less than 0 (heap overflow report from Craig Young).
  • Properly initialze PES blocks (reference https://github.com/ImageMagick/ImageMagick/issues/213).
  • -
    2016-06-03 7.0.1-9 Cristy <quetzlzacatenango@image...>
    +
    2016-06-03 7.0.1-9 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.1-9, GIT revision 10847:339f803:20160602.
  • -
    2016-06-02 7.0.1-9 Cristy <quetzlzacatenango@image...>
    +
    2016-06-02 7.0.1-9 Cristy <quetzlzacatenango@image...>
  • Fix small memory leak (patch provided by Андрей Черный).
  • Coder path traversal is not authorized (bug report provided by Masaaki Chida).
  • Turn off alpha channel for the compare difference image (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=29828).
  • -
    2016-05-31 7.0.1-8 Cristy <quetzlzacatenango@image...>
    +
    2016-05-31 7.0.1-8 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.1-8, GIT revision 18334:97775b5:20160531.
  • -
    2016-05-31 7.0.1-8 Cristy <quetzlzacatenango@image...>
    +
    2016-05-31 7.0.1-8 Cristy <quetzlzacatenango@image...>
  • Support configure script --enable-pipes option to enable pipes (|) in filenames.
  • Support configure script --enable-indirect-reads option to enable indirect reads (@) in filenames.
  • -
    2016-05-30 7.0.1-7 Cristy <quetzlzacatenango@image...>
    +
    2016-05-30 7.0.1-7 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.1-7, GIT revision 18321:5511ef5:20160530.
  • -
    2016-05-25 7.0.1-7 Cristy <quetzlzacatenango@image...>
    +
    2016-05-25 7.0.1-7 Cristy <quetzlzacatenango@image...>
  • Security improvements to TEXT coder broke it (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=29754).
  • Fix stroke offset problem for -annotate (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=29626).
  • Don't interpret -fx option arguments (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=29774);
  • Add additional checks to DCM reader to prevent data-driven faults (bug report from Hanno Böck).
  • -
    2016-05-21 7.0.1-6 Cristy <quetzlzacatenango@image...>
    +
    2016-05-21 7.0.1-6 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.1-6, GIT revision 18241:d4f277c:20160521.
  • -
    2016-05-20 7.0.1-6 Cristy <quetzlzacatenango@image...>
    +
    2016-05-20 7.0.1-6 Cristy <quetzlzacatenango@image...>
  • Fixed proper placement of text annotation for east / west gravity.
  • -
    2016-05-18 7.0.1-5 Cristy <quetzlzacatenango@image...>
    +
    2016-05-18 7.0.1-5 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.1-5, GIT revision 10789:f7c2e89:20160518,
  • -
    2016-05-18 7.0.1-5 Cristy <quetzlzacatenango@image...>
    +
    2016-05-18 7.0.1-5 Cristy <quetzlzacatenango@image...>
  • Process channels independently for -channel -equalize (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=29708).
  • Fix pixel cache on disk regression (reference https://github.com/ImageMagick/ImageMagick/issues/202).
  • -
    2016-05-15 7.0.1-4 Cristy <quetzlzacatenango@image...>
    +
    2016-05-15 7.0.1-4 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.1-4, GIT revision 10778:52dae14:20160516.
  • -
    2016-05-10 7.0.1-4 Cristy <quetzlzacatenango@image...>
    +
    2016-05-10 7.0.1-4 Cristy <quetzlzacatenango@image...>
  • Prevent possible shell command injection vulnerability through the authenticate parameter of the PDF, PCL and XPS coders (report from Erez Turjeman).
  • Quote passwords when passed to a delegate program.
  • Iterate channels over source image rather than destination (bug report from Hanno Böck).
  • Can read geo-related EXIF metdata once-again (reference https://github.com/ImageMagick/ImageMagick/issues/198).
  • Sanitize all delegate emedded formatting characters.
  • Don't sync pixel cache in AcquireAuthenticCacheView() (bug report from Hanno Böck).
  • -
    2016-05-09 7.0.1-3 Cristy <quetzlzacatenango@image...>
    +
    2016-05-09 7.0.1-3 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.1-3, GIT revision 10755:d540dda:20160509.
  • -
    2016-05-07 7.0.1-3 Cristy <quetzlzacatenango@image...>
    +
    2016-05-07 7.0.1-3 Cristy <quetzlzacatenango@image...>
  • Remove https delegate.
  • -
    2016-05-06 7.0.1-2 Cristy <quetzlzacatenango@image...>
    +
    2016-05-06 7.0.1-2 Cristy <quetzlzacatenango@image...>
  • Release ImageMagick version 7.0.1-2, GIT revision 10741:5746147:20160507.
  • -
    2016-05-04 7.0.1-2 Cristy <quetzlzacatenango@image...>
    +
    2016-05-04 7.0.1-2 Cristy <quetzlzacatenango@image...>
  • Check for buffer overflow in magick/draw.c/DrawStrokePolygon().
  • Replace show delegate title with image filename rather than label.
  • Fix GetNextToken() off by one error.
  • Remove support for internal ephemeral coder.
  • -
    2016-05-03 7.0.1-1 Cristy <quetzlzacatenango@image...>
    +
    2016-05-03 7.0.1-1 Cristy <quetzlzacatenango@image...>
  • New version 7.0.1-1, GIT revision 10723:9fc8a0c:20160503.
  • -
    2016-05-03 7.0.1-1 Cristy <quetzlzacatenango@image...>
    +
    2016-05-03 7.0.1-1 Cristy <quetzlzacatenango@image...>
  • Sanitize input filename for http / https delegates (improved patch).
  • Fix for possible security vulnerabilities (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=4&t=29588).
  • -
    2016-04-30 7.0.1-0 Cristy <quetzlzacatenango@image...>
    +
    2016-04-30 7.0.1-0 Cristy <quetzlzacatenango@image...>
  • New version 7.0.1-0, GIT revision 10716:b527bce:20160430.
  • -
    2016-01-30 7.0.0-0 Fahad-Alsaidi & ShamsaHamed
    +
    2016-01-30 7.0.0-0 Fahad-Alsaidi & ShamsaHamed
  • Add support for languages that require complex text layout (reference https://github.com/ImageMagick/ImageMagick/pull/88).
  • -
    2012-04-27 7.0.0-0 Anthony thyssen <A.Thyssen@griffith...>
    +
    2012-04-27 7.0.0-0 Anthony thyssen <A.Thyssen@griffith...>
  • Allow the use of set and escapes when no images in memory (unless you attempt to access per-image meta-data) Currently does not include %[fx:...] and %[pixel:...]
  • -
    2012-10-05 7.0.0-0 Anthony thyssen <A.Thyssen@griffith...>
    +
    2012-10-05 7.0.0-0 Anthony thyssen <A.Thyssen@griffith...>
  • Rather than replicate 'options' into 'artifacts' make a link from image to image_info and lookup a global option if no artifact is defined.
  • -
    2012-09-11 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
    +
    2012-09-11 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
  • sigmoidal-contrast:
  • Remove unnecessary initial ClampToQuantum.
  • -
    2012-09-10 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
    +
    2012-09-10 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
  • sigmoidal-contrast:
  • Direct computation, without LUT;
  • Fix re-declaration of i (at the top, and inside a conditional).
  • -
    2012-09-04 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
    +
    2012-09-04 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
  • Add tanh/atanh clone of legacy sigmoidal map (faster & more accurate).
  • -
    2012-08-08 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
    +
    2012-08-08 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
  • Add final ClampToQuantum in sigmoidal colormap loop.
  • Remove OpenMP calls from colormap update loops.
  • -
    2011-08-01 7.0.0-0 Cristy <quetzlzacatenango@image...>
    +
    2011-08-01 7.0.0-0 Cristy <quetzlzacatenango@image...>
  • New version 7.0.0-0.
  • Donate • @@ -419,7 +417,6 @@ -

    - \ No newline at end of file + \ No newline at end of file diff --git a/www/cipher.html b/www/cipher.html index 1d1fe5a87..3cc67f014 100644 --- a/www/cipher.html +++ b/www/cipher.html @@ -5,34 +5,31 @@ - - - + + Encipher or Decipher an Image @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Encipher an Image • Decipher an Image • Encipher and Decipher Caveats

    @@ -137,7 +133,6 @@ Examples -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/color-management.html b/www/color-management.html index 2b172dda9..7a3b92850 100644 --- a/www/color-management.html +++ b/www/color-management.html @@ -5,34 +5,31 @@ - - - + + Color Management @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Color management has changed significantly between ImageMagick version 6.7.5-5 and 6.8.0-3 in order to better conform to color and grayscale standards.

    @@ -147,7 +143,6 @@ convert myimage_channels_*.png -set colorspace HSL -combine -colorspace RGB -set -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/color.html b/www/color.html index 955a1b9e0..18dbac3cd 100644 --- a/www/color.html +++ b/www/color.html @@ -5,34 +5,31 @@ - - - + + Color Names @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Example Usage • Color Model Specification • List of Color Names

    @@ -4948,7 +4944,6 @@ device-cmyk(0.11, 0.48, 0.83, 0.00) -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/command-line-options.html b/www/command-line-options.html index 13a0f0cbe..737bd3d27 100644 --- a/www/command-line-options.html +++ b/www/command-line-options.html @@ -5,34 +5,31 @@ - - - + + Command-line Options @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    ‑adaptive‑blur • ‑adaptive‑resize • ‑adaptive‑sharpen • ‑adjoin • ‑affine • ‑alpha • ‑annotate • ‑antialias • ‑append • ‑attenuate • ‑authenticate • ‑auto‑gamma • ‑auto‑level • ‑auto‑orient • ‑backdrop • ‑background • ‑bench • ‑bias • ‑black‑point‑compensation • ‑black‑threshold • ‑blend • ‑blue‑primary • ‑blue‑shift • ‑blur • ‑border • ‑bordercolor • ‑borderwidth • ‑brightness‑contrast • ‑cache • ‑canny • ‑caption • ‑cdl • ‑channel • ‑charcoal • ‑channel‑fx • ‑chop • ‑clamp • ‑clip • ‑clip‑mask • ‑clip‑path • ‑clone • ‑clut • ‑coalesce • ‑colorize • ‑colormap • ‑color‑matrix • ‑colors • ‑colorspace • ‑combine • ‑comment • ‑compare • ‑complex • ‑compose • ‑composite • ‑compress • ‑connected‑components • ‑contrast • ‑contrast‑stretch • ‑convolve • ‑copy • ‑crop • ‑cycle • ‑debug • ‑decipher • ‑deconstruct • ‑define • ‑delay • ‑delete • ‑density • ‑depth • ‑descend • ‑deskew • ‑despeckle • ‑direction • ‑displace • ‑display • ‑dispose • ‑dissimilarity‑threshold • ‑dissolve • ‑distort • ‑distribute‑cache • ‑dither • ‑draw • ‑duplicate • ‑edge • ‑emboss • ‑encipher • ‑encoding • ‑endian • ‑enhance • ‑equalize • ‑evaluate • ‑evaluate‑sequence • ‑extent • ‑extract • ‑family • ‑features • ‑fft • ‑fill • ‑filter • ‑flatten • ‑flip • ‑floodfill • ‑flop • ‑font • ‑foreground • ‑format • ‑format[identify] • ‑frame • ‑frame[import] • ‑function • ‑fuzz • ‑fx • ‑gamma • ‑gaussian‑blur • ‑geometry • ‑gravity • ‑grayscale • ‑green‑primary • ‑hald‑clut • ‑help • ‑highlight‑color • ‑hough‑lines • ‑iconGeometry • ‑iconic • ‑identify • ‑ift • ‑immutable • ‑implode • ‑insert • ‑intensity • ‑intent • ‑interlace • ‑interpolate • ‑interline‑spacing • ‑interword‑spacing • ‑kerning • ‑kuwahara • ‑label • ‑lat • ‑layers • ‑level • ‑level‑colors • ‑limit • ‑linear‑stretch • ‑linewidth • ‑liquid‑rescale • ‑list • ‑log • ‑loop • ‑lowlight‑color • ‑magnify • ‑map • ‑map[stream] • ‑mattecolor • ‑median • ‑mean‑shift • ‑metric • ‑mode • ‑modulate • ‑moments • ‑monitor • ‑monochrome • ‑morph • ‑morphology • ‑mosaic • ‑motion‑blur • ‑name • ‑negate • ‑noise • ‑normalize • ‑opaque • ‑ordered‑dither • ‑orient • ‑page • ‑paint • ‑path • ‑pause[animate] • ‑pause[import] • ‑perceptible • ‑ping • ‑pointsize • ‑polaroid • ‑poly • ‑posterize • ‑precision • ‑preview • ‑print • ‑process • ‑profile • ‑quality • ‑quantize • ‑quiet • ‑radial‑blur • ‑raise • ‑random‑threshold • ‑read‑mask • ‑red‑primary • ‑regard‑warnings • ‑region • ‑remap • ‑remote • ‑render • ‑repage • ‑resample • ‑resize • ‑respect‑parentheses • ‑reverse • ‑roll • ‑rotate • ‑sample • ‑sampling‑factor • ‑scale • ‑scene • ‑screen • ‑seed • ‑segment • ‑selective‑blur • ‑separate • ‑sepia‑tone • ‑set • ‑shade • ‑shadow • ‑shared‑memory • ‑sharpen • ‑shave • ‑shear • ‑sigmoidal‑contrast • ‑silent • ‑similarity‑threshold • ‑size • ‑sketch • ‑smush • ‑snaps • ‑solarize • ‑sparse‑color • ‑splice • ‑spread • ‑statistic • ‑stegano • ‑stereo • ‑storage‑type • ‑stretch • ‑strip • ‑stroke • ‑strokewidth • ‑style • ‑subimage‑search • ‑swap • ‑swirl • ‑synchronize • ‑taint • ‑text‑font • ‑texture • ‑threshold • ‑thumbnail • ‑tile • ‑tile‑offset • ‑tint • ‑title • ‑transform • ‑transparent • ‑transparent‑color • ‑transpose • ‑transverse • ‑treedepth • ‑trim • ‑type • ‑undercolor • ‑unique‑colors • ‑units • ‑unsharp • ‑update • ‑verbose • ‑version • ‑view • ‑vignette • ‑virtual‑pixel • ‑visual • ‑watermark • ‑wave • ‑wavelet‑denoise • ‑weight • ‑white‑point • ‑white‑threshold • ‑window • ‑window‑group • ‑write • ‑write‑mask

    Below is list of command-line options recognized by the ImageMagick command-line tools. If you want a description of a particular option, click on the option name in the navigation bar above and you will go right to it. Unless otherwise noted, each option is recognized by the commands: convert and mogrify.

    @@ -8092,7 +8088,6 @@ but with strict boolean masking.

    -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/command-line-processing.html b/www/command-line-processing.html index 334b5179b..aeaa34d25 100644 --- a/www/command-line-processing.html +++ b/www/command-line-processing.html @@ -5,34 +5,31 @@ - - - + + Command-line Processing @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    The Anatomy of the Command-line • Input Filename • Command-line Options • Output Filename

    @@ -685,7 +681,6 @@ magick -define stream:buffer-size=0 logo: gif:- | display gif:- -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/command-line-tools.html b/www/command-line-tools.html index e4f100897..28f4fbac4 100644 --- a/www/command-line-tools.html +++ b/www/command-line-tools.html @@ -5,34 +5,31 @@ - - - + + Command-line Tools @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    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 Gimp or Photoshop. 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.

    @@ -104,7 +100,6 @@ magick convert logo: logo.jpg -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/compare.html b/www/compare.html index 98713f0f7..b8ad31d57 100644 --- a/www/compare.html +++ b/www/compare.html @@ -5,34 +5,31 @@ - - - + + Command-line Tools: Compare @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Example Usage • Option Summary

    @@ -412,7 +408,6 @@ transparent, extract, background, or shape the alpha channel -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/compose.html b/www/compose.html index 384cfa5d3..d8c304bf0 100644 --- a/www/compose.html +++ b/www/compose.html @@ -5,34 +5,31 @@ - - - + + Alpha Compositing @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    This page descibed the Image composition methods that is used to define how @@ -641,6 +637,5 @@ href="https://www.imagemagick.org/script/command-line-options.html#list">-list c -

    diff --git a/www/composite.html b/www/composite.html index 60ba7a290..88ae757d0 100644 --- a/www/composite.html +++ b/www/composite.html @@ -5,34 +5,31 @@ - - - + + Command-line Tools: Composite @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Example Usage • Option Summary

    @@ -523,7 +519,6 @@ transparent, extract, background, or shape the alpha channel -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/conjure.html b/www/conjure.html index b7b26803c..bbfd88620 100644 --- a/www/conjure.html +++ b/www/conjure.html @@ -5,34 +5,31 @@ - - - + + Command-line Tools: Conjure @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Example Usage • Option Summary • Magick Scripting Language (MSL)

    @@ -1135,7 +1131,6 @@ fill="color name", channel="All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/connected-components.html b/www/connected-components.html index 426d18446..1aa3f80d0 100644 --- a/www/connected-components.html +++ b/www/connected-components.html @@ -5,34 +5,31 @@ - - - + + Connected Components Labeling @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Connected-component labeling (alternatively connected-component analysis, blob extraction, region labeling, blob discovery, or region extraction) uniquely labels connected components in an image. The labeling process scans the image, pixel-by-pixel from top-left to bottom-right, in order to identify connected pixel regions, i.e. regions of adjacent pixels which share the same set of intensity values. For example, let's find the objects in this image:

      @@ -118,7 +114,6 @@ Objects (id: bounding-box centroid area mean-color): -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/contact.html b/www/contact.html index a9ce315c6..1b7617e3e 100644 --- a/www/contact.html +++ b/www/contact.html @@ -5,34 +5,31 @@ - - - + + Contact the Development Team @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Post here for any of the issues listed below. You can expect a response from our team if your issue is a sponsorship, license, security, or paid support issue. If you require a response for any other issue, post to the ImageMagick public forums. You can also post bug reports to the issues forum. Note, we do not offer sponsored links nor do we respond to solicitations.

    @@ -131,6 +127,5 @@ -
    diff --git a/www/convert.html b/www/convert.html index 913a108ab..2f12bc98e 100644 --- a/www/convert.html +++ b/www/convert.html @@ -5,34 +5,31 @@ - - - + + Command-line Tools: Convert @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Use the convert program to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. See Command Line Processing for advice on how to structure your convert command or see below for example usages of the command.

    @@ -1319,7 +1315,6 @@ transparent, extract, background, or shape the alpha channel -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/develop.html b/www/develop.html index 2fb73aa23..5a2f8496c 100644 --- a/www/develop.html +++ b/www/develop.html @@ -5,34 +5,31 @@ - - - + + Develop @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    ImageMagick includes a number of ready-made interfaces. This makes it possible to modify or create images automagically and dynamically utilizing your favorite development platform.

    @@ -183,7 +179,6 @@ -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/display.html b/www/display.html index 7a502370c..a61cb0445 100644 --- a/www/display.html +++ b/www/display.html @@ -5,34 +5,31 @@ - - - + + Command-line Tools: Display @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Example Usage • Option Summary

    @@ -565,7 +561,6 @@ transparent, extract, background, or shape the alpha channel -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/distribute-pixel-cache.html b/www/distribute-pixel-cache.html index 08fe5e35d..f81082cfd 100644 --- a/www/distribute-pixel-cache.html +++ b/www/distribute-pixel-cache.html @@ -5,34 +5,31 @@ - - - + + Distributed Pixel Cache @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    A distributed pixel cache is an extension of the traditional pixel cache available on a single host. The distributed pixel cache may span multiple servers so that it can grow in size and transactional capacity to support very large images or large image sequences. Start up the pixel cache server on one or more hosts. When you read or operate on an image and the local pixel cache resources are exhausted, ImageMagick contacts one or more of these remote pixel servers to store or retrieve pixels.

    For really large images or large image sequences, or if there is limited resources on your host, you can utilize a distributed pixel cache on one or more remote hosts. Here we create two distributed pixel caches and utilize them from our desktop:

    @@ -86,7 +82,6 @@ convert -limit memory 1GiB -limit map 2GiB -limit disk 4GiB \ -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/download.html b/www/download.html index bd5cd20dc..508093651 100644 --- a/www/download.html +++ b/www/download.html @@ -5,34 +5,31 @@ - - - + + Download @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Unix Binary Release • Mac OS X Binary Release • iOS Binary Release • Windows Binary Release

    @@ -463,7 +459,6 @@ objShell.Exec("magick ""e:/myimages/image.png"" ""e:/myimages/image.jpg""") -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/escape.html b/www/escape.html index 7f0df6557..0dd02bf07 100644 --- a/www/escape.html +++ b/www/escape.html @@ -5,34 +5,31 @@ - - - + + Format and Print Image Properties @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    There are copious amounts of extra data associated with images (metadata), beyond the actual image pixels. This metadata can be useful, either for display, or for various calculations, or in modifying the behavior of later image processing operations. You can utilize percent escapes in a number of options, for example in -format or in montage -label, to print various properties and other settings associated with an image.

    @@ -884,7 +880,6 @@ Post ObjectData Descriptor Record -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/examples.html b/www/examples.html index c91f3215d..51469fae7 100644 --- a/www/examples.html +++ b/www/examples.html @@ -5,34 +5,31 @@ - - - + + Examples of ImageMagick Usage @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    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 PerlMagick script, examples.pl.

    @@ -77,7 +73,6 @@ -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/exception.html b/www/exception.html index 60c4ce39f..6584c853a 100644 --- a/www/exception.html +++ b/www/exception.html @@ -5,34 +5,31 @@ - - - + + Exceptions @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    ImageMagick returns a status of 0 whenever a command or algorithm successfully complete without complaint. A warning code generally is typically just a notice that something unusual occurred but the command or algorithm still completed and most likely the results are still usable. An error means the command or algorithm could not complete as expected and any results are unreliable. A fatal error means the command or algorithm could not complete and the process exits prematurely and no results are returned.

    @@ -266,7 +262,6 @@ -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/export.html b/www/export.html index 40d100342..c62f02ed2 100644 --- a/www/export.html +++ b/www/export.html @@ -5,34 +5,31 @@ - - - + + Export Classification @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    ImageMagick Studio LLC is a limited liability corporation based in the United States of America. All of our products are developed via online collaboration in public forums and distributed from a central server within the U.S. Therefore, U.S. export laws and regulations apply to our distributions and remain in force as products and technology are re-exported to different parties and places around the world. Information on export control classifications and associated restrictions may be required for exporting, re-exporting, record keeping, bundling/embedding of ImageMagick products, encryption reporting, and shipping documentation. More information on U.S. Export Regulations can be found at the U. S. Bureau of Industry and Security.

    @@ -77,7 +73,6 @@ -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/formats.html b/www/formats.html index 455776481..bc8b4862b 100644 --- a/www/formats.html +++ b/www/formats.html @@ -5,34 +5,31 @@ - - - + + Formats @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    A Word about Colorspaces • Supported Formats • Pseudo Formats • Built-in Images • Built-in Patterns • Embedded Profiles

    @@ -1964,7 +1960,6 @@ convert \( -size 15x15 canvas:black canvas:white -append \) \ -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/fx.html b/www/fx.html index 862a17e76..daab0a0a5 100644 --- a/www/fx.html +++ b/www/fx.html @@ -5,34 +5,31 @@ - - - + + The Fx Special Effects Image Operator @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    The Fx Special Effects Image Operator • The Anatomy of an Fx Expression

    @@ -417,7 +413,6 @@ convert rose: -duplicate 29 -virtual-pixel Gray -distort SRT '%[fx:360.0*t/n]' \ -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/gradient.html b/www/gradient.html index ca759fa9a..5e0ccac67 100644 --- a/www/gradient.html +++ b/www/gradient.html @@ -5,34 +5,31 @@ - - - + + Image Gradients @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    An image gradient creates a gradual blend between two colors formed into a shape that is linear, circular, or ellipical.

    @@ -238,7 +234,6 @@ convert -size 256x256 -define gradient:radii=128,64 -define gradient:angle=45 ra -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html index b5d9630a1..806b1c250 100644 --- a/www/high-dynamic-range.html +++ b/www/high-dynamic-range.html @@ -5,34 +5,31 @@ - - - + + High Dynamic-Range Images @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    High dynamic-range imaging (HDRI) permits a far greater dynamic range of exposures (i.e. a large difference between light and dark areas) than standard digital imaging techniques. HDRI accurately represents the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows. The HDR imaging approach includes:

    @@ -104,7 +100,6 @@ Features: HDRI -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/history.html b/www/history.html index e1db4fee7..a9513cfe2 100644 --- a/www/history.html +++ b/www/history.html @@ -5,34 +5,31 @@ - - - + + History @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    I swear by my life and my love of it that I will never live for the sake of another man, nor ask another man to live for mine.
    -- John Galt in "Atlas Shrugged", by Ayn Rand

    @@ -94,7 +90,6 @@ I swear by my life and my love of it that I will never live for the sake of anot -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/identify.html b/www/identify.html index 2e24ac23b..a904d5cc8 100644 --- a/www/identify.html +++ b/www/identify.html @@ -5,34 +5,31 @@ - - - + + Command-line Tools: Identify @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Example Usage • Option Summary

    @@ -426,7 +422,6 @@ transparent, extract, background, or shape the alpha channel -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/import.html b/www/import.html index 0edf18693..e4fc0735f 100644 --- a/www/import.html +++ b/www/import.html @@ -5,34 +5,31 @@ - - - + + Command-line Tools: Import @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Example Usage • Option Summary

    @@ -424,7 +420,6 @@ magick import -window root screen.ps -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/index.html b/www/index.html index 3622798a6..88ed87c24 100644 --- a/www/index.html +++ b/www/index.html @@ -5,34 +5,31 @@ - - - + + Convert, Edit, Or Compose Bitmap Images @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Features and Capabilities • News • Community

    @@ -236,7 +232,6 @@ Use ImageMagick -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/install-source.html b/www/install-source.html index e597431d4..12d8ec7f6 100644 --- a/www/install-source.html +++ b/www/install-source.html @@ -5,34 +5,31 @@ - - - + + Install from Source @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Install from Unix Source • Install from Windows Source

    @@ -159,7 +155,6 @@ validate -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/jp2.html b/www/jp2.html index ce1bfb14d..83ab501cb 100644 --- a/www/jp2.html +++ b/www/jp2.html @@ -5,34 +5,31 @@ - - - + + JP2 Encoding Options @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    ImageMagick's JPEG-2000 image formats, JP2 and JPC, accept a plethora of encoding options as detailed below. As an example, suppose you are interested in these options:

    @@ -161,7 +157,6 @@ convert wizard.png -resize 4096x2160! -depth 12 wizard.jp2 -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/license.html b/www/license.html index 32b4731c4..bc7e34d55 100644 --- a/www/license.html +++ b/www/license.html @@ -5,34 +5,31 @@ - - - + + License @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/links.html b/www/links.html index 525800324..ffeb5f9bd 100644 --- a/www/links.html +++ b/www/links.html @@ -5,34 +5,31 @@ - - - + + Related Web Sites @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/magick++.html b/www/magick++.html index d871ca8ca..d39978b03 100644 --- a/www/magick++.html +++ b/www/magick++.html @@ -5,34 +5,31 @@ - - - + + Magick++, C++ API @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Documentation • Obtaining Magick++ • Installation • Reporting Bugs

    @@ -184,7 +180,6 @@ int main(int argc,char **argv) -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/magick-core.html b/www/magick-core.html index 944822d28..6437574fa 100644 --- a/www/magick-core.html +++ b/www/magick-core.html @@ -5,34 +5,31 @@ - - - + + MagickCore, Low-level C API @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exlusively access the structure members directly. A description of the MagickCore public methods are found here:

    @@ -328,7 +324,6 @@ int main(int argc,char **argv) -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/magick-script.html b/www/magick-script.html index b4f606c31..d414fb6bd 100644 --- a/www/magick-script.html +++ b/www/magick-script.html @@ -5,34 +5,31 @@ - - - + + Command-line Tools: Magick-script @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Use the magick-script scripting language to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. See Command Line Processing for advice on how to structure your convert command or see below for example usages of the command.

    @@ -1279,7 +1275,6 @@ transparent, extract, background, or shape the alpha channel -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/magick-vector-graphics.html b/www/magick-vector-graphics.html index 3b4f74bbb..275be2e0a 100644 --- a/www/magick-vector-graphics.html +++ b/www/magick-vector-graphics.html @@ -5,34 +5,31 @@ - - - + + Magick Vector Graphics @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    MVG Overview • Drawing Primitives

    @@ -878,7 +874,6 @@ round -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/magick-wand.html b/www/magick-wand.html index f47acf9cc..7a07eef4b 100644 --- a/www/magick-wand.html +++ b/www/magick-wand.html @@ -5,34 +5,31 @@ - - - + + MagickWand, C API @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    The MagickWand API is the recommended interface between the C programming language and the ImageMagick image processing libraries. Unlike the MagickCore C API, MagickWand uses only a few opaque types. Accessors are available to set or get important wand properties. A description of the MagickWand public methods are found here:

    @@ -380,7 +376,6 @@ int main(int argc,char **argv) -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/magick.html b/www/magick.html index 762c6430e..3317d8dcb 100644 --- a/www/magick.html +++ b/www/magick.html @@ -5,34 +5,31 @@ - - - + + Command-line Tools: Magick @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Use the magick program to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. See Command Line Processing for advice on how to structure your convert command or see below for example usages of the command.

    @@ -1321,7 +1317,6 @@ transparent, extract, background, or shape the alpha channel -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/miff.html b/www/miff.html index 4e4b240e4..fe28b0f5a 100644 --- a/www/miff.html +++ b/www/miff.html @@ -5,34 +5,31 @@ - - - + + Magick Image File Format @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    MIFF Header • MIFF Binary Data

    @@ -242,7 +238,6 @@ or fewer colors in the image, each byte of image data contains an index value. I -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/mirror.html b/www/mirror.html index fa21f80da..c616c0123 100644 --- a/www/mirror.html +++ b/www/mirror.html @@ -5,34 +5,31 @@ - - - + + Mirror @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    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 Git. Before you download, you may want to review recent changes to the ImageMagick distribution. The authoritative source code repository is http://git.imagemagick.org/repos/ImageMagick.

    The latest release of ImageMagick is version 7.0.6-0.

    @@ -112,7 +108,6 @@ -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/mogrify.html b/www/mogrify.html index 4212d7c6f..83f0f2eb5 100644 --- a/www/mogrify.html +++ b/www/mogrify.html @@ -5,34 +5,31 @@ - - - + + Command-line Tools: Mogrify @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Example Usage • Option Summary

    @@ -1294,7 +1290,6 @@ transparent, extract, background, or shape the alpha channel -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/montage.html b/www/montage.html index d7aa10870..c484a0201 100644 --- a/www/montage.html +++ b/www/montage.html @@ -5,34 +5,31 @@ - - - + + Command-line Tools: Montage @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Example Usage • Option Summary

    @@ -635,7 +631,6 @@ transparent, extract, background, or shape the alpha channel -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/motion-picture.html b/www/motion-picture.html index 0398f080c..9ed960695 100644 --- a/www/motion-picture.html +++ b/www/motion-picture.html @@ -5,34 +5,31 @@ - - - + + Motion Picture Digital Images @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Log Format • DPX Properties • DPX Settings

    @@ -191,7 +187,6 @@ convert bluebells.dpx -define dpx:television.time.code=10:00:02:15 bluebells-001 -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/opencl.html b/www/opencl.html index b31735a3c..c29110224 100644 --- a/www/opencl.html +++ b/www/opencl.html @@ -5,34 +5,31 @@ - - - + + Parallel Execution with OpenCL @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    The following is a list of image operators that have been OpenCL-accelerated:

    @@ -119,7 +115,6 @@ InitImageMagickOpenCL(MAGICK_OPENCL_DEVICE_SELECT_USER, (void*)(myDevices+2), NU -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/openmp.html b/www/openmp.html index 2f0f68eca..2e8ddf0fe 100644 --- a/www/openmp.html +++ b/www/openmp.html @@ -5,34 +5,31 @@ - - - + + Parallel Execution with OpenMP @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Many of ImageMagick's internal algorithms are threaded to take advantage of speed-ups offered by the multicore processor chips and OpenMP. OpenMP, is an API specification for parallel programming. If your compiler supports OpenMP (e.g. gcc, Visual Studio 2005) directives, ImageMagick automatically includes support. To verify, look for the OpenMP feature of ImageMagick with this command:

    @@ -98,7 +94,6 @@ Performance[8]: 40i 4.831ips 0.872e 15.680u 0:02.070 -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/perl-magick.html b/www/perl-magick.html index b85e3e617..903439ad4 100644 --- a/www/perl-magick.html +++ b/www/perl-magick.html @@ -5,34 +5,31 @@ - - - + + PerlMagick, Perl API @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/porting.html b/www/porting.html index 80bc535cb..6c25d7e29 100644 --- a/www/porting.html +++ b/www/porting.html @@ -5,34 +5,31 @@ - - - + + Porting to ImageMagick Version 7 @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    ImageMagick Version 7 • High Dynamic Range Imaging • Pixel Channels • Alpha • Grayscale • Masks • MagickCore API • Header Files • Deprecated Features Removed • Command-line Interface • Version 7 Change Summary

    @@ -661,7 +657,6 @@ example "+annotate", "+resize", "+clut", and "+draw" .

    -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/quantize.html b/www/quantize.html index de7898370..75b6cc897 100644 --- a/www/quantize.html +++ b/www/quantize.html @@ -5,34 +5,31 @@ - - - + + Color Reduction Utilizing Adaptive Spatial Subdivision @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Algorithm Description • Measuring Color Reduction Error

    @@ -199,6 +195,5 @@ while number of nodes with (n2 > 0) > required maximum number of colors -
    diff --git a/www/resources.html b/www/resources.html index e9895dfa9..46384a2fc 100644 --- a/www/resources.html +++ b/www/resources.html @@ -5,34 +5,31 @@ - - - + + Resources @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Configuration Files • Modules • Fonts • Environment Variables

    @@ -380,7 +376,6 @@ $MAGICK_FONT_PATH -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/search.html b/www/search.html index 1bde70a37..2e3a07669 100644 --- a/www/search.html +++ b/www/search.html @@ -5,34 +5,31 @@ - - - + + Search @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    @@ -109,6 +105,5 @@ -
    diff --git a/www/security-policy.html b/www/security-policy.html index 8d437d504..3873fb4d3 100644 --- a/www/security-policy.html +++ b/www/security-policy.html @@ -5,34 +5,31 @@ - - - + + Security Policy @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Security Policy • Zero Configuration Security Policy • Other Security Considerations

    @@ -209,7 +205,6 @@ static const char -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/sitemap.html b/www/sitemap.html index 98605cde9..cb678c4ff 100644 --- a/www/sitemap.html +++ b/www/sitemap.html @@ -5,34 +5,31 @@ - - - + + Sitemap @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/stream.html b/www/stream.html index b32c17cd8..a5a1b892a 100644 --- a/www/stream.html +++ b/www/stream.html @@ -5,34 +5,31 @@ - - - + + Command-line Tools: Stream @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    Example Usage • Option Summary

    @@ -269,7 +265,6 @@ magick stream -map i -storage-type double 'image.tif[100x100+30+40]' gray.raw -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/subversion.html b/www/subversion.html index 572402584..810fbd312 100644 --- a/www/subversion.html +++ b/www/subversion.html @@ -5,34 +5,31 @@ - - - + + Subversion @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    The ImageMagick stable and development source releases are available from Subversion. This a convenient way for developers to download the ImageMagick source, fix bugs, or add new features.

    @@ -93,7 +89,6 @@ svn update -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/support.html b/www/support.html index 33b1b19d2..b53a9f41b 100644 --- a/www/support.html +++ b/www/support.html @@ -5,34 +5,31 @@ - - - + + Support ImageMagick Development @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -
    - \ No newline at end of file + \ No newline at end of file diff --git a/www/webp.html b/www/webp.html index 40e1c35ed..b8d05fcf6 100644 --- a/www/webp.html +++ b/www/webp.html @@ -5,34 +5,31 @@ - - - + + WebP Encoding Options @ ImageMagick - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + -
    +
    -

    ImageMagick's WebP image format accepts a plethora of encoding options as detailed below. As an example, suppose you are interested in these options:

    @@ -179,7 +175,6 @@ convert wizard.png -quality 50 -define webp:lossless=true wizard.webp -
    - \ No newline at end of file + \ No newline at end of file