Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:resolution

688     case 'x': /* Image horizontal resolution (with units) */
692 fabs(image->resolution.x) > MagickEpsilon ? image->resolution.x : 72.0);
695 case 'y': /* Image vertical resolution (with units) */
699 fabs(image->resolution.y) > MagickEpsilon ? image->resolution.y : 72.0);
795 case 'U': /* Image resolution units. */