imagick_sample
(PECL)
imagick_sample -- Scale image using pixel sampling
Description
bool
imagick_sample ( resource image, int cols, int rows [, string geo_mods] )
Warning |
This function is
currently not documented; only the argument list is
available. |
Parameters
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
Return Values
Returns TRUE on success or FALSE on failure.