La classe Imagick
PHP Manual

Imagick::cropImage

(No version information available, might be only in CVS)

Imagick::cropImageExtracts a region of the image

Description

bool Imagick::cropImage ( int $width , int $height , int $x , int $y )
Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Extracts a region of the image.

Liste de paramètres

width

The width of the crop

height

The height of the crop

x

The X coordinate of the cropped region's top left corner

y

The Y coordinate of the cropped region's top left corner

Valeurs de retour

Returns TRUE on success.

Erreurs / Exceptions

Throws ImagickException on error.


La classe Imagick
PHP Manual