MagickSampleImage
MagickSampleImage -- scales the current active image
Description
bool MagickSampleImage( MagickWand mgck_wnd, float columns, float rows )
Scales the current active image to the desired dimensions with pixel sampling. Unlike other scaling methods, this method does not introduce any additional color into the scaled image.
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 |