comparison src/image.c @ 222:77f1bcc6c161

various exif improvements based on patch by Uwe Ohse try to compute 35mm focal length
author nadvornik
date Wed, 02 Apr 2008 20:44:40 +0000
parents ad78ad18523a
children 7754bfc0d98a
comparison
equal deleted inserted replaced
221:79ef86f3b325 222:77f1bcc6c161
362 return FALSE; 362 return FALSE;
363 } 363 }
364 364
365 if (imd->color_profile_use_image && exif) 365 if (imd->color_profile_use_image && exif)
366 { 366 {
367 item = exif_get_item(exif, "ColorProfile"); 367 item = exif_get_item(exif, "Exif.Image.InterColorProfile");
368 if (!item) 368 if (!item)
369 { 369 {
370 gint cs; 370 gint cs;
371 371
372 /* ColorSpace == 1 specifies sRGB per EXIF 2.2 */ 372 /* ColorSpace == 1 specifies sRGB per EXIF 2.2 */