diff options
author | adam <adam@pkgsrc.org> | 2010-12-14 10:08:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-12-14 10:08:40 +0000 |
commit | c49d13c0554fba07b14ac10442dc838e44ec3439 (patch) | |
tree | 2f3133b93da069e018633b1cdd8efa2d5c76aa02 /graphics/ImageMagick/distinfo | |
parent | ae5c2376e89e09772fa26d721225bd559bbf437f (diff) | |
download | pkgsrc-c49d13c0554fba07b14ac10442dc838e44ec3439.tar.gz |
Changes 6.6.6.5:
* Make the PNG encoder always rebuild the palette, to avoid losing
transparency when it is out of sync with the pixel data.
Eliminated CompressColormapTransFirst() since the palette is already
compressed and sorted by opacty now when it's recreated.
* Account for virtual canvas for the -flip / -flop options.
* Also for -transpose and transverse options
* Support -metric fuzz option.
Changes 6.6.6.4:
* Replace IsMagickColorSimilar() which provides the Fuzz Factor threshold
function. Note function does not calculate 'distance' in total but
short-circuits when threshold is reached for faster processing.
* Ordered Dithered handling of Alpha channel was incorrect - fixing
Bug was introduced v6.6.5-6
Changes 6.6.6.3:
* Fixed two more cases where the PNG encoder lost transparency.
Changes 6.6.6.2:
* Affine multiplication reversed when translating.
Changes 6.6.6.2:
* Revised the "c7x7b" and "c7x7w" ordered-dither maps to be complementary
to each other.
Changes 6.6.6.1:
* Add support for -evaluate-sequence median.
Changes 6.6.6.0:
* Fixed two more cases where the PNG encoder lost transparency.
* The policy.xml sets not-to-exceed resource values (e.g. policy memory limit
1GB, -limit 2GB exceeds policy maximum so memory limit is 1GB).
* Support NCC (normalized cross correlation) compare metric.
Diffstat (limited to 'graphics/ImageMagick/distinfo')
-rw-r--r-- | graphics/ImageMagick/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 5eb49a343a1..16b43ffd796 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.104 2010/09/16 21:03:49 drochner Exp $ +$NetBSD: distinfo,v 1.105 2010/12/14 10:08:40 adam Exp $ -SHA1 (ImageMagick-6.6.4-1.tar.bz2) = 8337317b1fd941bfd8bc1d7b4c0534951e445d8e -RMD160 (ImageMagick-6.6.4-1.tar.bz2) = cbb7549328057cd0349487e84267ac9758d98c4f -Size (ImageMagick-6.6.4-1.tar.bz2) = 8669192 bytes +SHA1 (ImageMagick-6.6.6-5.tar.bz2) = 0b41c2fd613636c76094e821bb03669ce104d996 +RMD160 (ImageMagick-6.6.6-5.tar.bz2) = d11219cae8ec24f544f5b6dfed58bf1e50753bb6 +Size (ImageMagick-6.6.6-5.tar.bz2) = 8824856 bytes |