MagickScaleImage
MagickScaleImage -- scales the size of the current active image to the given dimensions
Description
bool MagickScaleImage( MagickWand mgck_wnd, float columns, float rows )
Scales the size of the current active image to the given dimensions.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| columns | The number of columns in the scaled image. |
| rows | The number of rows in the scaled image |