diff options
author | Stéphane Aulery <lkppo@free.fr> | 2012-01-28 21:54:53 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-02-10 14:12:15 +0100 |
commit | fdcf4afdf57fe671c20700e07aae9dd290fd3acb (patch) | |
tree | bb7f308c80598cb9872aefadc50658af87e2668d | |
parent | f1400006d46ab8ebcbd122972def364a10231648 (diff) | |
download | fbida-fdcf4afdf57fe671c20700e07aae9dd290fd3acb.tar.gz |
Add dimensions (X,Y) to the exif dialog of fbi (command i)
-rw-r--r-- | fbi.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |