From 6468dd6da3764498fcabbf99603f50974f26c2c6 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 10 Mar 2013 12:41:13 +0100 Subject: Add support for datetime/timezone shift Simple datetime shift, including EXIF data modification. --- sample/src/CIAF_1/img_1453c.jpg | 1 + sample/src/CIAF_1/index.xml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 120000 sample/src/CIAF_1/img_1453c.jpg (limited to 'sample/src') diff --git a/sample/src/CIAF_1/img_1453c.jpg b/sample/src/CIAF_1/img_1453c.jpg new file mode 120000 index 0000000..4b0b3c1 --- /dev/null +++ b/sample/src/CIAF_1/img_1453c.jpg @@ -0,0 +1 @@ +img_1453.jpg \ No newline at end of file diff --git a/sample/src/CIAF_1/index.xml b/sample/src/CIAF_1/index.xml index 9a00ad7..24433fd 100644 --- a/sample/src/CIAF_1/index.xml +++ b/sample/src/CIAF_1/index.xml @@ -100,6 +100,8 @@ + Metadata + External EXIF metadata
@@ -113,5 +115,21 @@
+ + Time zone shift +
+ + Values can be specified either in preferred ±hh:mm format specifying exact hour and minutes, or, alternatively, by simplified plain float format (e.g. 1, -2, +0.5) where the number represents hours. Beware that in the latter case there may be precision issues converting float format to minutes.

+ + Changes can be made locally for specific item or globally for whole album (with the former taking priority).

+ + All such changes are written in generated image files in all present metadata fields. This also applies for user supplied images which are normally not supposed to be changed or resized. + ]]>
+ + + + +
+ -- cgit v1.2.3