2011-05-11 13:38:48 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
Changes 6.6.9.8:
* Fixed some cut-and-paste errors in new png.c code that caused PNG8
reductions to fail.
Changes 6.6.9.8:
* Add various Option Flags, and fix option skip counts for plus forms
of simple operators where plus form is the same as minus form.
For example the incorrect counts produces a weird error, and posible
future segmentation fault in a command like convert rose: +border show:
Changes 6.6.9.7:
* Fix FX default for interpolation to Bilinear.
* Fix pixel interpolation for -draw image over (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18612).
* Write the proper bKGD chunk value in grayscale PNG images (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18624).
* Added Inverse method for Sparse Color Interpolation
|
2011-02-26 14:18:25 by Hans Rosenfeld | Files touched by this commit (1) |
Log message:
When using option djvu, include djvulibre in buildlink3.mk to avoid
link failures.
|
2011-01-13 14:40:12 by Thomas Klausner | Files touched by this commit (1644) |
Log message:
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
|
2010-12-29 12:16:14 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Updated buildlink dependencies
|
2010-12-14 11:08:40 by Adam Ciarcinski | Files touched by this commit (5) |
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.
|
2010-11-14 15:05:59 by OBATA Akio | Files touched by this commit (11) | |
Log message:
Shlib major bumped from 3 to 4 at update of ImageMagick-6.6.4.1.
Bump ABI_DEPENDS (and recursive bump).
|
2010-09-16 23:03:50 by Matthias Drochner | Files touched by this commit (6) | |
Log message:
update to 6.6.4.1
many improvements and fixes - see the changelog
|
2010-08-08 23:07:24 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix whitespace problem in Makefile.
|
2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673) |
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
2010-05-04 13:14:23 by Matthias Drochner | Files touched by this commit (5) | |
Log message:
update to 6.6.1.5
many new features and fixes - too much to list here
|