Imagick::transformImage


wizard apg

CONVENIENCE method for setting crop size and the image geometry.


This function has been DEPRECATED as of Imagick 3.4.4.



<?php

Imagick 
public Imagick::transformImage(
                                     
string $crop
                                     
string $geometry
                                                       
);

?>

$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.





This function returns Imagick Object on success.