La classe Imagick
PHP Manual

Imagick::sampleImage

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

Imagick::sampleImageScales an image with pixel sampling

Description

bool Imagick::sampleImage ( int $columns , int $rows )
Avertissement

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

Scales an image to the desired dimensions with pixel sampling. Unlike other scaling methods, this method does not introduce any additional color into the scaled image.

Liste de paramètres

columns

rows

Valeurs de retour

Returns TRUE on success.


La classe Imagick
PHP Manual