Imagick::extentImage
Set image size
Description
bool Imagick::extentImage
( int $width
, int $height
, int $x
, int $y
)
Parameters
-
width
-
The new width
-
height
-
The new height
-
x
-
X position for the new size
-
y
-
Y position for the new size
Return Values
Returns TRUE
on success.
See Also
- Imagick::resizeImage
- Imagick::thumbnailImage
- Imagick::cropImage