Mercurial > geeqie
diff src/bar_exif.c @ 438:eff049b3d308
added fColorProfile pseudo-tag with detailed information
author | nadvornik |
---|---|
date | Sun, 20 Apr 2008 09:29:46 +0000 |
parents | a0fcd4934266 |
children | 4b2d7f9af171 |
line wrap: on
line diff
--- a/src/bar_exif.c Sun Apr 20 09:02:05 2008 +0000 +++ b/src/bar_exif.c Sun Apr 20 09:29:46 2008 +0000 @@ -41,7 +41,7 @@ { 0, 0, EXIF_UI_IFSET, "Exif.Photo.ExposureProgram"}, { 0, 0, EXIF_UI_IFSET, "Exif.Photo.MeteringMode"}, { 0, 0, EXIF_UI_IFSET, "Exif.Photo.LightSource"}, - { 0, 0, EXIF_UI_IFSET, "Exif.Photo.ColorSpace"}, + { 0, 0, EXIF_UI_IFSET, "fColorProfile"}, { 0, 0, EXIF_UI_IFSET, "fSubjectDistance"}, { 0, 0, EXIF_UI_IFSET, "fResolution"}, { 0, 0, EXIF_UI_IFSET, "Exif.Image.Orientation"},