Home | History | Annotate | Download | only in coders

Lines Matching refs:resolution

773   if ((image->resolution.x != 0.0) && (image->resolution.y != 0.0))
775 (void) FormatLocaleFile(file," \"resolution\": {\n"
777 image->resolution.x,image->resolution.y);
780 image->columns/image->resolution.x,(double) image->rows/
781 image->resolution.y);