imagick_scale

(PECL)

imagick_scale -- Scale image using pnmscale() of PBMPLUS

Beschreibung

bool imagick_scale ( resource image, int cols, int rows [, string geo_mods] )

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter Liste

image

Image handle

cols

The number of columns in the scaled image

rows

The number of rows in the scaled image

geo_mods

Geometry modificators

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.