Gmagick
PHP Manual

Gmagick::cropthumbnailimage

(PECL gmagick >= Unknown)

Gmagick::cropthumbnailimageCreates a crop thumbnail

Description

public void Gmagick::cropthumbnailimage ( int $x , int $y , int $width , int $height )

Creates a fixed size thumbnail by first scaling the image down and cropping a specified area from the center.

Liste de paramètres

width

The width of the thumbnail

height

The Height of the thumbnail

Valeurs de retour

The cropped Gmagick object

Erreurs / Exceptions

Émet une exception GmagickException en cas d'erreur.


Gmagick
PHP Manual