Imagick::setSizeOffset
(No version information available, might be only in CVS)
Imagick::setSizeOffset — Sets the size and offset of the Imagick object
Descrição
bool Imagick::setSizeOffset
( int $columns
, int $rows
, int $offset
)
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.
Sets the size and offset of the Imagick object. Set it before you read a raw image format such as RGB, GRAY, or CMYK.
Parâmetros
- columns
-
- rows
-
- offset
-
Valor Retornado
Retorna TRUE em sucesso.