pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics
Module Name: pkgsrc
Committed By: adam
Date: Tue Dec 14 10:08:40 UTC 2010
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile Makefile.common PLIST distinfo
pkgsrc/graphics/p5-PerlMagick: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -u -r1.88 -r1.89 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.67 -r1.68 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -u -r1.104 -r1.105 pkgsrc/graphics/ImageMagick/distinfo
cvs rdiff -u -r1.72 -r1.73 pkgsrc/graphics/p5-PerlMagick/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index