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/jpeg-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jpeg-utils.h') diff --git a/src/jpeg-utils.h b/src/jpeg-utils.h index d393fbe..90aa2fa 100644 --- a/src/jpeg-utils.h +++ b/src/jpeg-utils.h @@ -107,7 +107,7 @@ void calculate_sizes (const unsigned long max_width, const unsigned long max_hei * modify_exif: - strip thumbnail stored in EXIF table * - write down overriden keys */ -void modify_exif (const gchar *filename, ExifData *exif, gboolean strip_thumbnail); +void modify_exif (const gchar *filename, ExifData *exif, gboolean strip_thumbnail, gboolean strip_xmp); G_END_DECLS -- cgit v1.2.3