Home | History | Annotate | Download | only in coders

Lines Matching refs:resolution

1112     Set image resolution.
1118 image->resolution.x=(double) jpeg_info.X_density;
1119 image->resolution.y=(double) jpeg_info.Y_density;
2241 "Image resolution: %.20g,%.20g",image->resolution.x,image->resolution.y);
2242 if ((image->resolution.x != 0.0) && (image->resolution.y != 0.0))
2245 Set image resolution.
2248 jpeg_info.X_density=(UINT16) image->resolution.x;
2249 jpeg_info.Y_density=(UINT16) image->resolution.y;
2251 Set image resolution units.