Package Information |
Summary |
Provides a wrapper to the ImageMagick library. |
Maintainers |
Mikko Koppanen <mkoppanen@php.net> (lead) [wishlist] [details] Scott MacVicar <scottmac@php.net> (lead) [details] 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+. |
Release notes Version 3.4.3RC2 (stable) |
- Fixes:
* Imagick::getRegistry() now throws an exception if the key does not exist, rather than terminating the program.
* Prevent attempts to resize image to zero width or height, which is not supported by ImageMagick.
* Fix compiling on Windows issue.
- Added:
* function Imagick::setImageAlpha() which replaces Imagick::setOpacity() |