ImageMagick Changelog

What's new in ImageMagick 7.1.0-5

Aug 22, 2021
  • Added option (-dng:read-thumbnail=true) to read the thumbnail of a raw image and store it as a profile called dng:thumbnail.
  • Heap-based buffer overflow in TIFF coder (alert from Hunter Mitchell).
  • Grayscale image write optimization.

New in ImageMagick 7.1.0-4 (Jul 19, 2021)

  • Trim no longer returns an empty image on 1-pixel width input (reference https://github.com/ImageMagick/ImageMagick/issues/3896).
  • Remove virtual canvas offset from difference image.

New in ImageMagick 7.1.0-3 (Jul 18, 2021)

  • system() is not supported under IOS.
  • accelerate subimage-search with FFT's (contributed by Fred).

New in ImageMagick 7.1.0-1 (Jun 21, 2021)

  • GIT revision 18826:1f1b43ea7:20210620

New in ImageMagick 7.0.11-13 (May 31, 2021)

  • Fixed reading and writing the XMP chunk in a WebP image
  • Label and caption sanity check is too conservative.

New in ImageMagick 7.0.11-13 (May 18, 2021)

  • Fixed reading and writing the XMP chunk in a WebP image
  • label and caption sanity check is too conservative.

New in ImageMagick 7.0.11-12 (May 9, 2021)

  • The HEIC depth image will now only be read when the define heic:depth-image is true.
  • -layers optimize no longer produces broken output (reference https://github.com/ImageMagick/ImageMagick/issues/3520).

New in ImageMagick 7.0.11-11 (May 5, 2021)

  • Release ImageMagick version 7.0.11-9 GIT revision 18...
  • Optimize CompareImageBounds().

New in ImageMagick 7.0.11-10 (Apr 29, 2021)

  • Release ImageMagick version 7.0.11-9 GIT revision 18...
  • Optimize CompareImageBounds().

New in ImageMagick 7.0.11-8 (Apr 19, 2021)

  • Added support for pdf:author, pdf:producer and pdf:title when writing a PDF file.

New in ImageMagick 7.0.11-4 (Mar 21, 2021)

  • support caption:split define (reference https://github.com/ImageMagick/ImageMagick/discussions/3389).

New in ImageMagick 7.0.11-3 (Mar 8, 2021)

  • Eliminate multiple division by zero exceptions (reference https://github.com/ImageMagick/ImageMagick/issues/3339 and others).

New in ImageMagick 7.0.11-2 (Feb 28, 2021)

  • Release ImageMagick version 7.0.11-2 GIT revision 18462:cd5b6fb4f:20210221

New in ImageMagick 7.0.11-0 (Feb 14, 2021)

  • Bump minor version
  • Allow reading multichannel PSD files with 1 or 2 channels.
  • Respect masks when computing SSIM metric (reference https://github.com/ImageMagick/ImageMagick/discussions/3212).

New in ImageMagick 7.0.10-62 (Feb 8, 2021)

  • trim not working as expected (reference https://github.com/ImageMagick/ImageMagick/discussions/3172).
  • possible undefined behavior (reference https://github.com/ImageMagick/ImageMagick/issues/3195).
  • sanitize buggy ascender and descender values (reference https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980202).

New in ImageMagick 7.0.10-61 (Feb 1, 2021)

  • dng:decode element in delegates.xml quoted incorrectly (reference https://github.com/ImageMagick/ImageMagick/issues/3156).

New in ImageMagick 7.0.10-60 (Feb 1, 2021)

  • revert configure script for validating JXL delegate library.
  • the distributed pixel cache now properly deserializes the image attributes.

New in ImageMagick 7.0.10-59 (Jan 25, 2021)

  • Strip EXIF marker from profile (reference https://github.com/ImageMagick/ImageMagick/issues/3140).
  • Add --enable-opencl to the configure command-line to enable OpenCL support.
  • Generate histograms by comparing pixel components rather than color (reference https://github.com/ImageMagick/ImageMagick/discussions/3142).

New in ImageMagick 7.0.10-58 (Jan 17, 2021)

  • Identify the convex hull and minimum bounding box attributes of an image with the -define identify:convex-hull=true define.
  • Set the quality to 100 to produce lossless HEIC images (reference https://github.com/ImageMagick/ImageMagick/pull/3116).
  • Properly identify SVG images (reference https://github.com/ImageMagick/ImageMagick/issues/3117).
  • Duplicate operator: inverse range parameter working again (reference https://github.com/ImageMagick/ImageMagick/issues/3113).

New in ImageMagick 7.0.10-57 (Jan 10, 2021)

  • Update automake/aucong configuration files.
  • Additional checks to prevent integer overflow.

New in ImageMagick 7.0.10-54 (Jan 6, 2021)

  • Replaced jxl coder with an implementation that uses the jpeg-xl reference library.
  • Added -define trim:edges=(north,east,south,west) that can be used to trim a single or multiple edges.

New in ImageMagick 7.0.10-53 (Dec 24, 2020)

  • Release ImageMagick version 7.0.10-53 GIT revision 18083:3b141f557:20201224

New in ImageMagick 7.0.10-52 (Dec 20, 2020)

  • return alpha bytes with stream utility (reference https://github.com/ImageMagick/ImageMagick/discussions/2862).
  • percentage -border in x no longer adds one pixel border in y (reference https://github.com/ImageMagick/ImageMagick/issues/2978).

New in ImageMagick 7.0.10-51 (Dec 18, 2020)

  • reduce time to identify PDF/PS/XPS/PCL image width/height

New in ImageMagick 7.0.10-50 (Dec 16, 2020)

  • revert patch to ready gray alpha TIFF image.

New in ImageMagick 7.0.10-49 (Dec 15, 2020)

  • Correct previous patch to read planar RGB TIFF images.

New in ImageMagick 7.0.10-48 (Dec 11, 2020)

  • Repair unit test failures (reference https://github.com/ImageMagick/ImageMagick/issues/2959).

New in ImageMagick 7.0.10-47 (Dec 10, 2020)

  • Support YAML image format.
  • Use generic TIFF read method for LZW-compressed strips

New in ImageMagick 7.0.10-46 (Dec 6, 2020)

  • possible TIFF related-heap buffer overflow (alert & POC by Hardik Shah).
  • set default system fault in policy.xml configuration file.
  • support portable float map format 16-bit half.

New in ImageMagick 7.0.10-45 (Nov 30, 2020)

  • Release ImageMagick version 7.0.10-45 GIT revision 17972:6c0cb7f72:20201130

New in ImageMagick 7.0.10-44 (Nov 29, 2020)

  • correct reading of first row in TIFF decoder.
  • correct rotation parameter for SVG transform.

New in ImageMagick 7.0.10-43 (Nov 24, 2020)

  • add padding to AcquirePolicyString().

New in ImageMagick 7.0.10-42 (Nov 23, 2020)

  • revert memory patch to avert possible thread lock.
  • add support for FilmLight FL32 image format.

New in ImageMagick 7.0.10-40 (Nov 23, 2020)

  • remove Linux shell artifact from Windows delegate configuration file.
  • fix shell injection vulnerability via the -authenticate option (reference alex@cure...).

New in ImageMagick 7.0.10-39 (Nov 18, 2020)

  • Support DPX 4:2:2 sampling.
  • Fix shell injection vulnerability via the -authenticate option (reference alex@cure...).

New in ImageMagick 7.0.10-38 (Nov 15, 2020)

  • Add image settings support to -fx.
  • Better support for TIFF YCbCr photometric.
  • Verify TTF glyph format before dereferencing (reference https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26932).
  • Force single HEIC image per container.

New in ImageMagick 7.0.10-37 (Nov 8, 2020)

  • Correct soversioning.

New in ImageMagick 7.0.10-35 (Nov 1, 2020)

  • Prefer ffmpeg over avconv.
  • Support median image statistic and median property.
  • Add -extend option to {display,animate,import}.

New in ImageMagick 7.0.10-34 (Oct 9, 2020)

  • Check for linux-compatible sendfile().

New in ImageMagick 7.0.10-33 (Oct 4, 2020)

  • miscellaneous clean-up.

New in ImageMagick 7.0.10-32 (Oct 4, 2020)

  • Enable WMF for module build.
  • Writing PDF requires a seekable stream.

New in ImageMagick 7.0.10-31 (Sep 27, 2020)

  • Add support for APNG (specify explicitly, e.g. apng:animate.png).
  • Add support for WEBM.

New in ImageMagick 7.0.10-30 (Sep 20, 2020)

  • Release ImageMagick version 7.0.10-30 GIT revision 17641:ab95f7264:20200919
  • Add endian support to JSON coder.
  • Regression: MapCache type cache allocation skipped (reference https://github.com/ImageMagick/ImageMagick6/issues/97).
  • Some DCM images include a thumbnail (reference https://github.com/ImageMagick/ImageMagick/pull/2558).

New in ImageMagick 7.0.10-28 (Aug 16, 2020)

  • Distorted clip path after -extent (reference https://github.com/ImageMagick/ImageMagick/issues/2414).
  • Paths in Photoshop EPS files are corrupted on conversion (reference https://github.com/ImageMagick/ImageMagick/issues/2413).

New in ImageMagick 7.0.10-27 (Aug 11, 2020)

  • Fix regression when detecting the libz delegate library.

New in ImageMagick 7.0.10-26 (Aug 9, 2020)

  • Release ImageMagick version 7.0.10-26 GIT revision 17520:9c2744359:20200808

New in ImageMagick 7.0.10-25 (Aug 2, 2020)

  • Remove UseCIEColor setting from PDF code as its use is not recommended.
  • Update to the latest documentation.

New in ImageMagick 7.0.10-24 (Jul 19, 2020)

  • To preserve compression of input image with the tiff encoder use: -define tiff:preserve-compression=true.

New in ImageMagick 7.0.10-23 (Jul 5, 2020)

  • Ensure that float is valid in ClampToQuantum() (reference https://github.com/ImageMagick/ImageMagick/pull/2219).
  • New pseudo-image format, ashlar, e.g. convert *.jpg -resize 320x320 ashlar:canvas.png).

New in ImageMagick 7.0.10-22 (Jun 28, 2020)

  • Fix wrapping of caption (reference https://github.com/ImageMagick/ImageMagick/issues/2178).
  • Sanity check of affine matrix when drawing.

New in ImageMagick 7.0.10-21 (Jun 23, 2020)

  • new image property, %N, only report the # of frames in an image sequence, just once rather than on a per frame basis
  • problems converting CMYK to RGB regression

New in ImageMagick 7.0.10-20 (Jun 21, 2020)

  • Fix out-of-bounds vulnerability when reading sixel images (reference https://github.com/ImageMagick/ImageMagick/issues/2143).

New in ImageMagick 7.0.10-19 (Jun 13, 2020)

  • Improve checking for write failures (reference https://github.com/ImageMagick/ImageMagick/pull/2081).

New in ImageMagick 7.0.10-18 (Jun 9, 2020)

  • Colorspace change will remove ICC profile (reference https://github.com/ImageMagick/ImageMagick6/issues/82).

New in ImageMagick 7.0.10-17 (Jun 8, 2020)

  • Free up memory after a ICC profile is removed.

New in ImageMagick 7.0.10-16 (May 31, 2020)

  • Don't check for incompatible ICC profiles when writing PDF images, instead the user is expected to provide compatible image colorspaces or strip the ICC profile with, for example, the -strip option.

New in ImageMagick 7.0.10-15 (May 31, 2020)

  • Clipping was not returning expected results (reference https://github.com/ImageMagick/ImageMagick/discussions/2061).
  • Don't write a ICC profile to PDF if the image is gray (reference https://github.com/ImageMagick/ImageMagick/issues/2070).

New in ImageMagick 7.0.10-14 (May 24, 2020)

  • Errant warning when reading a profile file (reference https://github.com/ImageMagick/ImageMagick/issues/2030).
  • Fix one off error on PDF object for images with ICC profile.

New in ImageMagick 7.0.10-13 (May 18, 2020)

  • Remove errant debugging statement in SVG coder.

New in ImageMagick 7.0.10-12 (May 16, 2020)

  • Black artefacts during quantization (reference https://github.com/ImageMagick/ImageMagick/discussions/2007#discussioncomment-13546).

New in ImageMagick 7.0.10-11 (May 9, 2020)

  • Disable "random" OpenCL kernel. Previously the work load was distributed but each started with the same random seed.
  • Finished implementation of -distort rigid-affine.
  • Enable threaded PNG coder.

New in ImageMagick 7.0.10-10 (Apr 29, 2020)

  • Correction to allocate a colormap of the maximum colors when color reducing an image sequence.
  • Write to stdout for mp4:-.

New in ImageMagick 7.0.10-9 (Apr 27, 2020)

  • Allocate a colormap of the maximum colors when color reducing an image sequence.
  • Label was not centered properly (reference https://github.com/ImageMagick/ImageMagick/issues/1879).

New in ImageMagick 7.0.10-8 (Apr 25, 2020)

  • Some configure --with-method-prefix methods were missing (reference https://github.com/ImageMagick/ImageMagick/issues/1912).

New in ImageMagick 7.0.10-7 (Apr 20, 2020)

  • Fix erroneous "insufficient image data" exception (reference https://github.com/ImageMagick/ImageMagick/issues/1883).
  • Fix an unconditional jump for the XPM coder (reference https://github.com/ImageMagick/ImageMagick/issues/1895).
  • Improve unrotate value returned by the minimum bounding box (thanks to Fred Weinhaus).

New in ImageMagick 7.0.10-5 (Apr 6, 2020)

  • Default inkscape delegate to version 0.92 (reference https://github.com/ImageMagick/ImageMagick/discussions/1880).
  • Set monochrome image depth to 1 for Group4 compression.

New in ImageMagick 7.0.10-4 (Apr 5, 2020)

  • The X max attribute for certain fonts is zero
  • Multi-value of jp2:quality does not work
  • Return EPS & TIFF images from the EPT image format

New in ImageMagick 7.0.10-3 (Mar 29, 2020)

  • The -charcoal option should ignore the alpha channel.
  • Fix numerical instability issue when drawing lines
  • Improve mono font rendering (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37723).

New in ImageMagick 7.0.10-1 (Mar 16, 2020)

  • Add support for returning the convex hull of an image with the %[canvas-hull] property.Added option to specify the preferred version when writing a PDF file with -define pdf:version=version (e.g. 1.7).
  • Do not throw exception on empty draw path (reference https://github.com/ImageMagick/ImageMagick/issues/974).
  • Fix possible buffer overflow in ComplexImages().
  • SVG to MVG requires transforms to appear before clipping paths (reference https://github.com/ImageMagick/ImageMagick/issues/1860).

New in ImageMagick 7.0.10-0 (Mar 9, 2020)

  • Label text no longer gets cut-off (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37621).
  • Prevent heap overflow (reference https://github.com/ImageMagick/ImageMagick/issues/1857).

New in ImageMagick 7.0.9-26 (Feb 24, 2020)

  • No percent sign in lab() color.
  • Introducing the -color-threshold command-line option.
  • Handle out of range HDRI values for -statistic option (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37589).
  • Fix improper casting when computing image signature (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37594).

New in ImageMagick 7.0.9-25 (Feb 22, 2020)

  • Adapt to a change in command-line options in the SVG inkscape delegate.
  • No percent sign in lab() color.

New in ImageMagick 7.0.9-24 (Feb 18, 2020)

  • Support connected-components:eccentricity-threshold, connected-components:major-axis-threshold, connected-components:minor-axis-threshold, connected-components:angle-threshold.
  • Set the alpha channel if the write mask is not enabled.
  • Corrected ellipse orientation when computing image moments.

New in ImageMagick 7.0.9-23 (Feb 16, 2020)

  • Report gray(127.5) as gray(50%).
  • Support -define connected-components:perimeter-threshold=min-max

New in ImageMagick 7.0.9-22 (Feb 8, 2020)

  • More work on connect components, e.g. keep-colors, remove-colors, keep-topids.
  • Initialize mutex before locking if its not already initialized.
  • Support 24-bit TIFF images.

New in ImageMagick 7.0.9-20 (Jan 29, 2020)

  • Support addition connected components defines.
  • Refresh cache morphology when writing MPC images

New in ImageMagick 7.0.9-19 (Jan 27, 2020)

  • Make PNG creation reproducible (reference https://github.com/ImageMagick/ImageMagick/pull/1270).
  • Refactor uninitialize variable patch for -fx "while(,)" expression.

New in ImageMagick 7.0.9-18 Beta (Jan 21, 2020)

  • Release ImageMagick version 7.0.9-17, GIT revision 16753:c300b3a:20200118

New in ImageMagick 7.0.9-17 (Jan 20, 2020)

  • Allow larger negative interline spacing (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37391).
  • Conditional compile for huge xml pages for RSVG delegate library.
  • Put "width" property in the PNG namespace (reference https://github.com/ImageMagick/ImageMagick/issues/1833).
  • combine -colorspace sRGB no longer returns grayscale output (reference https://github.com/ImageMagick/ImageMagick/issues/1835).
  • Support Jzazbz colorspace (contributed by snibgo @ http://im.snibgo.com/jzazbz.htm).

New in ImageMagick 7.0.9-16 (Jan 13, 2020)

  • Release ImageMagick version 7.0.9-16, GIT revision 16719:fefd765:20200112.

New in ImageMagick 7.0.9-14 (Jan 6, 2020)

  • Support extended Fx assignment operators (e.g. *=, /=, ++, --, etc.)
  • Support Fx for() iterator.
  • Optimize Fx performance.
  • Ensure circle.rb renders the same for IMv6 and IMv7.

New in ImageMagick 7.0.9-12 (Dec 27, 2019)

  • Fix Build failure with MinGW-w64 (reference https://github.com/ImageMagick/ImageMagick6/issues/67).
  • Inject image profile properties immediately after the image is read.

New in ImageMagick 7.0.9-11 (Dec 27, 2019)

  • Replace pseudo-random number generator with a Xoshiro generator.
  • The -layers optimize option requires a fully transparent previous image.

New in ImageMagick 7.0.9-10 (Dec 23, 2019)

  • Some clang releases do not support _aligned_alloc().
  • Support -kmeans command-line option.

New in ImageMagick 7.0.9-9 (Dec 17, 2019)

  • Build file clean-up (reference https://github.com/ImageMagick/ImageMagick/pull/1798).
  • Improve semaphore handling @ https://github.com/ImageMagick/ImageMagick/pull/1798).
  • Introduce HeapOverflowSanityCheckGetExtent() method (reference https://github.com/ImageMagick/ImageMagick/pull/1798).
  • The -layers optimize option requires a fully transparent previous image

New in ImageMagick 7.0.9-8 (Dec 17, 2019)

  • Type bilevel behavior restored, it creates a black and white image.

New in ImageMagick 7.0.9-7 (Nov 28, 2019)

  • Support Pocketmod image format, e.g. convert -density 300 pages?.pdf pocketmod:organize.pdf
  • Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues).

New in ImageMagick 7.0.9-6 (Nov 27, 2019)

  • Increase the maximum number of bezier coordinates (reference https://github.com/ImageMagick/ImageMagick/issues/1784).
  • Santize "'" from SHOW and WIN delegates under Linux, '"' for Windows (thanks to Enzo Puig).
  • Correct for TGA orientation (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34757).
  • The result for -compose Copy -extent on a MYK image is CMYK (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37118).
  • Fix potential buffer overflow when reading a fax image (alert from Justin).
  • Support dng:use-camera-wb option.

New in ImageMagick 7.0.9-5 (Nov 18, 2019)

  • Ensure Ascii85 compression is thread safe.
  • Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues).

New in ImageMagick 7.0.9-3 (Nov 14, 2019)

  • Santize ';' from SHOW and WIN delegates.
  • Add exception parameter to CMS transform methods.
  • Output exception there is an attempt to perform an operation not allowed by the security policy
  • Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues).

New in ImageMagick 7.0.9-2 (Nov 5, 2019)

  • JPEG and JPG are aliases in coder security policy.
  • Fixed numerous issues posted to GitHub

New in ImageMagick 7.0.9-1 (Oct 30, 2019)

  • Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues).

New in ImageMagick 7.0.9-0 (Oct 30, 2019)

  • Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues).
  • Support trim:background-color define for -trim option.

New in ImageMagick 7.0.8-68 (Oct 7, 2019)

  • Support animated WebP encoding/decoding
  • Text stroke cut off
  • Adds support for lossless JPEG1 recompression

New in ImageMagick 7.0.8-67 (Sep 30, 2019)

  • Line endings renedered as empty boxes

New in ImageMagick 7.0.8-65 (Sep 19, 2019)

  • Eliminate fault when trace delegate is not available.
  • Properly distinquish linear and non-linear gray colorspaces (reference https://github.com/ImageMagick/ImageMagick/issues/1680).

New in ImageMagick 7.0.8-63 (Sep 3, 2019)

  • Properly identify the DNG and AI image format

New in ImageMagick 7.0.8-63 Beta (Aug 26, 2019)

  • Added option to limit the maximum point size with -define caption:max-pointsize=pointsize.
  • Corrected JP2 numresolution calculation
  • Conditionally compile call to AcquireCLocale()
  • More robust support for converting bitmap to vector.

New in ImageMagick 7.0.8-61 (Aug 19, 2019)

  • Issue with -background and -swirl

New in ImageMagick 7.0.8-60 (Aug 12, 2019)

  • Enable reading EXR image file from stdin.

New in ImageMagick 7.0.8-59 (Aug 7, 2019)

  • Module is a reserved keyword for C++ 20

New in ImageMagick 7.0.8-58 (Jul 31, 2019)

  • Improve GetNextToken() performance

New in ImageMagick 7.0.8-56 (Jul 22, 2019)

  • Unexpected -alpha shape results (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36396).
  • Converting from PDF to PBM inverts the image (reference https://github.com/ImageMagick/ImageMagick/issues/1643).

New in ImageMagick 7.0.8-54 (Jul 17, 2019)

  • Resolve division by zero (reference https://github.com/ImageMagick/ImageMagick/issues/1629).
  • Introducing MagickLevelImageColors() MagickWand method.
  • Transient problem with text placement with gravity (reference https://github.com/ImageMagick/ImageMagick/issues/1633).
  • Support TIM2 image format (reference https://github.com/ImageMagick/ImageMagick/pull/1571).
  • For -magnify option, specify an alternative scaling method with -define

New in ImageMagick 7.0.8-53 (Jul 8, 2019)

  • Fix -fx parsing issue

New in ImageMagick 7.0.8-52 (Jul 5, 2019)

  • Eliminate buffer overflow in TranslateEvent() (reference https://github.com/ImageMagick/ImageMagick/issues/1621).

New in ImageMagick 7.0.8-51 (Jul 1, 2019)

  • Clone rather than copy X window name/icon.
  • Optimize PDF reader.

New in ImageMagick 7.0.8-50 (Jun 24, 2019)

  • Added support for reading all images from a HEIC image (reference https://github.com/ImageMagick/ImageMagick/issues/1391).
  • Heap-buffer-overflow in MagickCore/fourier.c (reference https://github.com/ImageMagick/ImageMagick/issues/1588).
  • Fixed a number of issues (reference https://imagemagick.org/discourse-server/viewforum.php?f=3).
  • Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).

New in ImageMagick 7.0.8-49 (Jun 10, 2019)

  • Add support for RGB565 image format (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=36078).
  • Use user defined allocator instead of `malloc` (reference https://github.com/ImageMagick/ImageMagick6/pull/49/).
  • Add static decorator to accelerator kernels (reference https://github.com/ImageMagick/ImageMagick/issues/1366).

New in ImageMagick 7.0.8-48 (Jun 3, 2019)

  • Fix transient convolution bug (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36119).

New in ImageMagick 7.0.8-47 (May 28, 2019)

  • Support 16 and 32 bit tiled float TIFF images.
  • Convolve morphology alpha channel fix (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36086).
  • Text improvements to the internal SVG renderer.

New in ImageMagick 7.0.8-46 (May 20, 2019)

  • Release ImageMagick version 7.0.8-46, GIT revision 15655:84dd3301c:20190518

New in ImageMagick 7.0.8-45 (May 13, 2019)

  • Fix image signatures to ensure they are Q-depth invariant.
  • Fixed a number of issues

New in ImageMagick 7.0.8-44 (May 5, 2019)

  • Fixed a number of issues

New in ImageMagick 7.0.8-42 (Apr 24, 2019)

  • Fixed a number of issues

New in ImageMagick 7.0.8-41 (Apr 22, 2019)

  • Release ImageMagick version 7.0.8-41, GIT revision 15540:c78993d13:20190420

New in ImageMagick 7.0.8-40 (Apr 14, 2019)

  • Fixed a number of issues (reference https://imagemagick.org/discourse-server/viewforum.php?f=3).
  • Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).

New in ImageMagick 7.0.8-39 (Apr 8, 2019)

  • Release ImageMagick version 7.0.8-39, GIT revision 15489:6120f8bc1:20190406
  • The -layers option compared pixels inocorrectly as opacity rather than alpha.
  • The -preview raise option now returns expected results.
  • Initialise ghostscript instances with NULL (reference https://github.com/ImageMagick/ImageMagick/pull/1538).

New in ImageMagick 7.0.8-38 (Apr 6, 2019)

  • Modulo off by one patch for -virtual-pixel option (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35789).

New in ImageMagick 7.0.8-37 (Apr 4, 2019)

  • Fixed -virtual-pixel option (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35789).

New in ImageMagick 7.0.8-36 (Apr 1, 2019)

  • Release ImageMagick version 7.0.8-36, GIT revision 15464:3a928224d:20190331

New in ImageMagick 7.0.8-35 (Mar 25, 2019)

  • Release ImageMagick version 7.0.8-35, GIT revision
  • Draw image DstOver is now responsive to the composite operator
  • Fixed a number of issues

New in ImageMagick 7.0.8-34 (Mar 15, 2019)

  • Associate one lock with each resource.
  • Report exception if opening TIFF did not work out.
  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).

New in ImageMagick 7.0.8-32 (Mar 6, 2019)

  • Fix out-of-boundary LocaleLowerCase() @ https://github.com/ImageMagick/ImageMagick/issues/1495
  • Trim is no longer sensitive to the image virtual canvas.
  • Support define to remove additional background from an image during a trim, e.g. -fuzz 5% -define trim:percent-background=0% -trim.
  • Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).
  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
  • Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).
  • Mod patch to properly handle subimage ranges (e.g. image.gif[2-3]).

New in ImageMagick 7.0.8-26 (Feb 5, 2019)

  • Release ImageMagick version 7.0.8-26, GIT revision 15294:726bd82a3:20190203
  • Fixed a number of issues

New in ImageMagick 7.0.8-25 (Jan 29, 2019)

  • Eliminate spurious font warning (reference https://github.com/ImageMagick/ImageMagick/issues/1458).
  • Support HEIC EXIF & XMP profiles.

New in ImageMagick 7.0.8-23 (Jan 28, 2019)

  • CacheInfo destructor must be aligned in DestroyPixelStream().

New in ImageMagick 7.0.8-22 (Dec 31, 2018)

  • Support negative rotations in a geometry (e.g. -10x-10+10+10).
  • Return expected canvas offset after a crop with gravi

New in ImageMagick 7.0.8-20 (Dec 26, 2018)

  • Cube image format returns a HALD image.
  • CLAHE tiles overlapped are now centered relative to the image.

New in ImageMagick 7.0.8-15 (Dec 3, 2018)

  • Added support for GIMP 2.10 files
  • Added support for the -clahe option: contrast limited adaptive histogram equalization

New in ImageMagick 7.0.8-12 (Sep 24, 2018)

  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
  • Added support for arithmetic coding to the jpeg encoder: -define jpeg:arithmetic-coding=true.

New in ImageMagick 7.0.8-11 (Aug 30, 2018)

  • Release ImageMagick version 7.0.8-11, GIT revision 14729:798fbdb5b:20180828

New in ImageMagick 7.0.8-10 (Aug 14, 2018)

  • Added dcraw coder (dcraw:img.cr2) that can be used to force the use of the dcraw delegate when libraw is the default raw delegate.
  • Restored thread support for the HEIC coder.

New in ImageMagick 7.0.8-9 (Aug 6, 2018)

  • XBM coder leaves the hex image data uninitialized if hex value of the pixel is negative.
  • More improvements to SVG text handling.
  • New -range threshold option that combines hard and soft thresholding.

New in ImageMagick 7.0.8-8 (Jul 24, 2018)

  • Non-HDRI ScaleLongToQuantum() private method no longer adds a half interval.
  • Fixed memset() negative-size-param (reference https://github.com/ImageMagick/ImageMagick/issues/1217).

New in ImageMagick 7.0.8-6 Build 2018-07-07 Beta (Jul 9, 2018)

  • Improve SVG support for tspan element.
  • Add support for -fx image.extent.

New in ImageMagick 7.0.8-5 (Jul 5, 2018)

  • Fixed a few potential memory leaks https://github.com/ImageMagick/ImageMagick/issues).

New in ImageMagick 7.0.8-4 (Jul 4, 2018)

  • Small tweaks to compile under Cygwin.
  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
  • Support %B property, the image file size without any decorations.

New in ImageMagick 7.0.8-3 (Jun 25, 2018)

  • Apply translate component of SVG transform rotate

New in ImageMagick 7.0.8-2 (Jun 19, 2018)

  • More robust SVG text handling.

New in ImageMagick 7.0.8-1 (Jun 18, 2018)

  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
  • Fixed an issue with stroke and label: (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=34142).
  • PNG: set storage class to DirectClass if alpha enabled (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=34121).

New in ImageMagick 7.0.7-39 (Jun 12, 2018)

  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).

New in ImageMagick 7.0.7-38 Build 2018-06-02 (Jun 4, 2018)

  • Heap buffer overflow fix (reference https://github.com/ImageMagick/ImageMagick/issues/1156).
  • Boundary issues with -gamma option when HDRI is enabled (reference https://github.com/ImageMagick/ImageMagick/issues/1151).
  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).

New in ImageMagick 7.0.7-36 Build 2018-05-29 (May 30, 2018)

  • A SVG rectangle with a width and height of 1 is a point.

New in ImageMagick 7.0.7-34 Build 2018-05-20 (May 21, 2018)

  • Release ImageMagick version 7.0.7-34, GIT revision 14348:ac9ff6ba1:20180520.

New in ImageMagick 7.0.7-31 Build 2018-05-06 (May 8, 2018)

  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).

New in ImageMagick 7.0.7-29 Build 2018-04-30 (Apr 30, 2018)

  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).

New in ImageMagick 7.0.7-28 Build 2018-03-25 (Mar 27, 2018)

  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).

New in ImageMagick 7.0.7-27 Build 2018-03-18 (Mar 19, 2018)

  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts

New in ImageMagick 7.0.7-26 Build 2018-03-10 (Mar 12, 2018)

  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).

New in ImageMagick 7.0.7-25 Build 2018-03-04 (Mar 5, 2018)

  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).

New in ImageMagick 7.0.7-24 Build 2018-02-25 (Feb 26, 2018)

  • Do not refer to page in OptimizeLayerFrames (reference https://github.com/ImageMagick/ImageMagick/pull/987).
  • PerlMagick unit tests pass again.
  • Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).

New in ImageMagick 7.0.7-23 Build 2018-02-18 (Feb 19, 2018)

  • Release ImageMagick version 7.0.0-23, GIT revision 22969:c6b3a22b0:20180218.
  • Add support for reading the HEIC image format to the Windows build.
  • Fixed numerous use of uninitialized values, integer overflow,

New in ImageMagick 7.0.7-22 Build 2018-01-22 (Jan 22, 2018)

  • Support aspect ratio geometry, e.g. -crop 3:2
  • Add support for reading the HEIC image format
  • Fixed numerous memory leaks, credit to OSS Fuzz

New in ImageMagick 7.0.7-19 Build 2018-01-01 (Jan 2, 2018)

  • Check for webpmux library version 0.4.4

New in ImageMagick 7.0.7-18 Build 2017-12-28 (Dec 28, 2017)

  • Fix error reading from pipe under Windows (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=33288).

New in ImageMagick 7.0.7-17 Build 2017-12-27 (Dec 28, 2017)

  • Release ImageMagick version 7.0.7-16, GIT revision 22093:9caea323b:20171227.
  • Fix heap use after free error

New in ImageMagick 7.0.7-16 Build 2017-12-25 (Dec 26, 2017)

  • Fix error reading multi-layer XCF image file.
  • Fix possible stack overflow in WEBP reader
  • Fixed numerous memory leaks

New in ImageMagick 7.0.7-13 Build 2017-11-30 (Dec 1, 2017)

  • Fix build failure with libraw 0.14.8

New in ImageMagick 23-09-20 7.0.7-4 (Sep 24, 2017)

  • Fixed numerous memory leaks

New in ImageMagick 2017-09-17 7.0.7-3 (Sep 18, 2017)

  • Fixed numerous memory leaks
  • Stop potential leaks in the JNG decoder
  • Maximum valid hour is 23, not 24, in the PNG tIME chunk, and maximum valid minute is 59, not 60

New in ImageMagick 2017-09-10 7.0.7-2 (Sep 13, 2017)

  • Use signed integer arithmetic to caluculate timezone corrections

New in ImageMagick 2017-09-09 7.0.7-1 (Sep 10, 2017)

  • Fixed numerous memory leaks
  • Added -define tiff:write-layers=true to add support for writing layered tiff files.

New in ImageMagick 2017-09-27 7.0.7-0 (Sep 4, 2017)

  • Fixed numerous memory leaks
  • Don't overwrite symbolic links when the shred policy is enabled.

New in ImageMagick 2017-08-26 7.0.6-10 (Aug 28, 2017)

  • Support -metric ssim, structual similarity index.
  • Fixed thread safety issue inside the pango and librsvg decoder

New in ImageMagick 2017-08-20 7.0.6-9 (Aug 22, 2017)

  • Fixed bug with writing tIME chunk when timezone has a negative offset (reference: https://github.com/ImageMagick/ImageMagick/issues/685)

New in ImageMagick 2017-08-14 7.0.6-7 (Aug 21, 2017)

  • Fixed numerous memory leaks
  • Support CubicSpline resize filter. Define the lobes with the -define filter:lobes={2,3,4}

New in ImageMagick 2017-08-12 7.0.6-7 (Aug 21, 2017)

  • Improve EPS aliasing

New in ImageMagick 2017-08-11 7.0.6-7 (Aug 21, 2017)

  • Added a new option called 'dds:fast-mipmaps'
  • The mipmaps of a dds image can now be created from a list of images with -define dds:mipmaps=fromlist

New in ImageMagick 2017-08-10 7.0.6-7 (Aug 13, 2017)

  • Improve EPS aliasing
  • Added a new option called 'dds:fast-mipmaps'
  • The mipmaps of a dds image can now be created from a list of images with -define dds:mipmaps=fromlist

New in ImageMagick 2017-08-10 7.0.6-6 (Aug 12, 2017)

  • Fixed numerous memory leakstests/validate.c:
  • Show the reason for failures in the test logs, if available
  • Put UTC time in the PNG tIME chunk instead of local time

New in ImageMagick 2017-08-02 7.0.6-5 (Aug 4, 2017)

  • Fixed numerous memory leaks
  • Properly set image->colorspace in the PNG decoder (previously it was setting image->gamma, but only setting image->colorspace for grayscale and gray-alpha images
  • Fix improper use of NULL in the JNG decoder
  • Added "-define png:ignore-crc" option to PNG decoder. When you know your image has no CRC or ADLER32 errors, this can speed up decoding. It is also helpful in debugging bug reports from "fuzzers".
  • Off by one error for gradient coder

New in ImageMagick 2017-07-28 7.0.6-4 (Jul 31, 2017)

  • YUV coder no longer renders streaks
  • Fixed numerous memory leaks
  • coders/png.c: Initialized quantum_scanline and quantum_info to prevent a bad free
  • Removed write_chunk_from_profile() from coders/png.c because it has not worked at least since version 6.7.6.
  • Removed many redundant checks before RelinquishMagickMemory(), which is safe to call with a NULL argument.
  • Added experimental PNG orNT chunk, to store image->orientation.
  • Removed vpAg chunk write support (we are now writing caNv instead).

New in ImageMagick 2017-07-24 7.0.6-3 (Jul 25, 2017)

  • Fixed numerous memory leaks
  • Fix memory leaks when reading a malformed JNG image

New in ImageMagick 2017-07-21 7.0.6-2 (Jul 24, 2017)

  • Fixed numerous memory leaks
  • The -monochrome option no longer returns a blank canvas
  • Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed by the "-strip" option.

New in ImageMagick 2017-07-15 7.0.6-1 (Jul 17, 2017)

  • Implemented PNG eXIf chunk support.
  • Support new -auto-threshold option. OTSU and Triangle methods are currently supported. Look for the Kapur method in the next release.
  • Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues).
  • Don't use variable float_t / double_t, bump SO (reference https://github.com/ImageMagick/ImageMagick/issues/510).
  • Support DNG images with libraw delegate library.
  • Reject PNG file that is too small (under 60 bytes) to contain a valid image.
  • Reject JPEG file that is too small (under 107 bytes) to contain a valid image.
  • Reject JNG file that is too small (under 147 bytes) to contain a valid image.
  • Stop a memory leak in read_user_chunk_callback()

New in ImageMagick 2017-06-10 7.0.6-0 (Jun 12, 2017)

  • coders/png.c: Accept exIf chunks whose data segment erroneously begins with "Exif"
  • Introduce SetMagickSecurityPolicy() (MagickCore) and MagickSetSecurityPolicy() (MagickWand) to set the ImageMagick security policy

New in ImageMagick 2017-06-03 7.0.5-10 (Jun 4, 2017)

  • Removed experimental zxIF chunk support; the proposal is dead.
  • Fix choppy bitmap font rendering
  • The +opaque option is not longer a noop
  • Add support for 'hex:' property.

New in ImageMagick 2017-05-27 7.0.5-9 (May 29, 2017)

  • Transient error validating the JPEG-2000 image format
  • Properly allocate DCM image colormap

New in ImageMagick 2017-05-27 7.0.5-8 (May 28, 2017)

  • Improper allocation of memory for IM instances without threads
  • Delete corrupt image from list

New in ImageMagick 2017-05-12 7.0.5-7 (May 21, 2017)

  • Support various image operators for the compare utility

New in ImageMagick 2017-05-12 7.0.5-6 (May 14, 2017)

  • Release ImageMagick version 7.0.5-6, GIT revision 20039:9371904:20170512.
  • Revise DICOM window and rescale handling
  • Restore the -alpha Shape option
  • Fix transient PDF bug
  • The +opaque option now works on all channels
  • Ensure backwards compatibility for the -combine option
  • Check for EOF conditions for RLE image format.
  • Reset histogram page geometry

New in ImageMagick 2017-04-24 7.0.5-5 (Apr 25, 2017)

  • Minimize buffer copies to improve OpenCL performance.
  • Morphology thinning is no longer a no-op
  • Patch two PCD writer problems, corrupt output and dark pixels
  • Support ICC based PDF's
  • Fix improper EPS clip path rendering

New in ImageMagick 2017-04-017.0.5-5 Beta (Apr 9, 2017)

  • Morphology thinning is no longer a no-op
  • Patch two PCD writer problems, corrupt output and dark pixels

New in ImageMagick 2017-03-18 7.0.5-4 (Mar 27, 2017)

  • Respect -loop option for animate -window

New in ImageMagick 2017-03-18 7.0.5-3 (Mar 19, 2017)

  • Support namespaces for the security policy.
  • Support the -authenticate option for PDF (reference Counting objects: 7, done.g/discourse-server/viewtopic.php?f=3&t=31530).

New in ImageMagick 2017-02-21 7.0.5-2 (Mar 12, 2017)

  • Respect throttle policy (reference https://github.com/ImageMagick/ImageMagick/issues/393).
  • Return proper minima / maxima (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31377).
  • Support the -authenticate option for PDF (reference Counting objects: 7, done.g/discourse-server/viewtopic.php?f=3&t=31530).

New in ImageMagick 2017-02-21 7.0.5-1 (Mar 5, 2017)

  • Fix Spurious memory allocation message
  • Identical images should return inf for PSNR

New in ImageMagick 2017-02-18 7.0.5-0 (Feb 21, 2017)

  • Fix transient bug with -separate option (reference https://github.com/ImageMagick/ImageMagick/issues/385).

New in ImageMagick 2017-02-18 7.0.4-10 (Feb 19, 2017)

  • 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.
  • Fixed fd leak for webp coder

New in ImageMagick 2017-02-13 7.0.4-9 (Feb 15, 2017)

  • Revert patch that did not set update trait on alpha channel.

New in ImageMagick 2017-02-13 7.0.4-8 (Feb 14, 2017)

  • 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.php?f=3&t=31377).
  • Don't set update trait on alpha channel (private e-mail concerning -levels-colors option).
  • Fixed memory leak when creating nested exceptions in Magick++

New in ImageMagick 2017-01-27 7.0.4-6 (Feb 5, 2017)

  • 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.php?f=3&t=30887).
  • Correction to composite Over operator (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31282).
  • Respect gravity option (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31284).
  • 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.
  • Replaced CoderSeekableStreamFlag with CoderDecoderSeekableStreamFlag and CoderEncoderSeekableStreamFlag.

New in ImageMagick 2017-01-14 7.0.4-5 (Jan 22, 2017)

  • Don't set background for transparent tiled images

New in ImageMagick 2017-01-14 7.0.4-4 (Jan 16, 2017)

  • Added support for RGB555, RGB565, ARGB4444 and ARGB1555 to the BMP encoder (reference https://github.com/ImageMagick/ImageMagick/issues/344).
  • Recognize XML policy closing tags (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31182).
  • Fix memory leak in the MPC format.

New in ImageMagick 2017-01-07 7.0.4-3 (Jan 8, 2017)

  • Increase memory allocation for TIFF pixels

New in ImageMagick 2017-01-02 7.0.4-2 (Jan 4, 2017)

  • Validation unit test for MNG works again.

New in ImageMagick 2016-12-31 7.0.4-1 (Jan 2, 2017)

  • Release ImageMagick version 7.0.4-1, GIT revision 19292:c5ccfa8:20161231.

New in ImageMagick 2016-12-18 7.0.4-0 (Dec 19, 2016)

  • Lazily evaluate the image storage class and colorspace to prevent cache allocation when pinging an image.
  • Do not close path for linejoins of round (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31039).

New in ImageMagick 2016-12-10 7.0.3-10 (Dec 12, 2016)

  • Set colorspace to sRGB if -append has non-homogenous colorspaces
  • Respect connected-components:area-threshold define
  • Enable alpha channel if background color is non-opaque
  • Return correct offset for negative index for -fx option
  • Fixed improper scaling of certain FITS images
  • Properly center text label

New in ImageMagick 2016-12-05 7.0.3-9 (Dec 6, 2016)

  • Support the compare -read-mask option.
  • Support read-masks for the -modulate option.
  • Prevent buffer overflow when streaming an image
  • Fix possible buffer overflow when writing compressed TIFFS

New in ImageMagick 2016-11-18 7.0.3-8 (Nov 28, 2016)

  • 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.php?f=3&t=30887).
  • Set alpha member of draw structure to OpaqueAlpha (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30894).
  • Off by 1 error when computing the standard deviation (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30866).
  • Apply Debian patches, (reference https://github.com/ImageMagick/ImageMagick/issues/304).
  • Permit EPT images with just a TIFF or EPS image, not both (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30921).
  • The -clone option no longer leaks memory.
  • Render to clip mask rather than image for clip-path MVG graphics primitive.

New in ImageMagick 2016-11-01 7.0.3-6 (Nov 9, 2016)

  • 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.php?f=1&t=30779).
  • Prevent fault in MSL interpreter (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30797).
  • Mask composite produces proper results for the convert utility

New in ImageMagick 2016-10-16 7.0.3-5 (Nov 9, 2016)

  • Added layer RLE compression to the PSD encoder.

New in ImageMagick 2016-10-10 7.0.3-4 (Nov 9, 2016)

  • Unit test pass again after small SUN image patch.
  • Fixed incorrect parsing with ordered dither. (reference https://github.com/ImageMagick/ImageMagick/issues/254)

New in ImageMagick 2016-10-07 7.0.3-3 (Nov 9, 2016)

  • Fixed incorrect RLE decoding when reading a DCM image that contains multiple segments.