diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2012-12-27 20:31:26 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2012-12-27 20:31:26 +0100 |
| commit | 9024ebb192d2ecdd2305a3ff3fbb54481035bd08 (patch) | |
| tree | 54f50b6a9094892fb1e8942b5c47590e822e251a /src/jpeg-utils.h | |
| parent | d0599f8ab5c38e14845407dea4eef4d4957f9e28 (diff) | |
| download | cataract-9024ebb192d2ecdd2305a3ff3fbb54481035bd08.tar.xz | |
Add support for EXIF Canon Camera temperature
For the moment we're using Exif.CanonSi.0x000c key from Exiv2 namespace
since it's an unknown tag to it. This may need little tweaking in the
future when proper naming becomes upstream.
Diffstat (limited to 'src/jpeg-utils.h')
| -rw-r--r-- | src/jpeg-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jpeg-utils.h b/src/jpeg-utils.h index 7cec3a7..86602a2 100644 --- a/src/jpeg-utils.h +++ b/src/jpeg-utils.h @@ -38,6 +38,7 @@ G_BEGIN_DECLS #define EXIF_ARTIST "Exif.Image.Artist" #define EXIF_COPYRIGHT "Exif.Image.Copyright" #define EXIF_COMMENT "Exif.Photo.UserComment" +#define EXIF_CANON_CAMERA_TEMP "Exif.CanonSi.CameraTemperature" #define IPTC_COPYRIGHT "Iptc.Application2.Copyright" #define IPTC_CAPTION "Iptc.Application2.Caption" #define IPTC_AUTHOR "Iptc.Application2.Byline" |
