Imagick::setImagePage

(PECL imagick 2, PECL imagick 3)

Imagick::setImagePageSets the page geometry of the image

Descrição

publicImagick::setImagePage(
    int$width,
    int$height,
    int$x,
    int$y
): bool

Sets the page geometry of the image.

Parâmetros

width

height

x

y

Valor Retornado

Retorna true em caso de sucesso.

Erros/Exceções

Lança uma exceção ImagickException em caso de erro.

To Top