comparison src/bar_exif.c @ 1052:338c21c87ff5

Add support for GPSInfo - patch by Klaus Ethgen
author nadvornik
date Wed, 01 Oct 2008 20:57:56 +0000
parents 9962b24b6b43
children 77ca9a5d42be
comparison
equal deleted inserted replaced
1051:2a02fa29478b 1052:338c21c87ff5
44 { 0, 0, EXIF_UI_IFSET, "Exif.Photo.LightSource"}, 44 { 0, 0, EXIF_UI_IFSET, "Exif.Photo.LightSource"},
45 { 0, 0, EXIF_UI_IFSET, "formatted.ColorProfile"}, 45 { 0, 0, EXIF_UI_IFSET, "formatted.ColorProfile"},
46 { 0, 0, EXIF_UI_IFSET, "formatted.SubjectDistance"}, 46 { 0, 0, EXIF_UI_IFSET, "formatted.SubjectDistance"},
47 { 0, 0, EXIF_UI_IFSET, "formatted.Resolution"}, 47 { 0, 0, EXIF_UI_IFSET, "formatted.Resolution"},
48 { 0, 0, EXIF_UI_IFSET, "Exif.Image.Orientation"}, 48 { 0, 0, EXIF_UI_IFSET, "Exif.Image.Orientation"},
49 { 0, 0, EXIF_UI_IFSET, "formatted.GPSPosition"},
50 { 0, 0, EXIF_UI_IFSET, "formatted.GPSAltitude"},
49 { 0, 0, EXIF_UI_IFSET, "Exif.Image.ImageDescription"}, 51 { 0, 0, EXIF_UI_IFSET, "Exif.Image.ImageDescription"},
50 { 0, 0, EXIF_UI_IFSET, "Exif.Image.Copyright"}, 52 { 0, 0, EXIF_UI_IFSET, "Exif.Image.Copyright"},
51 { 0, 0, EXIF_UI_OFF, NULL} 53 { 0, 0, EXIF_UI_OFF, NULL}
52 }; 54 };
53 55