diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2013-03-10 19:08:58 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2013-03-10 19:08:58 +0100 |
| commit | 13459096ccf173a4251b4e1ad6fdebaf61b33afd (patch) | |
| tree | c0f1176a93586bcae4d16bb6cb540967dff2cffa /src/jpeg-utils.h | |
| parent | 6468dd6da3764498fcabbf99603f50974f26c2c6 (diff) | |
| download | cataract-13459096ccf173a4251b4e1ad6fdebaf61b33afd.tar.xz | |
Add support for specifying custom date
This essentially means faking the datetime, e.g. when you want to mask
original picture date.
This commit also changes little bit of datetime conversion, hopefully
fixing DST issues. Needs more testing.
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 89a2cd4..cc6c5c7 100644 --- a/src/jpeg-utils.h +++ b/src/jpeg-utils.h @@ -52,6 +52,7 @@ typedef struct { gchar *override_copyright; int timezone_shift; + time_t fake_datetime; } ExifData; |
