From 41e84de578256482c7705e531c37572982a90195 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 16 Mar 2013 21:41:26 +0100 Subject: Strip XMP metadata by default Some RAW editors like Adobe products like to include XMP data. Let's strip them all off (unless disabled). --- 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 10e9d7b..6d5316e 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 strip_xmp; gboolean write_supplied_exif; gboolean nofullsize; ThumbnailSquareType squared_thumbnail_type; -- cgit v1.2.3