Subject: CVS commit: pkgsrc/graphics/ImageMagick
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 10/13/2007 18:13:31
Module Name:	pkgsrc
Committed By:	adam
Date:		Sat Oct 13 18:13:31 UTC 2007

Modified Files:
	pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo

Log Message:
Changes 6.3.6-1:
* Speed up the Fx interpreter.
* Use ULL not ui64 for MinGW 64-bit constants.
* Call SyncCacheView() instead of SyncImagePixels() in WaveImage().
* Close all references to a pixel cache on disk before removing the temporary
  file as required under Windows.

Changes 6.3.6-0:
* Added Scaling 'derivitives' to -distort Arc, so image arcing is now
  sharp and clear as you approach the center of the distort.
* Added  " -set option:distort:viewport 'geometry' " special option
  that can be used to override the output image size and offset.
* Fixed experimental use of -filter and -support in Resampling (more later).
* Changed order for coordinate arguments in -distort (for leastsq addition)


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -r1.57 -r1.58 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -r1.91 -r1.92 pkgsrc/graphics/ImageMagick/distinfo

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