View Issue Details

IDProjectCategoryView StatusLast Update
0002475GeoSetterImage Datapublic2023-02-06 15:08
ReporterThunderBoy Assigned To 
PrioritylowSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary0002475: Choice: Remove all tags from photo
DescriptionToday I just needed to remove all the tags (mainly Exif, XMP, Photoshop and IPTC) from a photo - ideally remove all that are added there. Automatically, not opening each photo and deleting the data manually. I needed to remove these items: Artist, Copyrigt, Copyright Notice, User Comment, Creator Work Email, Creator Work Telephone, By-Line, By-Line Title, Credit. I have to use an external program Exif Tag Remover for this. I would also include an option in GS to "Remove all tags from photo". Ideally right click on the photo(s).
Tagsexif, IPTC, photoshop, tags, XMP

Activities

xyzzy

2023-02-06 15:07

reporter   ~0004546

We can make such modifications with exiftool (already used by GeoSetter):

exiftool -iptc:ALL= -xmp:ALL= -rdf:ALL= -charset filename=latin FilePath

Issue History

Date Modified Username Field Change
2023-02-06 08:41 ThunderBoy New Issue
2023-02-06 08:41 ThunderBoy Tag Attached: exif
2023-02-06 08:41 ThunderBoy Tag Attached: IPTC
2023-02-06 08:41 ThunderBoy Tag Attached: photoshop
2023-02-06 08:41 ThunderBoy Tag Attached: tags
2023-02-06 08:41 ThunderBoy Tag Attached: XMP
2023-02-06 15:07 xyzzy Note Added: 0004546