Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
imagick_scale

imagick_scale

(PECL)

imagick_scale -- Scale image using pnmscale() of PBMPLUS

Description

bool imagick_scale ( 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.