diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-13 13:44:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-13 13:44:42 +0000 |
commit | e3e667da4d047645be0a8e4e286972b4e5f5a281 (patch) | |
tree | 1c4b9898ef79424262a43a0070e8c931b15665d3 /graphics/ImageMagick/distinfo | |
parent | a2d718da5ec09c1112064e5e111be9301be315db (diff) | |
download | pkgsrc-e3e667da4d047645be0a8e4e286972b4e5f5a281.tar.gz |
Update to 5.5.1-6.
Changes:
* Verify sanity of sysconf(_SC_PAGE_SIZE) and sysconf(_SC_PHYS_PAGES)
before using their values.
* Corrected bug in image geometry height calculation.
* PingBlob() improperly set the length memory of BlobInfo to zero.
* Fixed Ping() memory leak in PerlMagick.
* Fixed -map problem in convert/mogrify utilities.
* -border with a single value now produces correct results
(e.g. -border 10).
* Set locale type LC_NUMERIC to "C".
* Bug fix for PS2 encoder.
* Added PS-Adobe preamble to PS3 encoder.
* Use ImageMagick release number to allow multiple ImageMagick releases
to co-exist without interference on the same machine.
* Decided that DrawGet functions should return by value.
* Added detailed logging to BMP, PNG, and JPEG codecs, including JPEG
quality estimate.
* Added draw.h "DrawGet" equivalents to most of the "DrawSet" functions.
* Added an array size argument to DrawSetDashPattern and got rid of
the zero-termination garbage.
o Remove 'Set' from the names of draw.h functions which update the
current affine transformation array (e.g. DrawSetRotate becomes
DrawRotate).
* Under Windows, a DllMain function which automatically initializes
ImageMagick (when ImageMagick is built using DLLs) may be added by
defining ProvideDllMain in magick_config.h
* Added resource consumption methods, see magick/resource.c.
* Replaced underscores in commandline options with hyphens. For backward
compatibility, underscores will continue to be recognized.
* Added -blue-primary, -green-primary, -red-primary, -white-point options.
* Added BMP2 and BMP3 output formats.
* Changed chromaticity primary.z from 1.0 to 1.0-(primary.x+primary.y)
in the PNG and PCD codecs.
* Added 'exception' parameter to the ImageMagick progress monitor API.
* Added enumerated types for the dispose member of the Image structure.
* Added -version option to commandline utilities.
* The xcf decoder would sometimes create artifacts when reading RLE-encoded
grayscale images, due to the green and blue samples not being defined.
* Added logging capabilities to the CORE API. This facility is useful
for debugging. Added "events" parameter to the -debug commandline option.
* AcquireImagePixels() did not always return the same pixel values
for virtual pixels when the cache was stored on disk (very rare).
* new -virtual-pixel command line option.
* new PerlMagick virtual-pixel image attribute.
Diffstat (limited to 'graphics/ImageMagick/distinfo')
-rw-r--r-- | graphics/ImageMagick/distinfo | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index aeac4d03018..53a1ddea97a 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,5 +1,10 @@ -$NetBSD: distinfo,v 1.9 2002/08/25 19:22:44 jlam Exp $ +$NetBSD: distinfo,v 1.10 2002/11/13 13:44:43 wiz Exp $ -SHA1 (ImageMagick-5.4.8-2.tar.bz2) = 5f8149c6235ba74581c19871367c73bbb7a799b9 -Size (ImageMagick-5.4.8-2.tar.bz2) = 2979552 bytes -SHA1 (patch-aa) = 47fb005781517d087f46745760f23ea88726e578 +SHA1 (ImageMagick-5.5.1-6.tar.bz2) = c5ddd8904332027e71264a3ea893720cbee06b4a +Size (ImageMagick-5.5.1-6.tar.bz2) = 3328933 bytes +SHA1 (patch-aa) = 953819eb591f7c30a121f14fccc57cecc070fedc +SHA1 (patch-ab) = dd2844b849b72222f85ab903b4ba6a8171bbd4e2 +SHA1 (patch-ac) = fcc9b5518bf876a7937f3afb2d73f9a2a7948a74 +SHA1 (patch-ad) = 74f1acf61935cfaae3d2ea44a80f74598ed418b9 +SHA1 (patch-ae) = a6936bcbc0a377a498cd42e2d0c2e5e644fbdb29 +SHA1 (patch-af) = d77bd3331b5e2a7cb9d1437d2703781d4fe281a2 |