Home | History | Annotate | Download | only in jhead

Lines Matching full:imageinfo

122                 ImageInfo.ISOequivalent = 50 << (IsoCode-16);
131 case 1: ImageInfo.LightSource = 1; break; // Sunny
132 case 2: ImageInfo.LightSource = 1; break; // Cloudy
133 case 3: ImageInfo.LightSource = 3; break; // Thungsten
134 case 4: ImageInfo.LightSource = 2; break; // Fourescent
135 case 5: ImageInfo.LightSource = 4; break; // Flash
138 if (Components > 19 && ImageInfo.Distance <= 0) {
144 ImageInfo.Distance = (float)temp_dist/100;
146 ImageInfo.Distance = -1 /* infinity */;
177 if (strstr(ImageInfo.CameraMake, "Canon")){