summaryrefslogtreecommitdiff
path: root/src/jpeg-utils.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2013-03-16 21:41:26 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2013-03-16 21:41:26 +0100
commit41e84de578256482c7705e531c37572982a90195 (patch)
tree9dd38d0e9d6f0ea4213642acb95f6d06dfa7b6cd /src/jpeg-utils.h
parent63771101e134b9065b6673a8b70b8d4014d359e9 (diff)
downloadcataract-41e84de578256482c7705e531c37572982a90195.tar.xz
Strip XMP metadata by default
Some RAW editors like Adobe products like to include XMP data. Let's strip them all off (unless disabled).
Diffstat (limited to 'src/jpeg-utils.h')
-rw-r--r--src/jpeg-utils.h2
1 files changed, 1 insertions, 1 deletions
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