Summary: | remove serial numbers automatically | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Gerwin <gerwin> |
Component: | Plugin-Bqm-RemoveMetadata | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, f.wozak |
Priority: | NOR | ||
Version: | 0.9.2 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.5.0 | |
Sentry Crash Report: |
Description
Gerwin
2007-08-10 17:16:36 UTC
Hi, You can remove ALL Exif metadata from the image using this menu item. Image > Metadata > Remove Exif You can selectively remove/edit some metadata using.. Image > Metadata > Edit Exif (but not the file number) If you are trying to remove just certain types of metadata such as "File Number" or "Image Number" try using the command line tools exiv2 or exiftool. Make sure to backup, run some tests and read the man page first. An example with my canon camera: exiv2 -M"del Exif.Canon.ImageNumber" test.JPG or exiftool -filenumber='1' test2.JPG (this sets file number to #1) Geoff (note I'm not a developer, just trying to help out) Thanks geoff, as special the last command you give is handy. though I hope someone gonna make a privacy extention for digikam :) Gerwin This will be a job for Batch Queue Manager. Gilles Caulier It would be extremely helpful to add an option to remove all EXIF data before mailing or exporting images Gerwin, If i introduce a new tool in BQM to remove whole Exif |/& IPTC |/& XMP metadata, this will be fine for you ? Gilles Caulier SVN commit 1175223 by cgilles: New batch queue manager tool to remove Exif or/and Iptc or/and Xmp metadata from images BUGS: 148721 M +1 -0 CMakeLists.txt M +1 -0 NEWS AM utilities/queuemanager/basetools/metadata/removemetadata.cpp [License: GPL (v2+)] AM utilities/queuemanager/basetools/metadata/removemetadata.h [License: GPL (v2+)] M +2 -0 utilities/queuemanager/batchtoolsmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1175223 On 09/14/2010 02:24 PM, Gilles Caulier wrote: > https://bugs.kde.org/show_bug.cgi?id=148721 > > > Gilles Caulier<caulier.gilles@gmail.com> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |caulier.gilles@gmail.com > > > > > --- Comment #5 from Gilles Caulier<caulier gilles gmail com> 2010-09-14 14:24:39 --- > Gerwin, > > If i introduce a new tool in BQM to remove whole Exif |/& IPTC |/& XMP > metadata, this will be fine for you ? > > Gilles Caulier > Hi Gilles, Fits my needs! Keep up the good work! - Gerwin |