Searched refs:FocalplaneUnits (Results 1 – 1 of 1) sorted by relevance
17 static double FocalplaneUnits; variable874 case 1: FocalplaneUnits = 25.4; break; // inch in ProcessExifDir()879 FocalplaneUnits = 25.4; in ProcessExifDir()882 case 3: FocalplaneUnits = 10; break; // centimeter in ProcessExifDir()883 case 4: FocalplaneUnits = 1; break; // millimeter in ProcessExifDir()884 case 5: FocalplaneUnits = .001; break; // micrometer in ProcessExifDir()1066 FocalplaneUnits = 0; in process_EXIF()1140 ImageInfo.CCDWidth = (float)(ExifImageWidth * FocalplaneUnits / FocalplaneXRes); in process_EXIF()