MagickGetImageUnits
MagickGetImageUnits -- returns the image's units of resolution
Description
int MagickGetImageUnits( MagickWand mgck_wnd )
Returns the image's units of resolution. The returned value will be a ResolutionType constant, one of the following: MW_UndefinedResolution MW_PixelsPerInchResolution MW_PixelsPerCentimeterResolution
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |