Imagick::cropThumbnailImage
(PECL imagick 2, PECL imagick 3)
Creates a crop thumbnail
Description
Creates a fixed size thumbnail by first scaling the image up or down and cropping a specified area from the center.
Parameters
widthThe width of the thumbnail
heightThe Height of the thumbnail
legacyOptional
boolparameter. If set to true, the calculations are done with the small rounding bug that existed in Imagick before 3.4.0. If set to false, the calculations should produce the same results as the ImageMagick command-line tools.
Return Values
Success
Errors/Exceptions
Throws
Changelog
| Version | Description |
|---|---|
| PECL imagick 3.4.0 | Added the legacy parameter. |