php_imagick is an extension for PHP4 that makes the ImageMagick image manipulation library available from within PHP scripts. The extension can be built as a self-contained shared object or as a module built into PHP.
| Tags | Internet Web Dynamic Content CGI Tools/Libraries multimedia Graphics Graphics Conversion |
|---|---|
| Licenses | PHP |
| Implementation | C PHP |
Recent releases


Changes: The imagick extension was written from scratch. There are a lot of new functions, and some old functions do not work anymore.


Changes: imagick_sample(), imagick_resize(), imagick_crop(), imagick_shear(), imagick_rotate(), and imagick_morph() are now deprecated and have been replaced by the corresponding imagick_copy_* functions, which return a new handle. The deprecated functions will be removed in the next version. Some critical resource allocation errors were also fixed.


Changes: A rather annoying segfault with imagick_read was fixed and some more code cleanups were added.


Changes: Better config support and error handling, support for PHP versions lower than 4.1, and a new annotate text function were added.


No changes have been submitted for this release.