summaryrefslogtreecommitdiff
path: root/sample/src/setup.xml
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2013-03-16 21:10:55 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2013-03-16 21:10:55 +0100
commit63771101e134b9065b6673a8b70b8d4014d359e9 (patch)
tree8661997fb350b986e21f72c553c130d1ca4b487b /sample/src/setup.xml
parentc5cb4c32d746fd0e0648b386f5528fee7e39b731 (diff)
downloadcataract-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 'sample/src/setup.xml')
-rw-r--r--sample/src/setup.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml
index 75cce85..e85d006 100644
--- a/sample/src/setup.xml
+++ b/sample/src/setup.xml
@@ -25,6 +25,11 @@
<!-- (allowed values: "yes", "no") default = no -->
<erase_embed_thumbnail value="yes" />
+ <!-- in case of supplied external EXIF data, shall these be written in generated images? -->
+ <!-- This will make image files carry the same data as used for pages -->
+ <!-- (allowed values: "yes", "no") default = "no" as this could overwrite important data -->
+ <write_supplied_exif value="no" />
+
<!-- don't copy full size (original) images -->
<!-- <nofullsize/> can be used globally for whole gallery, -->
<!-- for full album or selectively for each image -->