- 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
This commit is contained in:
Petr Gajdos 2011-07-29 07:09:15 +00:00 committed by Git OBS Bridge
parent 4dbbfeb4d0
commit 3bbad439b5

View File

@ -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 Mon Jun 20 10:44:54 UTC 2011 - pgajdos@novell.com