Home | History | Annotate | Download | only in coders

Lines Matching refs:resolution

965                 if (LocaleCompare(keyword,"resolution") == 0)
968 image->resolution.x=geometry_info.rho;
969 image->resolution.y=geometry_info.sigma;
971 image->resolution.y=image->resolution.x;
2119 if ((image->resolution.x != 0) || (image->resolution.y != 0))
2122 "resolution=%gx%g\n",image->resolution.x,image->resolution.y);