Package Information |
Summary |
Provides a wrapper to the ImageMagick library. |
Maintainers |
Dan Ackroyd (lead)
[wishlist]
[details]
|
License |
PHP License |
Description |
Imagick is a native php extension to create and modify images using the ImageMagick API.
This extension requires ImageMagick version 6.5.3-10+ and PHP 5.4.0+. |
Homepage |
https://phpimagick.com
|
Release notes
Version 0.9.6
(beta)
|
- functions added: 	imagick_getcolorspace() 	imagick_error() - added a new example called transparent_1x1.html and some explanatory text. I can think of many uses for this code. - thanks to James Huston (hustonjs@itadevelopment.com) for suggesting imagick_getcolorspace() and testing it out. - added GraphicsMagick (http://www.graphicsmagick.org) support to configure script (enable it with --with-imagick-gm) - imagick_readimage() now returns false if ImageMagick ReadImage() fails. - imagick_error() returns 1 string representing any errors that have occurred on an operation. IT IS LARGELY UNTESTED! Beware! However, you can now do things like: $handle = imagick_readimage( "image.jpg" ) or die( imagick_error() ) ; - fixed configure script. It honours now values returned by Magick-config. |