Searched refs:FocalplaneUnits (Results 1 – 1 of 1) sorted by relevance
17 static double FocalplaneUnits; variable899 case 1: FocalplaneUnits = 25.4; break; // inch in ProcessExifDir()904 FocalplaneUnits = 25.4; in ProcessExifDir()907 case 3: FocalplaneUnits = 10; break; // centimeter in ProcessExifDir()908 case 4: FocalplaneUnits = 1; break; // millimeter in ProcessExifDir()909 case 5: FocalplaneUnits = .001; break; // micrometer in ProcessExifDir()1087 FocalplaneUnits = 0; in process_EXIF()1160 ImageInfo.CCDWidth = (float)(ExifImageWidth * FocalplaneUnits / FocalplaneXRes); in process_EXIF()