MagickSetImageResolution
MagickSetImageResolution -- sets the resolution of the current active image
Description
bool MagickSetImageResolution( MagickWand mgck_wnd, float x_resolution, float y_resolution )
Sets the resolution of the current active image.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| x_resolution | The image x resolution. |
| y_resolution | The image y resolution |