Package Information |
Summary |
Provides a wrapper to the ImageMagick library. |
Maintainers |
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+. |
Homepage |
https://phpimagick.com
|
Release notes
Version 0.9.2
(beta)
|
- functions added: 	imagick_profile() - created IMAGICK_PROFILE_* to support imagick_profile(). - this release is significant because of the issue with Microsoft IE where the image's profile causes the browser to not properly render images (you only get red X's). See this posting: 	http://studio.imagemagick.org/pipermail/magick-users/2002-September/005072.html - added this filter IMAGICK_FILTER_UNKNOWN. If the user specifies this filter to imagick_resize(), the resize function will take whatever filter is defined by the image. - modified imagick_resize() to take 6th optional parameter that is the modifier to the geometry to facility building geometries such as 800x600+200+200! or 450x230>. - modified imagick_scale() to take 4th optional parameter that is the modifier to the geometry to facility building geometries such as 800x600+200+200! or 450x230>. - modified imagick_sample() to take 4th optional parameter that is the modifier to the geometry to facility building geometries such as 800x600+200+200! or 450x230>. |