Package Information |
Summary |
Provides a wrapper to the GraphicsMagick library. |
Maintainers |
Vito Chin <
vito at php dot net >
(lead)
[wishlist]
[details]
Mikko Koppanen <
mkoppanen at php dot net >
(lead)
[wishlist]
[details]
Dan Ackroyd (lead)
[wishlist]
[details]
|
License |
PHP License |
Description |
Gmagick is a php extension to create, modify and obtain meta information of images using the GraphicsMagick API.
Version 2.0.0RC1 onwards requires GraphicsMagick version 1.3.17+ and PHP 7.0.1+
Version 2.0.5RC1 onwards requires GraphicsMagick version 1.3.20+ and PHP 7.0.1+
If you're using versions of PHP below 7.0.1 but above 5.1.3, please use version Gmagick 1.1.7RC3 |
Release notes
Version 1.1.4RC1
(beta)
|
From Remi Collet's patches: 1. Added Gmagick::QUANTUM_DEPTH constant 2. Added tests for environments where QUANTUM_DEPTH = 16 (with skip conditions for QUANTUM_DEPTH = 8) 3. Fix warning: implicit declaration of function 'php_gmagick_ensure_not_empty' 4. Fix: initialize stack = 0 in appendimages. |