GraphicsMagick Changelog

What's new in GraphicsMagick 1.3.23

Jan 29, 2016
  • Special Issues:
  • Due to GCC bug 53967, several key agorithms (e.g. convolution) may execute much faster (e.g. 2-3X) for x86-64 and/or when SSE is enabled for floating point math (-mfpmath=sse) if the GCC option -frename-registers is used. Default 32-bit builds do not experience the problem since they use '387 math. It is not clear in what version of GCC this problem started but it was not noticed by the developers until the GCC 4.6 timeframe. Other compilers do not suffer from this bug. Please lobby the GCC project to fix this embarrassing performance bug.
  • Security Fixes:
  • ScaleImage(): While not strictly a security issue, requesting to scale an image while retaining the original number of rows will lead to a program crash or memory corruption due to double-free.
  • Bug fixes:
  • ScaleImage(): Fix problem with new width/height match original (regression added by 1.3.22).
  • ScaleImage(): Fix double-free when new rows matches original rows (regression added by 1.3.22).
  • MinGW build fix related to eliminating a sleep() macro which conflicts with a MinGW-provided inline sleep() function.
  • PNG: Issue a warning instead of an error when attempting to read a PNG file containing a zero-length profile. This allows the file to be read.
  • identify: Fix problem in that identify -format "%A" (to test if transparency is supported in image) does not always produce the correct results.
  • Build Changes:
  • Configure: Removed CFLAGS and LDFLAGS deduplication code which caused problems for user-provided CFLAGS and LDFLAGS which added and then removed compiler/linker options. Specifically, this fixes a problem with creating OS X universal builds.
  • Configure: Add tests for 'ps2write' and 'eps2write' which are available in recent Ghostscript.

New in GraphicsMagick 1.3.22 (Jan 29, 2016)

  • Special Issues:
  • Due to GCC bug 53967, several key agorithms (e.g. convolution) may execute much faster (e.g. 2-3X) for x86-64 and/or when SSE is enabled for floating point math (-mfpmath=sse) if the GCC option -frename-registers is used. Default 32-bit builds do not experience the problem since they use '387 math. It is not clear in what version of GCC this problem started but it was not noticed by the developers until the GCC 4.6 timeframe. Other compilers do not suffer from this bug. Please lobby the GCC project to fix this embarrassing performance bug.
  • Magick++: Any libraries or applications using Magick++ should be rebuilt in order to use this new release. Libraries and applications will be able to continue to use prior versions of Magick++ without being re-built, while benefiting from updated C libraries, provided that the system supports library versioning.
  • Security Fixes:
  • General Coverity fixes. Some might have security consequences.
  • Ghostscript options concatenation is more secure against buffer overflow.
  • Bug fixes:
  • Coverity Fixes: Large amounts of fixes due to Coverity static analysis. See the ChangeLog and Mercurial for details. Coverity now reports zero issues.
  • General: Fix problems with reading filenames that include a colon.
  • General: Fixed performance problem with sub-image path extraction when there are many files in the directory.
  • General: Add missing options in utility help messages.
  • BMP: Reader was wrongly rejecting RLE-compressed files as being too small (regression added in 1.3.21 release).
  • BMP: Fix inverted alpha channel when writing BGRA8888 format.
  • DrawAffineImage(): Fix problem with negative x offset.
  • DrawAffineImage(): Fix problem that sometimes output rows are skipped when using OpenMP.
  • EXIF: Properly validate GPS_OFFSET.
  • format: %Q now reports JPEG quality estimate if it is available.
  • geometry: Fix handling of area geometries in the form "5000000@".
  • MagickGetImageGravity(): Prototype was missing in header files.
  • MIFF: Memory leak fixes.
  • MIFF: MIFF reader failed to read some MIFF headers properly.
  • MIFF: Detect buffer overrun attempt while reading zip compressed data.
  • PDF: Set image frame scene ids appropriately.
  • PNG: Memory leak fixes.
  • PS: Set image frame scene ids appropriately.
  • PTIF: Mark reduced frames as SubfileType 0x2 instead of 0x1.
  • SetImageProfile(): Avoid crash given NULL profile pointer.
  • TIFF: Fix reading Old JPEG and YCbCr sample images from libtiff pics-3.8.0.tar.gz image file collection.
  • TIFF: Disable matte channel for compression types which don't support it.
  • XPM: Memory leak fixes.
  • XWD: Memory leak fixes.
  • New Features:
  • GRAYA: New subformat for gray coder which supports alpha channel. Format specifiers "R", "G", "B", "A", "C", "M", and "Y" may now be used to save and restore the associated channel using the same raw format as "GRAY".
  • Magick++: Image::repage() method added to support resetting 'page'.
  • PDF: Added '-define pdf:stop-on-error=true' optoin to cause PDF reading to quit immediately upon any error.
  • Subframe specification: Now specific PS and PDF pages may be selected, including re-ordering.
  • Feature improvements:
  • PALM: Still a work in progress. Closer to working using netpbm's implementation as a reference.
  • Build Changes:
  • lcms ("Little CMS") v1 is no longer supported.
  • VisualMagick: Remember and re-use already given paths.
  • Behavior Changes:
  • Magick++: adaptiveThreshold() now accepts a 'double' value and the previous version of the method (using 'unsigned int') is deprecated. The STL function-object equivalent of the deprecated method is removed entirely.

New in GraphicsMagick 1.3.21 (Mar 3, 2015)

  • Thanks:
  • Gynvael Coldwind and Mateusz Jurczyk of the Google Security Team provided test files which allowed us to find and fix security problems in the software.
  • Hanno Böck provided test files which allowed us to find and fix security problems in the software.
  • Tobias Ospelt provided test files and advice which allowed us to find and fix security problems in the software.
  • Michal Zalewski provided test files which allowed us to find and fix security problems in the software.
  • Jodie Cunningham did lots of fuzzing to find issues and set up the project on Coverity for automatic analysis.
  • American fuzzy lop was used to produce and discover many of the files which caused problems for the software.
  • AddressSanitizer (ASan) was used to detect and isolate memory access issues.
  • Valgrind was used to detect and isolate memory access issues as well as memory leaks
  • Special Issues:
  • Due to GCC bug 53967, several key agorithms (e.g. convolution) may execute much faster (e.g. 2-3X) for x86-64 and/or when SSE is enabled for floating point math (-mfpmath=sse) if the GCC option -frename-registers is used. Default 32-bit builds do not experience the problem since they use '387 math. It is not clear in what version of GCC this problem started but it was not noticed by the developers until the GCC 4.6 timeframe. Other compilers do not suffer from this bug. Please lobby the GCC project to fix this embarrassing performance bug.
  • Magick++: Any libraries or applications using Magick++ should be rebuilt in order to use this new release. Libraries and applications will be able to continue to use prior versions of Magick++ without being re-built, while benefiting from updated C libraries, provided that the system supports library versioning.
  • Security Fixes:
  • Annotate: Some requestable text-subsitution attributes caused a crash.
  • All formats: Image dimensions are checked to assure that they are within limits before proceeding to read the image.
  • BMP: Fix hang (endless loop) for certain files.
  • DCM: Fix crash as well as small heap over-write.
  • DPX: Fix crash due to DPX file reporting more elements than it has.
  • MNG: Validate MHDR chunk length to avoid huge memory allocation and DOS.
  • PCX: Fix for CVE-2014-8355. Validate file header in order to avoid buffer overun later.
  • PDB: Detect arithmetic overflows when calculating buffer sizes. Fix crash in writer when image width is not even multiple of 16. Fix buffer overrun with 2 and 4-bit PDB image files.
  • PNM: Validate PGM, PPM, and PAM header MaxValue parameter to avoid crash on poorly-formed input.
  • PNG: Impose a 10-million limit on dimensions when reading a PNG file to avoid denial of service.
  • PSD: Avoid problems caused by huge PSD colormap size.
  • PSD: Fix small stack over-write if more than 99 layers are written to PSD format.
  • PSD: Returns immediately if pixel limit was exceeded.
  • RLE: URT RLE reader is now more robust with errant files.
  • SUN: Header validation is now made fully robust, and arithmetic overflows in buffer-size calculations are detected to avoid heap overwrite.
  • TIFF: Fix crashes for photometrics which may delivery one or three samples per pixel (was assuming always three).
  • VIFF: Fixes to prevent buffer overflow. Validate colormap indexes.
  • Windows delegates: Fix unexpected argument splitting when invoking an external delegate program via delegates.mgk.
  • WPG: Fix use of NULL pointers. Fix buffer overflows.
  • XPM: Detect truncated row and quit with error rather than over-running a buffer.
  • XWD: Improve header validation. Added to UnstableCoderClass since the reader for this format should not be entrusted with untrustworthy input.
  • Bug fixes:
  • CIN: Fix problem with text attribute values which are not NULL terminated. Validate sizes claimed by Cineon header.
  • Coverity: Fixes for many issues detected by Coverity scan (see ChangeLog).
  • DPX: Fix problem with text attribute values which are not NULL terminated.
  • DPX: Fix severe corruption of little-endian 32-bit packed output. Corruption was severe enough that it would have been noticed immediately.
  • Delegates: Fix possible memory leaks when invoking external application.
  • FITS: Properly validate values provided by file header.
  • GIF: Fix use of uninitialized data.
  • JBIG: Fix memory leaks.
  • JNG: Fix double-free error in error path.
  • JPEG: Verify the number of output components before attempting to decode the image.
  • Magick++: Image resolutionUnits() was not always returning correct value.
  • Magick++: Locking has not been working properly since the code was written in 1998. Apparently the issue has not been significant enough to cause run-time issues.
  • ICO: Windows icon reader is now much more robust.
  • MIFF: Reader now quits with an error if zip or bzip2 stream is corrupted.
  • MAT: Fix memory leaks.
  • PALM: Reader now reads various input formats (up to version 2) correctly whereas it was crashing or otherwise malfunctioning before. More work remains, particularly in the writer.
  • PCX: Eliminate memory leaks in error paths.
  • PDB: In PDB writer, void possible under-allocation due to arthimetic overflow when allocating packets.
  • PICT: Fix PICT reader crash with corrupted file.
  • PNG: Fix double-free error in error path.
  • PNG: Fixed handling of transparency when writing indexed PNG.
  • PNG: Avoid reading beyond the end of a tEXt keyword.
  • PSD: Fix error when reading PSDs files which have no layers.
  • RLA: Fix possible crash due to file header.
  • Signal Handling: Signal handling is now more robust and handles SIGSEGV and other critical signals. The sole purpose of the default signal handling is to remove any temporary files and quit. An informative message is printed for signals other than SIGINT.
  • SUN: Sun raster reader was not completely robust. Now it is.
  • SWF: Fix pixel cache access errors in 'ping' mode.
  • Text annotation: An empty text string is no longer treated as an error.
  • Text annotation: Fix regression added in 1.3.19 which caused spurious drawing errors to be produced while rendering with text when all of the text is off the left-hand side of the image.
  • TIFF: Fix unreliable reading JBIG compressed files by forcing use of strip reader rather than sometimes using scanline reader (which libtiff's JBIG codec does not support).
  • TIFF: Fix reading or writing planar min-is-white or min-is-black images with an associated alpha channel.
  • WebP: WebP writer now writes truely lossless output when requested.
  • identify / GetImageStatistics(): Failed to compute statistics for the Black channel of CMYK image files.
  • VICAR: Fix problem with continuing to "read" data when there is no more data left to read.
  • WMF: Fix memory leaks.
  • WPG: Fix potential DOS due to long reads during an error condition.
  • XPM: Avoid strncpy() of overlapping memory. Fixed memory leaks in error paths. Fixed bad memory access caused by empty file.
  • New Features:
  • compose: Supports composite operator names similar to the major *Magick brand, without losing any any compatibility with previous naming.
  • ICO: Windows ICO reader now supports reading PNG-encoded files.
  • Magick++ Geometry: New methods limitPixels() and fillArea() to support '@' and '^' geometry qualifiers. This enancement breaks the ABI due to previous use of inline methods and no place to put the new flags.
  • Magick++ Image::extent(): New method to place image on sized canvas of constant color using gravity.
  • Magick++ Image::formatExpression(): New method format a string based on a format similar to command-line -format.
  • Magick++ Image::resize(): New method to resize image specifying geometry, filter, and blur.
  • Magick++ STL extentImage: New New function object to invoke image extent method.
  • Magick++ Image::quiet(). New method which blocks (ignores) warning exceptions when passed a 'true' argument.
  • Resource limits: Added support for image Width and Height limits. Default image Width and Height limits are based on the range of a 32-bit signed integer, even for 64-bit builds which may have sufficient numeric range to image an entire galaxy. Limits may be increased as desired.
  • TIFF: Use define tiff:ignore-tags to ignore tags in 'corrupted' files with unknown and invalid tags. Use to read TIFF files which otherwise can not be read due to errors.
  • TIFF: Use '-define tiff:report-warnings=true' to enable that warnings reported by libtiff are thrown as warning exceptions so that they may be caught or will be reported at the gm command-line.
  • Windows Exceptions: A handler is registered (due to calling InitializeMagick()) to capture Windows Exceptions in a similar manner to the existing POSIX signal handler. If an application is using the library and wants to provide it own Windows exception handling, then it should make any changes after invoking InitializeMagick().
  • Build Changes:
  • WebP is not included in the build when building with Visual Studio 6 (1998 vintage compiler!) since it requires more modern C.
  • Behavior Changes:
  • AVI: Support for this format is removed since the implementation was worthless.
  • TIFF: Now uses YCbCr encoding when JPEG compression is requested for an RGB image.

New in GraphicsMagick 1.3.20 (Aug 18, 2014)

  • Security Fixes:
  • No security issues were reported or fixed.
  • Bug fixes:
  • Compilation: No longer undefine __attribute__ since this may be used by system or compiler headers and cause problems.
  • BMP: Alpha channel from BMP3 format was inverted.
  • PNG: Fix round-trip repeatability issue (due to rounding algorithm) with modern versions of libpng. Prefer the less accurate method which does not alter the image.
  • PNG: Fix some memory leaks in error-handling paths.
  • PNM: Scaling of alpha in sub-ranged pixels is fixed.
  • Wand API: Removed development debug fprintf which causes each drawing primitive to be printed to stderr.
  • PS, PS2, PS3, PDF: Only use resolution from image or -density if units was properly specified. Without units, resolution is worthless.
  • PS, PS2, PS3, PDF: Use resolution from image if it appears to be valid.
  • WebP: Fix inverted return status which caused failure to be reported instead of success.
  • Rotation clipping/shearing errors for short wide images at some angles is fixed.
  • -geometry: Deal with resize geometry missing width or height (e.g. '640x' or 'x480') by substituting the missing value with one which preserves the image aspect ratio. This has been documented to be supported since almost the dawn of GraphicsMagick but was not actually supported until now.
  • -geometry: Support '>' and '

New in GraphicsMagick 1.3.19 (Jan 4, 2014)

  • Security Fixes:
  • EPT: Fix crash observed when Ghostscript fails to produce useful output. This was particularly noticeable when Ghostscript was not installed. This crash could be used to cause denial of service.
  • PNG: With libpng 1.6.X, avoid a crash while copying a PNG with a "known incorrect ICC profile". This crash could be used to cause denial of service.
  • Bug fixes:
  • Build: Fix cross-compilation for MinGW64 on Linux build machine.
  • Build: configure FreeType test no longer insists that can be included.
  • CMS profile: Only delete the CMS transform if it is non-null. Fixes assersion observed when lcms returned a null profile and GraphicsMagick attempted to deallocate it.
  • Drawing: Improve error handling logic so that drawing returns quickly on pixel access errors rather than plowing on ahead. This avoids problems with SVGs which take seemingly forever to render.
  • Drawing via C/C++ APIs: BevelJoin no longer causes a MVG parsing error.
  • EPT: Fix crash observed when Ghostscript fails to produce useful output. This was particularly noticeable when Ghostscript was not installed.
  • OpenMP: Revert use of omp_set_dynamic() since it caused performance issues when using GCC's GOMP implementation and the number of threads to use is specified.
  • EXIF profile: Support the SubjectArea EXIF tag.
  • MIFF writer: PseudoClass format was written incorrectly for depth greater than 8.
  • MIFF writer: RLE compressed format used inverted alpha from the other subformats and contrary to the MIFF specification.
  • MIFF reader: Fixes Fixes to be able to read MIFF written by ImageMagick 6.X, including DirectClass grayscale images (except for RLE compressed).
  • Mosaic: Fixed unsigned underflow problem with -mosaic when page offset is negative and exceeds image width or height, resulting in assertions, out of memory errors, or pixel cache limit errors.
  • PDF: Consistently initialize Image page width and height to image width and height. While general to all of GraphicsMagick, this change is to assure that the PDF writer computes page dimensioning consistently. PDF page dimensioning was wrong if the image had been resized with -geometry "100%".
  • PAM: Fix MAXVAL scaling when reading PAM images. PAM was only working correctly for images with 256 or 64k levels.
  • PNM: PGM "P2" format writer wrote bad output for 8-bit depth.
  • PNG: With libpng 1.6.X, avoid a crash while copying a PNG with a "known incorrect ICC profile".
  • PNG: Q8 GM build now correctly reads 16-bit PNG files.
  • TIFF writer: Try to avoid writing more than 32k strips per image by increasing rows-per-strip since some programs fail to read images with more than 32k strips per image.
  • TIM reader: PSX TIM reports 8-bit depth (rather than 16).
  • TTF font rendering: Improve FreeType rendering error logic so that rendering returns immediately on pixel access errors rather than plowing on ahead.
  • TTF font rendering: Support rendering UTF-8 up to 21-bit code points. Was only supporting 16-bit code points.
  • Wand API: DrawSetStrokeDashArray() / DrawGetStrokeDashArray(), fix failure to work properly due to this code path never being tested.
  • Windows Ghostscript: 64-bit GraphicsMagick no longer requires both 32-bit and 64-bit builds of Ghostscript to be installed in order to read Postscript and PDF formats.
  • XPM reader: Reported depth now depends on the colormap rather than always claiming to be 16-bit.
  • New Features:
  • JPEG: Add support for writing 'XMP' profile.
  • PNM: As a simple non-standard extension to the standard PNM and PAM formats, support writing and reading 32-bit sample depth. Writing such files is only supported by the Q32 build although they may be read by any build.
  • WebP: Now supports reading and writing Google's WebP format. This feature is not currently supported by the Windows Visual Studio build.
  • Feature improvements:
  • Pixel composition based on BlendCompositePixel() is enhanced to completely eliminate under-color from the blending if the under-pixel is fully transparent. Also blends based on the average opacity of both pixels rather than only the over-pixel. This change did not result in any change in the GM test suite results but it is possible that there could be some negative impact from it. Please report any issues noticed which are due to this change.
  • X11 display: For DirectClass image, use ThumbnailImage() rather than SampleImage() when creating the panner icon to improve the quality of the image.
  • Performance Improvements:
  • PNG: ping a PNG faster by avoiding reading the image data.
  • Behavior Changes:
  • MIFF: Now writes PseudoClass images correctly when depth is greater than 8. This impacts the reader, which will not be able to read previously written incorrect format correctly. Images like this should be very rare. The solution is to use an older GraphicsMagick version to convert such images to a valid storage format (with a depth of 8) so that they may be read with this version.
  • MIFF: Now writes RLE-compressed RGBA images with correct alpha. This impacts the reader, which will not be able to read previously written incorrect format correctly. Images like this should be very rare. A solution is to use an older GraphicsMagick version to use a compression algorithm other than RLE so that they are read correctly with this version. Another solution is to process problematic images with '-operator Opacity Negate 0' to invert the alpha channel.
  • TIFF: Returns DirectClass images by default for MINISWHITE and MINISBLACK TIFF formats (rather then colormapped).
  • Windows: Also search c:gsfonts for Ghostscript font files. This search path is normally hard-coded into Ghostscript binaries and is a convenient place to put fonts so they may be shared by multiple Ghostscript versions.
  • XPM: Now limits color resolution to 16-bits, even with Q32 build.

New in GraphicsMagick 1.3.18 (Mar 11, 2013)

  • Special Issues:
  • Due to GCC bug 53967, several key agorithms (e.g. convolution) may execute much faster (e.g. 2-3X) for x86-64 and/or when SSE is enabled for floating point math (-mfpmath=sse) if the GCC option -frename-registers is used. Default 32-bit builds do not experience the problem since they use '387 math. It is not clear in what version of GCC this problem started but it was not noticed by the developers until the GCC 4.6 timeframe. Other compilers do not suffer from this bug.
  • Bug fixes:
  • Fixed bug with format substitutions if input string ends with a single '%'.
  • BMP: Fixed an old bug with decoding chromaticity primaries.
  • PNG: Fixed reading of interlaced images. Fix reading of sub-8-bit palette and grayscale images. Some PNG sub-formats were written incorrectly. Fix crash in PNG8 writer if image colors happened to be non-zero but image was not actually colormapped.
  • PNG: Configure script now also searches for libpng versions 16 and 17.
  • TIFF: Fix a crash which was noticed when writing RGBA separated (planar) format.
  • --enable-symbol-prefix was not prefixing all of the C symbols. Some core C library functions were not prefixed. This option applies to the Wand library API as well now.
  • C API: When input is from a user-provided file descriptor, the file position is restored after reading the file header bytes. Previously the file position was rewound to the beginning of the file. This allows reading embedded image data from the current offset in a file, and allows continuing to use the stream after GraphicsMagick has returned the image.
  • C API: It is now possible to invoke CloseBlob() multiple times.
  • display: Display was supposed to respond to +/-usePixmap, but was not. It was responding to +/-use_pixmap. Now it responds to both.
  • New Features:
  • GM utility: New 'batch' command was contributed by Kenneth Xu which supports executing any number of other GM utility sub-commands in a single invokation in a sort of "batch" script. Input may be piped from standard input, from a specified file, or from a 'GM >' command prompt. This utilities front-end allows any other program/script to drive 'gm' using a co-process model and speeds up execution by eliminating utility start-up/shut-down time.
  • convert/mogrify: Now support -auto-orient to automatically rotate the image upright for viewing based on its current orientation setting. Also support -orient to support setting the current image orientation. Please note that the orientation property of EXIF profiles is not yet updated so the EXIF profile will be wrong after using -auto-orient.
  • C API: AutoOrientImage(), new New function to automatically orient the image so that it is upright for normal viewing.
  • Wand API: MagickGetImagePage()/MagickSetImagePage(), new functions to support getting and setting the image page size and offsets.
  • PNG: Added PNG48 and PNG64 support. Added PNG00 support (png encoder that inherits its color-type and bit-depth from the input, if the input was a PNG datastream).
  • Feature improvements:
  • GraphicsMagick TAP tests may now be run stand-alone using Perl's 'prove' TAP test driver.
  • Performance Improvements:
  • Detection of glob specifications in file names is more efficient.
  • Behavior Changes:
  • ltdl: Libltdl is no longer bundled. Libltdl must be previously installed on the system in order to build the modules configuration.
  • AppendImages() now converts subsequent images to the colorspace of the first image, and no longer converts the first image to RGB. Instead, it is assumed the user knows what she is doing.
  • SetImageColorRegion() no longer automatically converts the image to RGB. The user is responsible for assuring that the provided color is in the same colorspace as the image.

New in GraphicsMagick 1.3.17 (Oct 15, 2012)

  • Security Fixes:
  • PNG: Fix for CVE-2012-3438. The Magick_png_malloc function in coders/png.c in GraphicsMagick 6.7.8-6 does not use the proper variable type for the allocation size, which might allow remote attackers to cause a denial of service (crash) via a crafted PNG file that triggers incorrect memory allocation.
  • Automake (derived): Fix for CVE-2012-3386: The "make distcheck" rule in GNU Automake before 1.11.6 and 1.12.x before 1.12.2 grants world-writable permissions to the extraction directory, which introduces a race condition that allows local users to execute arbitrary code via unspecified vectors.
  • Bug fixes:
  • PNG: Reading sub-8-bit palette images is fixed (images looked stretched).
  • SVG: Fixed bug which allowed MVG and SVG files with long vector paths to crash the software.
  • SVG: Ignore XML headers rather than rendering them as text.
  • MVG/SVG/WMF/-draw: It is now possible to draw a plain ',' character.
  • WMF: Fixed a bug which caused wrong centered-text placement.
  • import: Return status was inverted.
  • configure: Don't force that liblzma is used just because libtiff is used.
  • New Features:
  • The configure script now supports a --enable-quantum-library-names option to enable that shared library name includes quantum depth to allow shared libraries with different quantum depths to co-exist in same directory (only one can be used for development).
  • JNX: Support is added for reading the Garmin proprietary Image Format.
  • BMP: Support an alpha channel in uncompressed 32-bit BMP.
  • Feature improvements:
  • -lat: The adaptive threshold algorithm is replaced with a new algorithm which scales linearly (rather than quadratically) with area size.
  • Tests: Test suite is re-written to use TAP-based tests.
  • GIF: Reader tries to be better at detecting and reporting failures.
  • Performance Improvements:
  • -lat: Adaptive threshold is much faster with large area sizes.
  • Windows Delegate Updates:
  • Dcraw 9.16 is now included in the build (with JPEG and JPEG2000 support).
  • Libxml2 is updated to the 2.9.0 release.
  • Libtiff is updated to the 4.0.3 release.
  • Lcms2 is updated to the 2.4 release.
  • Libpng is updated to the 1.5.13 release.
  • Behavior Changes:
  • Loading modules is only supported for the modules build. Previously any build using shared libraries could load modules.
  • Bundled libltdl is now configured as 'installable' rather than 'convenience'.
  • -enhance: Only filter based on color channels (ignore opacity).
  • BrowseDelegate: Web browser (for viewing help information) now defaults to 'xdg-open', but if it is not found, then configure will search for firefox, google-chrome, mozilla (in that order).

New in GraphicsMagick 1.3.16 (Jun 25, 2012)

  • Security Fixes:
  • Don't translate 'comment' and 'label' attributes if the request is made while a file is being read. Only translate such attributes if they come from the command line or API user.
  • Bug fixes:
  • SWT: SWT reader suffered from a number of implementation errors which caused it not to work any more. Works again.
  • XBM: Fix memory leak observed when reading file in 'ping' mode.
  • Support -trim on images which use a consistent (single color) transparent background. In this case, trim is done based on opacity rather than foreground color.
  • Include in order to assure that 'size_t' and 'ssize_t' are declared. This is necessary since MagickExtentImage() uses these types as part of its definition.
  • +repage was not working because parser was insisting that it should include an argument.
  • -units was scaling existing resolution the wrong way around (i.e. multiplying rather than dividing).
  • PerlMagick: Fix compilation with Perl 5.16.
  • PingBlob(): PingBlob was not working for all cases. Is now based on BlobToImage() for assured reliability.
  • Feature improvements:
  • MAT: Animated movies inside 4D matrices are loaded now.
  • PDF: File base name is used as the document title.
  • PNG: Fix issues observed specifically with libpng 1.5.10.
  • Performance Improvements:
  • Pixel iterators should be more efficient now if the image uses a file-backed cache.
  • Motion blur algorithm does scale well as cores are added so include OpenMP support for it by default.
  • Windows Delegate Updates:
  • JPEG: Updated to IJG 8d release.
  • PNG: Updated to 1.5.11 release
  • TIFF: Updated to 4.0.2 release.
  • Zlib: Updated to 1.2.7 release.
  • libxml2: Updated to 2.8.0 release.

New in GraphicsMagick 1.3.15 (Apr 29, 2012)

  • Security Fixes:
  • Libpng in Windows build is updated to 1.5.10 release. Provides a fix for CVE-2011-3048.
  • Bug fixes:
  • PNG - fixed problem with bit depth when the encoder decides to write RGBA instead of indexed PNG.
  • Fixed some temporary file leaks which were caused by the temporary file name being automatically extended to include a scene number, and therefore fail to be deleted.
  • New Features:
  • Added '+noise random' and '-operator noise-random' to 'convert' and 'mogrify'. This modulates the existing image data with uniformely random noise.
  • Added -strip option in composite, convert, mogrify, and montage to remove all profiles and text attributes from the image.
  • Added -repage option to composite, convert, mogrify, and montage subcommands to reset or adjust the current image page offsets based on a provided geometry specification.
  • New C function StripImage() to remove all profiles and text attributes from the image.
  • New C function ResetImagePage() to adjust the current image page canvas and position based on a relative page specification.
  • C functions GenerateDifferentialNoise(), AddNoiseImageChannel(), QuantumOperatorRegionImage(), AddNoiseImage() updated to support RandomNoise enumeration.
  • New C++ Image method strip(), and unary function stripImage() to remove all profiles and text attributes from the image.
  • XCF format now respects image subimage and subrange members so that returned image layers may be selected.
  • The INFO coder (e.g. output file "info:-") now respects the -format option so that its output may be adjusted identically to how -format works for 'identify'.
  • TclMagick now supports Random noise.
  • Feature improvements:
  • C function ThumbnailImage() now allows the user to override the filter used, but still defaults to using the box filter.
  • Behavior Changes:
  • No longer add a printf-style scene formatting specification to filenames which do not have one and no longer automatically operate in 'adjoin' mode in such cases. If multiple numbered files are intended to be output, then add +adjoin to the command line and use an output filename specification similar to "image-%d.jpg". Output files are now completely specified and predictable but this may break some existing usages which anticipate the automatic file numbering.

New in GraphicsMagick 1.3.14 (Feb 27, 2012)

  • Security Fixes:
  • Windows bundled libpng updated to the 1.5.9 release, which fixes
  • the dire CVE-2011-3026 buffer overrun bug.
  • Bug fixes:
  • EMF format : Fixed wrong module mapping which caused EMF reading
  • to not work under Windows.
  • TGA format: Assume that 32-bit TGA files have an alpha channel,
  • even if they are not marked as such.
  • XCF format: Fix reading XCF which is comprised of different sized
  • layers.
  • JPEG & CineonLog: Convert RGB-compatible colorspaces
  • (e.g. CineonLog) to RGB by default since that was the case prior
  • to release 1.3.13.
  • RAW formats: Small memory leak in dcraw module was fixed.
  • Resize: ResizeImage() was ignoring its resize filter argument and
  • was using the filter setting from the Image structure instead.
  • The mirror virtual pixel method was broken.
  • New Features:
  • Open64 Compiler Suite: Version 5.0 is fully supported.
  • Wand API: Added MagickExtentImage().
  • MEF RAW: Mamiya Photo RAW "MEF" format is now supported.
  • Feature improvements:
  • DPX format: Original file endianness is preserved by default.
  • PNG library: Updated libpng to 1.5.9 release.
  • TIFF library: Updated libtiff to 4.0.1 release.
  • Zlib library: Updated to zlib 1.2.6 release.
  • Performance Improvements:
  • Despeckle algorithm (-despeckle) is many times faster.
  • Behavior Changes:
  • DPX format: Original file endianness is preserved by default.

New in GraphicsMagick 1.3.13 (Dec 30, 2011)

  • Bug fixes:
  • In I/O blob, don't rewind already open file handle passed to
  • OpenBlob() since we don't know the intended state of this file
  • handle, and because it prevents appending to an existing file.
  • In AppendImageProfile(), don't leak profile buffer while appending
  • a chunk to an existing profile.
  • Fix deadlock in ClonePixelCache() which was caused by using the
  • same semaphore pointer in the source and destination images.
  • Removed bogus SyncBlob() code which sometimes caused a crash and
  • was not useful.
  • Fixed crash or hang which occured when the user entered CONTROL-C
  • while threaded code was being executed.
  • Fix core dump in AcquireOneCacheViewPixelInlined() when the image
  • is in CMYK space.
  • In MontageImages (montage), fix crash observed with "-geometry
  • x+0+0".
  • The TIFF reader was crashing for images which use the
  • TIFFTAG_OPIIMAGEID tag.
  • AppendImages() (-append) was failing when only one image was
  • provided.
  • The `animate`, `display`, and `identify` commands now report any
  • error only once, and then proceed to the next file name rather
  • than quitting.
  • Don't change the locale settings in InitializeMagick() since this
  • may cause problems for international users. API users are still
  • responsible for assuring that locale settings don't break floating
  • point parsing and output (i.e. floating point decimal needs to be
  • '.' rather than ',').
  • RPM build is fixed (PerlMagick build was broken).
  • RPM build installs documentation to expected places on Red Hat
  • type systems.
  • Fixes for usage with OpenSolaris.
  • DESTDIR is supported by PerlMagick build.
  • The matte channel was not being properly enabled or respected for
  • TXT images.
  • InitializeMagick() and DestroyMagick() are now fully thread safe.
  • When a shear angle was as zero, the shear request was being
  • ignored entirely.
  • In DispatchImage(), the `K` channel was always output as black for
  • "CMYK" specification unless the image matte flag was True.
  • MATLAB fixes.
  • PNG fixes.
  • PCL fixes for printing bi-level image on Konica-Minolta printers.
  • EPT error handling fixes.
  • JPEG reader was sometimes truncating large IPTC profiles.
  • JPEG writer now handles errors properly rather than allowing
  • libjpeg to exit the program (or hanging if driven by Magick++).
  • JPEG reader now treats an unhandled EXP marker as a warning rather
  • than a hard error.
  • File open errors are now reliably reported.
  • Improved rendering precision when using the drawing APIs.
  • For the Magick++ Image backgroundColor(), borderColor(), and
  • matteColor() methods, preserve the opacity part of the
  • user-specified color.
  • New Features:
  • Add support for drawing text using a bitmap font.
  • benchmark command supports a -stepthreads option to execute the
  • specified command with an increasing number of threads to measure
  • how an algorithm benefits from threading. This mode includes a
  • column to show the speedup compared with one thread, and the
  • Karp-Flatt metric
  • Added Add support for invoking "gs-cmyk" and "gs-cmyka" entries in
  • delegates.mgk when ColorSeparationType or ColorSeparationMatteType
  • is requested. These cause Ghostscript to always output CMYK PAM
  • format (even if the input file was not in CMYK format).
  • EXIF profiles are preserved when writing JPEG files.
  • The -mosaic command now respects the composition option specified
  • by -compose as well as the image background color specified by
  • -background.
  • The TXT coder now supports multiple image frames.
  • For image normalization (-normalize), add support for
  • histogram-threshold setting to specify the percentage of the
  • histogram to discard when computing image normalization parameters
  • (default is 0.1%). For example `-set histogram-threshold 0.01
  • -normalize`.
  • Added an `INFO` coder which produces textual image description
  • output similar to `identify` but may be used with convert like "gm
  • convert myfile info:-".
  • Support application of the PDF crop box via '-define
  • pdf:use-cropbox=true'.
  • For PCL printer output, define pcl:fit-to-page in order for the
  • printer to scale the image to fit the page.
  • Added order dither 5x5, 6x6, and 7x7 circular dither patterns to
  • create a halftone effect.
  • PNM subformats are now reported as the specific subformat rather
  • than just "PNM".
  • NetPBM's PAM format is now supported.
  • MacPaint image format reader is added.
  • Added TIFF LZMA compressor support.
  • Added TIFF support for a tiff:group-three-options define to allow
  • power-users to set the value of the GROUP3OPTIONS tag.
  • New core C API function SetImageColorRegion() to set the constant
  • pixel color for a specified region of the image.
  • New Wand C API function MagickWriteImagesFile() to append images
  • to a provided file handle.
  • New Wand C API function MagickSetImageSavedType() to allow
  • specifying the storage type used when saving the file (rather than
  • changing the current image characteristics).
  • In Wand C API, the functions NewPixelWand(), NewDrawingWand(), and
  • NewMagickWand() invoke InitializeMagick() automatically in case
  • user forgets to do so.
  • New Wand C API function MagickSetFormat() to allow setting the
  • file or blob format before it has been read.
  • New Wand C API function MagickSetDepth() to set the depth used
  • when reading from an image format which requires that the depth be
  • specified in advance.
  • Feature improvements:
  • Now compiles properly with libpng 1.4.X and 1.5.X.
  • Lcms 2.X is supported.
  • Performance Improvements:
  • TGA read performance improved.
  • PNM read/write performance improved.
  • Convolution (-convolve, -sharpen, -guassian, etc.) is faster.
  • Adaptive threshold image (-lat) is faster.
  • Image trimming (-trim) is faster.
  • Behavior Changes:
  • For DPX format and packed 10 bits, datums are now represented in
  • the same (reversed) order for all RGB and YCbCr formats.
  • Previously YCbCr 4:4:4 formats were not swapping the word datums
  • because the only real-world files encountered did not swap the
  • word datums.
  • The -colors, -map, and -monochrome options now take effect
  • immediately rather than at the end of all other processing.
  • Removed non-standard multi-frame extension for SGI format.
  • Windows install footprint is more consistent between DLL and
  • static builds.
  • LZMA compressed tarball is in 'xz' format rather than deprecated
  • 'lzma' format.

New in GraphicsMagick 1.3.12 (Mar 9, 2010)

  • Security Fixes:
  • Updated libpng Windows sources to 1.2.43 in order to resolve
  • CVE-2010-0205 as it pertains to the GraphicsMagick Windows build.
  • Bug fixes:
  • Filter mode (write to stdout) was completely broken.
  • Should now compile with libpng 1.4.
  • Windows PerlMagick build identified itself as the wrong version.
  • Behavior Changes:
  • DCX output format is only written on request. Previously the PCX
  • coder would automatically switch to DCX format if multiple frames
  • would be written.

New in GraphicsMagick 1.3.11 (Feb 22, 2010)

  • Security Fixes:
  • Fixed array underflow on systems using signed char which could result in a program crash due to extended characters in filenames or in certain file formats.
  • Bug fixes:
  • Fixed array underflow on systems using signed char which could result in a program crash due to extended characters in filenames or in certain file formats.
  • New Features:
  • Added a -thumbnail command to 'convert' and 'mogrify'. This is a faster way to scale down the image when speed is a primary concern.
  • Added a -extent command to 'convert' and 'mogrify' which composites the image on top of a backing canvas image of solid color.
  • Added support for -compose to the 'convert' and 'mogrify', which were documented to support it (but did not).
  • Performance Improvements:
  • Requests for 'Over' and 'Atop' composition are converted to a request for the (faster) 'Copy' composition when both images are opaque.

New in GraphicsMagick 1.3.10 (Feb 11, 2010)

  • Bug fixes:
  • +adjoin was not working correctly for the case when only one image frame is present. With +adjoin and writing one frame to "foo%d.jpg" it was outputting "foo%d.jpg" rather than "foo0.jpg".
  • When drawing paths, memory allocation for the points was much larger than it needed to be (patch by Vladimir Lukianov).
  • Behavior Changes:
  • To reiterate the change which first appeared in 1.3.9, there is no longer an implicit +adjoin if the output file name happens to contain a %d sequence, or there are multiple frames and the output file format only supports storing one frame. Specify +adjoin if scene number substition is desired in the output file names.

New in GraphicsMagick 1.3.9 (Feb 5, 2010)

  • Bug fixes:
  • Fix "double free" error when using gm import -frame.
  • XPM does not support RGBA color syntax, so return RGB instead.
  • The display '-update' option was only working in conjunction with the '-delay' option with a delay setting of 2 or greater.
  • For formats which support multiple frames, output with +adjoing to filenames containing a scene specification (e.g. food.tiff) was resulting in wrong output file names.
  • -convolve was crashing rather than reporting an error.
  • Fixed crash if the number of OpenMP threads was reduced from the original value via '-limit threads' or omp_set_num_threads().
  • -blur was not blurring the opacity channel for solid-color images.
  • When installing HTML documentation, many files were included which are not part of the formatted documentation.
  • Several deleted global string constants are restored with deprecated status in order to assure that symbols are not removed from the ABI.
  • Behavior Changes:
  • There is no longer an implicit 'adjoin' if an output filename contains an apparent scene specification (e.g. food.tiff) and multiple files are not needed to save the image.. It is necessary to use +adjoin. For example ``gm convert foo.pdf +adjoin d.tiff``.
  • -flatten now applies the image background color under the first image in the list if it is not already opaque.

New in GraphicsMagick 1.3.8 (Jan 22, 2010)

  • magick/unix_port.c (MagickSpawnVP): Remove unneeded new line
  • character in error message format.
  • Magick++/Makefile.am: Allow Magick++ to be built as a shared
  • library under MinGW and Cygwin. This requires a modern GCC in
  • order for C++ exceptions to work.
  • utilities/tests/annotate.sh: MSYS is garbeling up draw command
  • so use a command file rather than using command line.
  • coders/{fits.c,meta.c,locale.c}: Fix benign warnings noticed
  • under Cygwin 1.7.
  • magick/{constitute.c,resource.c,utility.c}: Fix benign warnings
  • noticed under Cygwin 1.7.

New in GraphicsMagick 1.3.7 (Sep 18, 2009)

  • Security Fixes:
  • PCX: Detect improper rows, columns, or depth. Fixes CVE-2008-1097 "Memory corruption in ImageMagick's PCX coder".
  • DrawDashPolygon: Avoid a crash which sometimes occured with tiny polygons.
  • Bug fixes:
  • JPEG: Profile chunks need to be concatentated in order to build the whole profile. This was not working so embedded profiles larger than 32K or maybe 64K were being corrupted. This bug was introduced in GraphicsMagick 1.2.
  • Meta: Fix memory leaks.
  • Meta: Work better with with IPTC record 2 blocks and deal better with IPTC embedded in an 8BIM profile. Fixes by John Sergeant.
  • MPC: Fix crash when reading MPC and the input image is modified.
  • PNG: Ensure that the opacity channel is properly initialized.
  • -profile: Lowercase arguments were sometimes not working as expected.
  • Topol: Topol reader actually works now and is included in test suite.
  • TIFF: Read and write JPEG-compressed grayscale TIFF correctly.
  • VisualMagick configure now works properly when output paths are specified.
  • WMF: Eliminate memory leaks.
  • New Features:
  • MagickWand: New method MagickSetCompressionQuality() to allow setting the compression quality.
  • MagickWand: New method CloneDrawingWand() to deep-copy a drawing wand.
  • MagickWand: New method DrawGetException() to retrieve information regarding the last drawing wand exception (if any).
  • MagickWand: New method DrawClearException() to clear a drawing wand exception.
  • Magick++: New Image method cdl() to apply the ASC CDL.
  • Magick++: New Image method colorMatrix() to apply a color matrix to the image channels.
  • Magick++: New Image method haldClut)() to apply a color lookup table (Hald CLUT) to the image.
  • MSL/Conjure: Added a new 'profile' command which applies, adds, or removes one or more IPTC, ICC or generic profiles from a file. Work contributed by John Sergeant.
  • Added a 'time' subcommand to provide Unix-style 'time' output when a 'time' capability is missing, or the reporting format is inconsistent. For example 'gm time convert ...'.
  • Feature improvements:
  • ColorMatrixImage(): Add opaque opacity channel when needed.
  • PDF & PS: Use '-type palette' prior to input file name to cause Ghostscript to return a dithered colormapped image.
  • PNG: Now compiles with libpng-1.4.0beta74 and later.
  • TIFF: Libtiff in Windows build is upgraded to 3.9.1. This allows GraphicsMagick to read and write 16 and 24 bit float TIFF files.
  • Windows code to find Ghostscript is rewritten from scratch.
  • Performance Improvements:
  • Drawing of points, lines, and polygons (and complex shapes based on these) is now accelerated using OpenMP with excellent speed-up.
  • ICC color transforms now see linear speedup from OpenMP.
  • Rotate: For rotations of 90 or 270 degrees, tile sizes are selected more appropriately.
  • Behavior Changes:
  • No longer clear the exception structure at the start of ReadImage() and other similar functions since this sometimes masks errors. The API user is expected to make sure that the exception structure is clean prior to invoking a function.
  • SVG: Writer is now disabled since it usually does not work properly.

New in GraphicsMagick 1.3.6 (Jul 26, 2009)

  • Many bug fixes and performance improvements were added since the previous release.
  • A number of new features have been added, such as Hald CLUT, ASC CDL, ColorMatrix, and CALS format.
  • Existing features have been dramatically improved in the areas of HP-PCL, DICOM, PDF, and many more.
  • This release passes valgrind test completely cleanly under Debian Etch using both the "memcheck" and "helgrind" tools.

New in GraphicsMagick 1.3.5 (Jan 27, 2009)

  • Security Fixes:
  • BMP and DIB formats were throwing an assertion for negative height values. This caused the process to crash.
  • Bug fixes:
  • Don't install Magick++ headers if C++ is disabled.
  • Linux RPM SPEC file needs to always install the loadable module .la files or else the modules won't load.
  • Windows runtime DLLs were for the wrong compiler version, resulting in failure to execute if the correct runtime DLLs are not available.
  • Feature improvements:
  • FITS: Parsing is more robust.

New in GraphicsMagick 1.3.4 (Jan 16, 2009)

  • Bug fixes:
  • Now runs under Windows Vista (as a 32-bit application).
  • Fix for colorspace transform math overflow in Q32 build.
  • New Features:
  • Windows build supports OpenMP and requires Windows 2000 or later
  • Support large files under Windows.
  • Support reading/writing 16 and 24 bit float TIFF files.
  • Support reading/writing 64 bit integer TIFF files.
  • Added "Log", "Max", "Min", and "Pow" options to -operator.
  • Feature improvements:
  • Debug logging now properly prints 64-bit offset values.
  • Performance Improvements:
  • Improve resource estimation for Microsoft Windows systems.

New in GraphicsMagick 1.3.3 (Dec 10, 2008)

  • Bug fixes:
  • 'identify' was throwing an assertion when used on colormapped files (this bug was introduced by 1.3.2).
  • With the -segment option, eliminate trashing the image colors when used on huge images.
  • 'identify -format "%c"' now reports the entire comment regardless of size.
  • Argument to -convolve is no longer arbitrarily truncated so huge convolution kernels may now be specified from the command line.
  • Performance Improvements:
  • Image segmentation (-segment) is now accelerated using OpenMP and uses several other tactics to improve execution performance.
  • 'identify "*"' now successfully works in a 32-bit application when used in a directory containing a million files.
  • 'identify' now executes quickly when used on TIFF files.

New in GraphicsMagick 1.3.2 (Dec 1, 2008)

  • Bug fixes:
  • -roll was failing for colormapped images.
  • VID: Memory leak fix.
  • PREVIEW: Solarize parameter was wrong.
  • Delegates previously using 'spawn' needed an ampersand so that starting the child process does not hang the GUI.
  • Feature improvements:
  • +profile now supports an exclusion syntax. For example ``+profile '!icm,*'`` removes all of the profiles except for the ICM profile. The new syntax also allows multiple profiles to be listed at once.
  • Performance Improvements:
  • AdaptiveThreshold, Blur, Convolve, and MotionBlur no longer process the opacity channel unless the image has one.

New in GraphicsMagick 1.3.1 (Nov 18, 2008)

  • RPM build, Fixes to successfully build binary RPMs for Red Hat Linux 4.
  • MSL/conjure, Fix bug with attributes becoming appended to themselves. Fix memory leaks.
  • New --disable-openmp-slow configure option for disabling use of OpenMP for algorithms which may run slower on operating systems with crummy thread libraries.
  • JPEG, Allow user to specify DCT encoding method via jpeg:dct-method define. Also allow control over whether huffman encoding is used via jpeg:optimize-coding define.
  • OpenMP (parallel processing) improvements for these functions: - Rotate by 90 and 270 degrees (-rotate)

New in GraphicsMagick 1.3.0 (Nov 10, 2008)

  • Security fixes:
  • AVI reader: Re-worked to be more robust against crash or DOS.
  • AVS reader: Re-worked to be more robust against crash or DOS.
  • DCM reader: Re-worked to be more robust against crash or DOS.
  • EPT reader: Re-worked to be more robust against crash or DOS.
  • FITS reader: Re-worked to be more robust against crash or DOS.
  • MTV reader: Re-worked to be more robust against crash or DOS.
  • PALM reader: Re-worked to be more robust against crash or DOS.
  • RLA reader: Re-worked to be more robust against crash or DOS.
  • TGA reader: Re-worked to be more robust against crash or DOS.
  • Avoid possible crash in GetImageCharacteristics() when substituting text in comment read from file.
  • Cineon reader: Fixed crash with broken file from Sami Liedes.
  • Palm reader: Fixed crash with broken files from Sami Liedes.
  • PICT reader: Fixed crash with broken files from Sami Liedes.
  • DPX reader: Validate file data better to avoid improper operation with intentionally (or accidentally) defective files.
  • XCF reader: Fixed crash with broken files from Sami Liedes.
  • Bug fixes:
  • Libbz2 is now detected for MinGW.
  • Install documentation under /usr/local/share/doc/GraphicsMagick by default, according to GNU conventions.
  • In PerlMagick, Dissolve composition was not working right.
  • FITS: Ensure that written format conforms to specification.
  • Don't accidentially convert CMYK images to RGB.
  • Eliminated a memory leak in the codec support detection code.
  • JPEG: Removed over-write of image->client_data.
  • PDF: Try to properly deal with reading rotated PDFs.
  • PNG: Fixed crash when writing PNG images with transparency and either optimize is requested, or the image is colormapped.
  • Configure: Fixed the --enable-magick-compat configure option, which had stopped working.
  • Configure: Fixed --without-magick-plus-plus so that it works again. This stopped working in the 1.2 release cycle.
  • Configure: Fixed MagickLibVersion text string generation so that it is now correct when a component of the release number exceeds '9'. Now components can safely count up to '99' before there is a problem.
  • Performance Improvements:
  • OpenMP (parallel processing) improvements for these functions:
  • Affine transform (-affine -transform)Average images (-average)Add noise (+noise)Black threshold (-black-threshold)Blur (-blur)Border (-border)Channel import, export, and depth-setting (-channel, -depth)Clip pathCoalesce (-coalesce)Colorize (-colorize)Colorspace transformation (-colorspace)Compare images ('compare' command)Composition ('composite' command)Convolution (-convolve, -edge, -emboss, -gaussian, -sharpen)Contrast adjust (-contrast)Crop (-crop)CycleColormap (-cycle)Depth setting (-depth, -operator depth)Despeckle (-despeckle)Enhance (-enhance)Equalize (-equalize)Flatten (-flatten)Flip (-flip)Flop (-flop)Frame (-frame)Gamma adjust (-gamma, -operator gamma)GradientImplode (-implode)Levels adjust image (-level)Local adaptive threshold (-lat)Median filter (-median)Minify image (-minify)Modulate image (-modulate)Morph image (-morph)Mosiac (-mosaic)Motion blur (-motion-blur)Negate image (-negate)Noise filter (-noise)Normalize image (-normalize)Oil Paint (-paint)Opaque (-opaque)Ordered dither (-ordered-dither)Operators (-operator)Profile adjust (ICC) (-profile)Random threshold (-random-threshold)Resize image (-resize)Raise image (-raise)Roll image (-roll)Rotate image (-rotate)Shade image (-shade)Shear image (-shear)Shave (-shave)Solarize image (-solarize)Spread image (-spread)Statistics computation (identify -verbose)Swirl (-swirl)Threshold channel (-threshold, -operator threshold)Threshold image (-threshold)Transparent (-transparent)Trim image (-trim)UnsharpMaskImage (-unsharp)Wave (-wave)White threshold (-white-threshold)
  • Improved coder management performance.
  • XCF (GIMP) reader is much faster.
  • New Features:
  • Use MAGICK_CODER_STABILITY environment variable to enable a subset of the coders based on their stability classification.
  • Use MAGICK_IO_FSYNC environment variable to cause written file to be synchronized to disk to avoid possible data loss on power fail.
  • Added 'compare' command to statistically or visually compare two image files.
  • Added new channel operators (-operator):
  • AssignGammaDepthNegateNoise-GaussianNoise-ImpulseNoise-LaplacianNoise-MultiplicativeNoise-PoissonNoise-UniformThresholdThresholdBlackThresholdWhite
  • New composition operators (-compose):
  • CopyBlackCopyCyanCopyMagentaCopyYellowDivide
  • Added -motion-blur to motion blur the image.
  • Mogrify and convert now support -black-threshold and -white-threshold.
  • MAT: Now supports reading compressed files.
  • FITS: Now supports 8, 16, 32 bit integer, float, and double images and writes correct FITS format.
  • DCRAW: Coder proxy module allows reading digital camera files as if they were natively supported.
  • New C API functions:
  • AddNoiseImageChannel(), add noise to an image channel.BlurImageChannel(), blur an image channel.GaussianBlurImageChannel(), gaussian blur an image channel.ImportImageChannelsMasked(), import selected image channels.SharpenImageChannel(), sharpen an image channel.UnsharpMaskImageChannel(), unsharpmask an image channel.New cache view interfaces to correct shortcommings of original ones. New interfaces are AcquireCacheViewPixels(), AcquireOneCacheViewPixel(), AcquireCacheViewIndexes(), GetCacheViewPixels(), SetCacheViewPixels(), and SyncCacheViewPixels(). The deprecated functions are AcquireCacheView(), GetCacheView(), SetCacheView(), and SyncCacheView().GetCacheViewRegion() reports region bounded by a cache view.GetCacheViewArea() reports area bounded by a cache view.ExportViewPixelArea() exports a cache view as formatted pixels.ImportViewPixelArea imports formatted pixels into a cache view.
  • Removed C API functions:
  • ReadStream()WriteStream()
  • Magick++ C++ API improvements
  • Color class no longer considers transparent black to be an invalid color.New Image methods addNoiseChannel(), blurChannel(), gaussianBlurChannel(), motionBlur(), randomThresholdChannel(), randomThresholdChannel(), sharpenChannel(), unsharpmaskChannel().
  • Feature improvements:
  • -ordered-dither and -random-threshold may now be used to individually dither any named channel.Mogrify and convert now support -minify to halve the image size.Mogrify and convert now support -magnify to double the image size.

New in GraphicsMagick 1.2.5 (Jul 28, 2008)

  • TIFF: Eliminated a memory leak in the codec support detection code.
  • JPEG: Removed over-write of image->client_data.
  • PNG: Fixed crash when writing PNG images with transparency and either optimize is requested, or the image is colormapped.
  • A file extension proxy module is used to automatically map from common camera raw format extensions to dcraw so that camera RAW images are loaded automatically using 'dcraw' or similar program as defined via the 'dcraw' entry in delegates.mgk.
  • ThresholdImage() uses a new implementation backported from the development version which attempts to avoid unnecessary image updates.

New in GraphicsMagick 1.2.3 (Jun 7, 2008)

  • Cineon reader: Fixed crash with broken file from Sami Liedes.
  • Palm reader: Fixed crash with broken files from Sami Liedes.
  • PICT reader: Fixed crash with broken files from Sami Liedes.
  • DPX reader: Validate file data better to avoid improper operation with intentionally (or accidentally) defective files.
  • XCF reader: Fixed crash with broken files from Sami Liedes.
  • JP2/JPC reader: Several JPEG-2000 files from Sami Liedes "broken" collection cause crashes in Jasper. This is not GraphicsMagick's fault.
  • Noise generators were only working properly for Q8 build.

New in GraphicsMagick 1.2.2 (May 29, 2008)

  • Documentation is now installed according to the conventions established by the configure script. This results in documentation being installed under /usr/local/share/doc/GraphicsMagick by default.
  • HWB colorspace now works correctly.
  • Composition with CopyOpacity now produces an image with transparency (as expected).
  • Composition now preserves the canvas colorspace.
  • Composition with a displacement map (-displace) no longer leaks an image.
  • Composition now handles CopyBlack properly for CMYK images.
  • Alpha composition now works as expected when both pixels involved include transparency.
  • -gamma multiple channel syntax now works as documented.
  • PerlMagick: Dissolve composition with Opacity now works correctly.
  • TIFF: Was accidentially converting CMYK images to RGB.
  • TIFF: Reject JPEG compression when writing CMYK images.
  • Should now compile with Visual C 2008.
  • Detects libbz2 and libxml2 and builds properly with them in a MinGW build.
  • Exploratory support for OpenMP in the image resize code. Can result in significant performance improvement when significantly reducing the image size on multi-core systems, but little to no improvement when the input and output images are close to the same size. Add --enable-openmp to the configure options to enable using OpenMP.
  • Composition now supports CopyCyan, CopyMagenta, CopyYellow, and CopyBlack in order to copy CMYK channels into an image. CMYK copy composition operators automatically set the image colorspace to CMYK so that everything just works.

New in GraphicsMagick 1.2.1 (May 7, 2008)

  • MAT: Provide a correct error report when the Pixels limit has been exceeded.
  • RPM Spec file: Fixed naming of NEWS file. Use included libltdl (--with-included-ltdl option) in order to avoid possible issues with system libltdl.
  • GraphicsMagick-config script should now output correct dependency information for --libs when libltdl is needed.
  • GraphicsMagick -config no longer depends on GraphicsMagick-config to be in the executable search path.
  • Module loading and execution performance are improved considerably for the modules build. On some systems, the modules build is considerably faster than the static or shared builds.
  • Updated to libtool 1.2.4.

New in GraphicsMagick 1.1.12 (Apr 29, 2008)

  • Do not access X11 or invoke convenience or stealth delegate programs based on the file extension. In particular, these file extensions are rejected for consideration as a format specifier: 'autotrace', 'browse', 'dcraw', 'edit', 'gs-color', 'gs-color alpha', 'gs-gray', 'gs-mono', 'launch', 'mpeg-encode', 'print', 'scan', 'show', 'win', 'xc', and 'x'.
  • magick/effect.c: Should now compile for ARM CPU.
  • TIFF: Don't request Kodak private tags since these cause some versions of libtiff to misbehave.
  • When performing string expansion of image attribute identifiers, skip those which require access to image pixels if image pixels are not present.
  • CropImageToHBITMAP(), ImageToHBITMAP(): Fix leak of bitmap handle.

New in GraphicsMagick 1.2 Beta 1 (Apr 25, 2008)

  • Fixes for CERT security alert TA04-217A described at "http://www.us-cert.gov/cas/techalerts/TA04-217A.html".
  • AVI, BMP, & DIB security fixes.
  • PSD security fixes.
  • P7 format security fix.
  • Fix EXIF IFD stack overflow vulnerability.
  • SGI security fix for RLE encoding (CVE-2006-4144)
  • XCF security fix (CVE-2006-3743)
  • PALM heap overflow fix (CVE-2006-5456)
  • DCM security fix (CVE-2006-5456)
  • Fix for shell command injection in delegate code via file names) (CVE-2005-4601). Delegate execution is much more secure now.
  • Don't use filenames as printf specifications (CVE-2006-0082).
  • Fix integer overflow in DCM coder (CVE-2007-1797).
  • XWD integer overflow fix (CVE-2007-1797).
  • Implementation has replaced usage of strcpy, strcat, and strncat with the more security conscious strlcat and strlcpy.
  • DCM, DIB, XCF, XBM, and XWD security fix for integer overflow vulnerability (IDefense 09.19.07).
  • The configure script now searches for a web browser in the order mozilla, firefox, and finally netscape.
  • When the user specifies the -units option, the current image resolution values are now re-scaled to match the new units.
  • Properly determine Ghostscript font location for Ghostscript 8.0 and later.
  • GraphicsMagick now successfully builds and passes all tests under Digital Unix 5.1, using the vendor compiler.
  • Ghostscript sometimes displays an error message and fails, yet it returns a success error code to GraphicsMagick. Verify that Ghostscript has updated the output file before attempting to use it.
  • Fixed a configure script syntax error when testing for trio.
  • When requesting a list of formats, all of the modules in the module search path are considered. Previously only the modules in the same directory as the LOGO module were listed.
  • Ensure that an image clip mask is respected by the negate algorithm.
  • The BMP writer was sometimes writing incorrect BMP v4 files.
  • Support reading and writing large PCX files.
  • The Red Hat source RPM was failing to install the -config scripts with execute permissions.
  • Fixed a bug which could cause possible truncation while cloning the image cache.
  • Ensure that MIFF files indicate the compression which was actually used.
  • Properly handle errors from libtiff so that corrupted images are not output.
  • Fix for stripped-TIFF reader. Discard extra samples beyond alpha in scanline TIFFs.
  • Endian option now controls TIFF byte-order rather than bit-order.
  • TIFF writer can now write to pipes and other non-seekable output destinations.
  • JBIG writer was writing empty files for some libjbig releases.
  • Improved handling of corrupt GIF files.
  • Handle large SUN format images.
  • Properly compute image depth for 16-bit SGI image files.
  • For the gmdisplay program, ensure that only RGB data is sent to Windows.
  • Many memory leak fixes.
  • PDF writer is fixed so that Ghoscript 8.5 doesn't warn about the output.
  • PDF writer now writes proper output with CCITT compression.
  • Properly use fseeko() and ftello() if they are available.
  • Fixed a infinite loop bug in the XWD reader.
  • Fix minor memory leak in ProfileImage().
  • Fixed -level command parsing when a percent symbol is supplied within the argument rather than at the end.
  • Fix pixel scaling problem caused by floating point rounding error (noticed under AIX).
  • Fixed a memory leak in the GIF coder in the error return path.
  • Fix for SourceForge bug id 1353744 "MagickGetQuantumDepth doesn't work".
  • Fix for SourceForge bug id 1315109 "segfault in InitializeMagick(NULL)".
  • Fix for SourceForge bug id 1391421 "problem doing resize on 273x1 JPEG".
  • Fix for SourceForge bug id 1510075 "Failed to write PDF with JPEG compression".
  • Fix for SourceForge bug id 1572357 "GetOnePixel definition appears incorrect".
  • Fix for SourceForge bug id 1576616 Fix includedir variable in pkg-config files".
  • Fix for SourceForge bug id 1173713 "segfault in ModifyCache".
  • Fix for SourceForge bug id 1431805 "clip art wpg files cause access violation in graphics magick".
  • Fix for SourceForge bug id 1743141 "Affine matrix option parsing".
  • Fix for SourceForge bug id 1625477 "Memory leak reading layered PSD Image".
  • Fix for SourceForge bug id 1878992 "literal square brackets in file name cause large delay and bug id 1783209 "converting runs slowly when subimage is specified".
  • Fix for SourceForge bug id 1883527 "compression of tiff-file has no effect".
  • Successfully read files in the form "file[123]".
  • Fix reading 12-bit grayscale JPEG.
  • Set image depth appropriately when importing image from X11 display.
  • Fix map resource tracking.
  • Fix reading recent variants of ImageMagick's MIFF format.
  • Output bilevel TIFF meeting the TIFF Class F specification.
  • A 'benchmark' subcommand is now available to benchmark the performance of any other arbitrary subcommand (e.g. 'convert').
  • LZW compression is now enabled by default.
  • Support industry-standard subsampling notation like "4:2:2".
  • If gm is executed under a traditional alternate name (e.g. convert), it will invoke the appropriate sub-command. This allows use of hard links, symbolic links, or just copying 'gm' to the desired sub-command name in order to achieve 100% ImageMagick 5.5.2 utility compatibility.
  • Provide the --enable-magick-compat option when configuring to install ImageMagick utilities compatibility links.
  • Identify -verbose output includes normalized (0.0-1.0) statistics.
  • Identify and convert now print "pixels per second" rates to help evaluate performance.
  • Added the identify ping option to force reading the complete file.
  • The display program now supports the progress option to disable any visual progress indication (and hourglass cursor) while loading images.
  • Support writing grayscale TGA files.
  • Provide explicit support for Rec 601 and Rec 709 grayscale spaces.
  • Include some support for a log RGB space based on the 2.048 density range as defined for the Cineon Digital Film System.
  • Added utilities command-line support for industry standard subsampling notation like 4:4:4 and 4:2:2.
  • Use MAGICK_IOBUF_SIZE to tune the size of the I/O buffer.
  • Use -type Bilevel, Grayscale, TrueColor, or TrueColorMatte to influence the type of image that Ghostscript returns.
  • Use '-define tiff:fill-order={msb2lsb|lsb2msb}' to control TIFF bit fill order.
  • The -version option now dumps a feature list as well as the build options.
  • The -endian option now supports the option 'native'.
  • A -monitor is added to enable progress monitoring for the command line utilities.
  • Use the -output-directory option to 'mogrify' to send output files to the specified directory.
  • Use the -create-directories option in conjunction with -output-directory and 'mogrify' to create any necessary subdirectories.
  • A Pixels resource limit is added. Use '-limit Pixels value' to limit the maximum number of pixels in an image to 'value'.
  • The already supported option '-type Optimize' is now honored by formats that need to choose a subformat based on the properties of the image. Grueling tests of many/all pixels are not performed unless '-type Optimize' is supplied.
  • Added a a -set option to the composite, convert, display, mogrify, import commands in order to allow setting an image attribute.
  • Display utility no longer defaults to reading from standard input if stdin is not a tty.
  • May now be configured to use the umem memory allocation library available in Solaris 9, Update 3 and later, or from the portable umem project.
  • Replaced existing DPX "support" with all-new DPX support conforming to the SMPTE 268M-2003 standard.
  • Cineon reader completely rewritten.
  • TIFF coder is completely re-written. Now supports reading and writing RGB, CMYK, and grayscale, scanline-oriented TIFF images with arbitrary (1 to 32 bits) depth. Includes support for tiled TIFF, floating point TIFF, LogLuv TIFF, BigTIFF, arbitrary depths, and associated alpha.
  • TIFF coder now supports retrieving and saving XMP profiles.
  • MATLAB support is much improved and supports writing as well.
  • WPG reader now supports CTM translations.
  • ART format now supports writing.
  • Support 32-bit raw RGB images.
  • Support 32-bit raw CMYK images.
  • Support 32-bit raw gray images.
  • JP2 coder reads images in YCbCr colorspace and retrieves an embedded ICC ICM color profile if present.
  • Added ExportImageChannel() and ImportImageChannel() APIs to support exporting and importing pixel regions with an arbitary range of (1 to 32) bits per quantum.
  • Added image leveling methods for Magick .
  • Generalized GetImageAttribute() support for retrieving wildcarded attributes so that an identify -format specification like ``"%[dpx:*]"`` works as expected.
  • Incorporated changes changes necessary so that GraphicsMagick can work with the Ch C/C interpreter from SoftIntegration at http://www.softintegration.com/.
  • Added MagickAllocFunctions() to allow the API user to replace the underlying memory allocator functions.
  • Added MagickMalloc() and deprecated AcquireMemory().
  • Added MagickCloneMemory() and deprecated CloneMemory().
  • Added MagickMallocArray() to safely allocate N items of size S.
  • Added MagickRealloc() and deprecated ReacquireMemory().
  • Added MagickFree() and deprecated LiberateMemory().
  • The DispatchImage() and ConstituteImage() functions incorporate special case code for BGR, BGRO, BGRP, RGB, RGBO, and I formats (8 bit only) in order to improve performance dramatically.
  • When writing very large JPEG images, don't enable Huffman compression since doing so requires libjpeg to buffer the entire image in memory.
  • When using the 'identify' -verbose option, -verbose must be specified twice in order to obtain the color count. This makes normal use of -verbose much faster.
  • Significantly improved read/write speed for bilevel and gray images.
  • TIFF I/O is considerably faster.
  • Postscript writer is 10-15X faster.
  • PNM formats writer is 10-100X faster.
  • Rotate by 90 or 270 degrees is 2-9X faster.
  • For the MinGW and Cygwin builds, the Magick library is forced to build as a static library since otherwise C exceptions don't work.
  • MinGW cross-build is available from a Linux or FreeBSD host.
  • Determine location of Ghostscript fonts only once in order to improve performance.
  • Updated bzip2 to 1.0.4.
  • Updated Jasper library to version 1.900.1.
  • Updated jbigkit to 1.6
  • Updated lcms to 1.17
  • Updated libpng to 1.2.26.
  • Updated libtiff to 3.8.2
  • Updated zlib to 1.2.3.
  • Libtiff supports LZW compression.
  • X11 is no longer part of the default build and will not be included in the distributed install packages (but can still be built).
  • Find latest Ghostscript which idenfies itself as "GPL Ghostscript".
  • Use GlobalMemoryStatusEx(), if available, to determine how much physical memory is available. Important for large-memory machines.
  • Fixed NTreaddir() so that it does not write beyond its buffer.
  • Fixed opendir() emulation function so it can't overwrite the stack.
  • FlashPIX library sources are no longer distributed in the Windows source package and building FlashPIX is disabled by default. FlashPIX may still be built by adding the library (separately distributed).
  • Fix bitmap handle leak in CropImageToHBITMAP() and ImageToHBITMAP().