diff 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
line wrap: on
line diff
--- a/src/image.c	Wed Apr 02 12:12:50 2008 +0000
+++ b/src/image.c	Wed Apr 02 20:44:40 2008 +0000
@@ -364,7 +364,7 @@
 
 	if (imd->color_profile_use_image && exif)
 		{
-		item = exif_get_item(exif, "ColorProfile");
+		item = exif_get_item(exif, "Exif.Image.InterColorProfile");
 		if (!item)
 			{
 			gint cs;