diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2013-03-16 21:10:55 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2013-03-16 21:10:55 +0100 |
| commit | 63771101e134b9065b6673a8b70b8d4014d359e9 (patch) | |
| tree | 8661997fb350b986e21f72c553c130d1ca4b487b /src/jpeg-utils.h | |
| parent | c5cb4c32d746fd0e0648b386f5528fee7e39b731 (diff) | |
| download | cataract-63771101e134b9065b6673a8b70b8d4014d359e9.tar.xz | |
Add support for writing external EXIF metadata back to images
Turned off by default, this will copy all data from supplied external
EXIF metadata file back to all generated image files. All user overrides
are still applied on top of it.
Another reason for turning this off is file size concern, target image
files would carry a lot more information that may not be always needed and
would increase total amount of data transferred.
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 cc6c5c7..d393fbe 100644 --- a/src/jpeg-utils.h +++ b/src/jpeg-utils.h @@ -53,6 +53,7 @@ typedef struct { gchar *override_copyright; int timezone_shift; time_t fake_datetime; + gchar *external_exif_data; } ExifData; |
