MagickSetImageUnits
MagickSetImageUnits -- sets the image's units of resolution
Description
bool MagickSetImageUnits( MagickWand mgck_wnd, int resolution_type )
Sets the image's units of resolution. Returns TRUE on success, FALSE, if an error occurred. resolution_type must be a ResolutionType constant, one of the following: MW_PixelsPerInchResolution MW_PixelsPerCentimeterResolution
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| resolution_type | A ResolutionType constant |