gmagick

Provides a wrapper to the GraphicsMagick library.


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

License: PHP License

Latest releases

Version Release Download
2.0.6RC1 2021-02-11 gmagick-2.0.6RC1.tgz
2.0.5RC1 2018-01-01 gmagick-2.0.5RC1.tgz
2.0.4RC1 2016-06-26 gmagick-2.0.4RC1.tgz
2.0.3RC1 2016-06-25 gmagick-2.0.3RC1.tgz
2.0.2RC2 2016-03-11 gmagick-2.0.2RC2.tgz
Show all releases

Changelog

Version Message
2.0.6RC1 Works with PHP 8 but some fixes still required.
2.0.5RC1 hasNextImage() and hasPreviousImage() now actually returns TRUE on success (expected behaviour) instead of Gmagick object.
2.0.4RC1 Reinstate support for INTERLACE_NO, INTERLACE_NONE continue to be supported.
2.0.3RC1 Removed repeated constant INTERLACE_LINE and others that was causing errors (because of the redefinition).
2.0.2RC2 destroy() now only returns bool. Support for the way references are handled in PHP 7. New setColorCount() method.
Show complete changelog