Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:resolution

675   if ((image->resolution.x != 0.0) && (image->resolution.y != 0.0))
677 (void) FormatLocaleFile(file," Resolution: %gx%g\n",image->resolution.x,
678 image->resolution.y);
680 image->columns/image->resolution.x,(double) image->rows/
681 image->resolution.y);