aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
authorStéphane Aulery <lkppo@free.fr>2012-01-28 21:54:53 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-02-10 14:12:15 +0100
commitfdcf4afdf57fe671c20700e07aae9dd290fd3acb (patch)
treebb7f308c80598cb9872aefadc50658af87e2668d /fbi.c
parentf1400006d46ab8ebcbd122972def364a10231648 (diff)
downloadfbida-fdcf4afdf57fe671c20700e07aae9dd290fd3acb.tar.gz
Add dimensions (X,Y) to the exif dialog of fbi (command i)
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fbi.c b/fbi.c
index ec41318..336e2bd 100644
--- a/fbi.c
+++ b/fbi.c
@@ -455,6 +455,9 @@ static void show_exif(struct flist *f)
0xa40c, // Subject Distance Range
0xa405, // Focal Length In 35mm Film
0x9209, // Flash
+
+ 0xa002, // Pixel X Dimension
+ 0xa003, // Pixel Y Dimension
};
ExifData *ed;
ExifEntry *ee;