imagick_zoom
(PECL)
imagick_zoom -- Zoom image using selected filter
Descrição
bool
imagick_zoom ( resource image, int cols, int rows [, string geo_mods] )
Atenção |
Esta função
não está documentada, somente a lista de argumentos está
disponível. |
Parâmetros
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
Valores de retornado
Retorna TRUE em caso de sucesso ou FALSE em falhas.