The Imagick class
PHP Manual

Imagick::setPage

(PECL imagick 2.0.0)

Imagick::setPageSets the page geometry of the Imagick object

Beschreibung

bool Imagick::setPage ( int $width , int $height , int $x , int $y )
Warnung

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

Sets the page geometry of the Imagick object.

Parameter-Liste

width

height

x

y

Rückgabewerte

Liefert TRUE bei Erfolg.


The Imagick class
PHP Manual