From 63771101e134b9065b6673a8b70b8d4014d359e9 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 16 Mar 2013 21:10:55 +0100 Subject: 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. --- src/setup.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/setup.h') diff --git a/src/setup.h b/src/setup.h index daf8453..10e9d7b 100644 --- a/src/setup.h +++ b/src/setup.h @@ -56,6 +56,7 @@ typedef struct { gboolean preload; gboolean use_iptc_exif; gboolean erase_exif_thumbnail; + gboolean write_supplied_exif; gboolean nofullsize; ThumbnailSquareType squared_thumbnail_type; gboolean autorotate; -- cgit v1.2.3