[Digikam-devel] [Bug 148721] remove serial numbers automaticly

Geoff King gsking1 at gmail.com
Sat Aug 11 14:23:02 BST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=148721         




------- Additional Comments From gsking1 gmail com  2007-08-11 15:23 -------
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)



More information about the Digikam-devel mailing list