Subject: CVS commit: pkgsrc/graphics/ImageMagick
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 07/17/2006 16:01:36
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Jul 17 16:01:36 UTC 2006

Modified Files:
	pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo
	pkgsrc/graphics/ImageMagick/patches: patch-aa patch-ab

Log Message:
Changes  6.2.8-4:
  * Add IsImageSimiliar() method to MagickCore API.
  * Improve color reduction algorithm for images with transparency.

Changes 6.2.8-3:
  * The -page A4 option no longer returns a width/height of 0.
  * GetMagickModulePath() at line 803 in magick/module.c the variable 'home'
    is not freed before returning.
  * Magick::throwException should not call MagickLib::GetException().

Changes 6.2.8-2:
  * The DPX orientation header elements are 8 not 16.
  * Fix the ImageMagick web pages so they render properly.

Changes  6.2.8-1:
  * Fix off-by-one error in DrawAffineImage().
  * Set the offset to layer 2 of XCF images.
  * Set proper precendence so -fx 'p{u[1]*w,u[2]*h}' parses properly (bug


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -r1.48 -r1.49 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -r1.69 -r1.70 pkgsrc/graphics/ImageMagick/distinfo
cvs rdiff -r1.36 -r1.37 pkgsrc/graphics/ImageMagick/patches/patch-aa
cvs rdiff -r1.21 -r1.22 pkgsrc/graphics/ImageMagick/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.