[Digikam-devel] [Bug 126149] Camera stores both jpeg and raw (nef), handle both as one

Francesco Riosa francesco+kde at pnpitalia.it
Tue May 24 21:40:48 BST 2011


https://bugs.kde.org/show_bug.cgi?id=126149





--- Comment #35 from Francesco Riosa <francesco+kde pnpitalia it>  2011-05-24 22:40:43 ---
Created an attachment (id=60285)
 --> (http://bugs.kde.org/attachment.cgi?id=60285)
groupingSnapshot.png

in digikam 2.0 it's possible to group images manually

Also .nef (nikon) files include the jpeg so it's really pointless to save both
in camera.

# Nikon D90 extract jpegs and assign the tags
mkdir jpeg && for i in *.[nN][eE][fF] ; do
  exiftool -b -JpgFromRaw "${i}"  > "jpeg/${i/./_}.jpg"
  # assegna ai jpeg gli exif
  exiftool  -tagsFromFile "${i}" "jpeg/${i/./_}.jpg"
done
rm jpeg/*_original

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list