Change default exif order a bit to move up common and useful
authorLaurent Monin <geeqie@norz.org>
Fri, 4 Apr 2008 22:34:55 +0000 (22:34 +0000)
committerLaurent Monin <geeqie@norz.org>
Fri, 4 Apr 2008 22:34:55 +0000 (22:34 +0000)
info.

src/bar_exif.c

index 9597bb6..3b7d9e7 100644 (file)
@@ -55,15 +55,16 @@ ExifUI ExifUIList[]={
        { 0, 0, EXIF_UI_ON,    "fDateTime"},
        { 0, 0, EXIF_UI_ON,    "fShutterSpeed"},
        { 0, 0, EXIF_UI_ON,    "fAperture"},
-       { 0, 0, EXIF_UI_IFSET, "Exif.Photo.ExposureProgram"},
        { 0, 0, EXIF_UI_IFSET, "fExposureBias"},
        { 0, 0, EXIF_UI_IFSET, "fISOSpeedRating"},
        { 0, 0, EXIF_UI_ON,    "fFocalLength"},
        { 0, 0, EXIF_UI_IFSET, "fFocalLength35mmFilm"},
+       { 0, 0, EXIF_UI_ON,    "fFlash"},
        { 0, 0, EXIF_UI_IFSET, "fSubjectDistance"},
+       { 0, 0, EXIF_UI_IFSET, "Exif.Photo.ExposureProgram"},
        { 0, 0, EXIF_UI_IFSET, "Exif.Photo.MeteringMode"},
-       { 0, 0, EXIF_UI_ON,    "fFlash"},
        { 0, 0, EXIF_UI_IFSET, "Exif.Photo.LightSource"},
+       { 0, 0, EXIF_UI_IFSET, "fSubjectDistance"},
        { 0, 0, EXIF_UI_OFF,   "fResolution"},
        { 0, 0, EXIF_UI_IFSET, "Exif.Image.Orientation"},
        { 0, 0, EXIF_UI_IFSET, "Exif.Image.ImageDescription"},