Imagick::transformImage()
Imagick::transformImage - Convenience method for setting crop size and the image geometry
Syntax
Imagick Imagick::transformImage (
string $crop,
string $geometry)
Arguments
- crop - A crop geometry string. This geometry defines a subregion of the image to crop.
- geometry - An image geometry string. This geometry defines the final size of the image.
Description
A convenience method for setting crop size and the image geometry from strings. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer.
Version
PHP PECL imagick 2.0.0
Return value
Returns TRUE on success.