pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/ImageMagick



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan  7 08:58:07 UTC 2009

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

Log Message:
Changes 6.4.8-3:
* Reverse argument and option in Throw*InvalidArgumentException()
  macro for proper exception message.
* Recognize negative geometries for -shear and -annotate (.e.g. 45x-30).
* Fix Y shear angle for -shear option.

Changes 6.4.8-2:
* Use GetImageArtifact() to retrieve -attentuate option value for +noise.
* Support reading FITS test files.
* Replace input.ttf with the public domain Tuffy.ttf font.
* MagickNewImage() no longer faults when parameters are incorrect (reference
* Allocate strings returned by XGetResourceInstance().
* The -append gravity is relative to the container.

Changes 6.4.8-1:
* Reference cache rather than acquiring when cloning an image.

Changes 6.4.8-0:
* Cross-compilation failure using MinGW on Linux for ImageMagick trunk
* Add -interword-spacing option to convert.
* Initialize the black channel when testing the CMY colorspace.
* remove calls to exit() in MagickWand.
* Validate -affine arguments.
* Accept -attentuate as an option for convert.
* Properly create RGBA image if colormapped image has transparency.
* Support X11 geometry like this: +-4+-4;  wierd but X11 supports it.


To generate a diff of this commit:
cvs rdiff -r1.153 -r1.154 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -r1.79 -r1.80 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -r1.59 -r1.60 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -r1.94 -r1.95 pkgsrc/graphics/ImageMagick/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/ImageMagick/options.mk

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