From 5879c2a9aa8daf148d6ef7694f5e959c5207f40f Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 29 Aug 2015 16:09:11 +0200 Subject: jpeg-utils: Filter out certain tags from external EXIF file Turned out that we shouldn't blindly copy all metadata from the supplied external EXIF file since they belong to a different image. This includes image size, JPEG compression parameters, rotation etc. This commit adds tag filtering so that not all tags are copied, retaining the important ones from the gallery image. The list of retained tags is by no means complete and is subject to future tweaks. For the moment this feature is recommended to be turned off (and is by default). --- sample/src/setup.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sample/src') diff --git a/sample/src/setup.xml b/sample/src/setup.xml index 6b55c16..a2bb2b2 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -32,6 +32,8 @@ + + -- cgit v1.2.3