about summary refs log tree commit diff
path: root/converter/other/exif.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-04-24 14:25:49 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-04-24 14:25:49 +0000
commit15a1a702e2fc9e590820a377d766a8c23ed0dc2b (patch)
treec2b315be0f58bb9ce438eafec943b4f2c6085307 /converter/other/exif.h
parent39ce3b6a639cff6dbcecfe5be99c2d64049e7a95 (diff)
downloadnetpbm-mirror-15a1a702e2fc9e590820a377d766a8c23ed0dc2b.tar.gz
netpbm-mirror-15a1a702e2fc9e590820a377d766a8c23ed0dc2b.tar.xz
netpbm-mirror-15a1a702e2fc9e590820a377d766a8c23ed0dc2b.zip
Release 10.66.02
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2191 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/exif.h')
-rw-r--r--converter/other/exif.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/converter/other/exif.h b/converter/other/exif.h
index bae16726..490e08ed 100644
--- a/converter/other/exif.h
+++ b/converter/other/exif.h
@@ -16,7 +16,8 @@ typedef struct {
     char  CameraMake   [32];
     char  CameraModel  [40];
     char  DateTime     [20];
-    int   Height, Width;
+    float XResolution;
+    float YResolution;
     int   Orientation;
     int   IsColor;
     int   FlashUsed;