Bug 250759 - Allow to export to WebServices should strip certain Exif tags.
Summary: Allow to export to WebServices should strip certain Exif tags.
Status: REPORTED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-Google (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-10 11:10 UTC by Simon Oosthoek
Modified: 2023-05-07 14:18 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Oosthoek 2010-09-10 11:10:23 UTC
Version:           1.3.0 (using KDE 4.5.0) 
OS:                Linux

I'm thinking of using facebook to show some of my pictures, but I'd like 
to remove all unecessary exit tags to prevent leaking personal 
information onto the web. Some exif information is useful to keep, such 
as ISO, aperture, shutterspeed, focal length, but most other 
information, like specifics about which camera, lens, time/date, 
gps-location (if I'd have that) should not be exported.

normally I'd use imagemagick's mogrify -strip <img> to remove all tags, 
but I thought it would be a useful addition to the facebook upload tool 
from kipi-plugins to be able to select which exif information will be 
kept in the exported image.

I imagine a dialogue with all the exif tags present in the selected 
images, toggle all on/off/invert and select a few tags to export. 
Perhaps some presets (with checkboxes) could be defined like
- basic photographic information (iso,focal,aperture,shutter,flash)
- copyright information (copyright owner/date/license)
- extended photographic information (camera+lens type/brand)
- tags and other metadata



Reproducible: Didn't try