From 3bbad439b5ae18d47718bff4f16f9405f2e037023ffd8ed5f620025189f56bcc Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Fri, 29 Jul 2011 07:09:15 +0000 Subject: [PATCH] - update to 6.7.1.0: * Defend against corrupt PSD resource blocks. * Properly allocate points when render text with large font size. * Added support for Z_RLE strategy in the png compressor, using -quality 98 or 99. * Handle "-quality 97" properly in the png encoder, i.e., use intrapixel filtering when writing a MNG file and no filtering when writing a PNG file. * Added "-define PNG:compression-level|strategy|filter=value" options to the PNG encoder. If these options are used, they take precedence over the -quality option. * Use zlib default compression strategy instead of Z_RLE and Z_FIXED strategies when linking with zlib versions (prior to 1.2.0 and 1.2.2.2, respectively) that don't support them. OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=78 --- ImageMagick.changes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ImageMagick.changes b/ImageMagick.changes index b81ef19..dbbbc84 100644 --- a/ImageMagick.changes +++ b/ImageMagick.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Jul 29 07:07:44 UTC 2011 - pgajdos@novell.com + +- update to 6.7.1.0: + * Defend against corrupt PSD resource blocks. + * Properly allocate points when render text with large font size. + * Added support for Z_RLE strategy in the png compressor, using + -quality 98 or 99. + * Handle "-quality 97" properly in the png encoder, i.e., use intrapixel + filtering when writing a MNG file and no filtering when writing a PNG file. + * Added "-define PNG:compression-level|strategy|filter=value" options to + the PNG encoder. If these options are used, they take precedence over + the -quality option. + * Use zlib default compression strategy instead of Z_RLE and Z_FIXED + strategies when linking with zlib versions (prior to 1.2.0 and 1.2.2.2, + respectively) that don't support them. + ------------------------------------------------------------------- Mon Jun 20 10:44:54 UTC 2011 - pgajdos@novell.com