diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-30 21:28:37 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-30 21:28:37 +0100 |
| commit | 37d68567cecb6055033ff8b4095f064f03e693d5 (patch) | |
| tree | 0196ef8d9788b5c60e4b9c73bf57460f209415f5 /sample/src | |
| parent | 7c07cbdbc469d8eab075d32c27039d8683b9cdf8 (diff) | |
| download | cataract-37d68567cecb6055033ff8b4095f064f03e693d5.tar.xz | |
Optionally erase embedded thumbnail from EXIF
Diffstat (limited to 'sample/src')
| -rw-r--r-- | sample/src/setup.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml index f4ed85a..ef37f9a 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -35,6 +35,10 @@ <!-- titles are retrieved from the following fields (sorted by priority): --> <!-- Iptc.Application2.Caption, Jpeg.Comment, Exif.Image.ImageDescription, Exif.Photo.UserComment --> <use_iptc_exif value="yes" /> + + <!-- erase embedded thumbnail image (both from original and big images)? --> + <!-- (allowed values: "yes", "no") default = no --> + <erase_embed_thumbnail value="yes" /> </images> <!-- META tags in html head section --> |
