| Package Information |
| Summary |
Provides a wrapper to the GraphicsMagick library. |
| Maintainers |
Vito Chin <vito@php.net> (lead) [wishlist] [details] Mikko Koppanen <mkoppanen@php.net> (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.
This extension requires GraphicsMagick version 1.2.6+ and PHP 5.1.3+. |
Release notes Version 1.0.6b1 (beta) |
Filename check for writeImage with MagickGetImageFilename. Fix writeImage logic error in filename_len checking. Added affine method for GmagickDraw.
Added affine, getImageGeometry, getImage tests. |