Searched refs:FocalplaneUnits (Results 1 – 1 of 1) sorted by relevance
17 static double FocalplaneUnits; variable782 case 1: FocalplaneUnits = 25.4; break; // inch in ProcessExifDir()787 FocalplaneUnits = 25.4; in ProcessExifDir()790 case 3: FocalplaneUnits = 10; break; // centimeter in ProcessExifDir()791 case 4: FocalplaneUnits = 1; break; // millimeter in ProcessExifDir()792 case 5: FocalplaneUnits = .001; break; // micrometer in ProcessExifDir()974 FocalplaneUnits = 0; in process_EXIF()1048 ImageInfo.CCDWidth = (float)(ExifImageWidth * FocalplaneUnits / FocalplaneXRes); in process_EXIF()