Imagick::getImageRegion
(No version information available, might be only in CVS)
Imagick::getImageRegion — Extracts a region of the image
Descrição
bool Imagick::getImageRegion
( int $width
, int $height
, int $x
, int $y
)
Aviso
Esta função não está documentada, somente a lista de argumentos está disponÃvel.
Aviso
Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.
Extracts a region of the image and returns it as a a new wand.
Parâmetros
- width
-
- height
-
- x
-
- y
-
Valor Retornado
Extracts a region of the image and returns it as a a new wand, throwing ImagickException on error.