Bug 204138 - Possibility to extract JPEG previews from RAW files during camera import
Summary: Possibility to extract JPEG previews from RAW files during camera import
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Import-PostProcessing (show other bugs)
Version: 1.0.0
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-17 09:29 UTC by Milan Knížek
Modified: 2017-08-17 16:36 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 3.3.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Knížek 2009-08-17 09:29:50 UTC
Version:           1.0.0_beta4svn (using KDE 4.2.4)
OS:                Linux
Installed from:    Compiled From Sources

It would be nice if digiKam can extract the ebmedded JPEG previews from RAW files during import from the camera/card reader. Some RAW files can have more embedded images, the import plugin should allow the user to select which one to extract.

Reasoning: Some cameras (Canon EOS 300D, 5D Mark II, ...) store a full resolution JPEG image in the CR2 RAW file. Instead of "developing" from RAW file again, it is often sufficient to use this JPEG preview as a final image.

FYI, exiv2 command line to extract the second embedded JPEG would be:

$ exiv2 extract -ep2 image.cr2

I can provide CR2 files for testing.
Comment 1 caulier.gilles 2009-08-17 09:45:01 UTC
We already use these embedded JPEG images to render RAW preview and thumbs... It's done internally in digiKam using Libraw.

Gilles Caulier
Comment 2 Roman Prots' 2010-01-14 13:42:59 UTC
We may want to add functionality that will allow to extract previews from set of RAWs instead of converting RAWs. Usually they are enough for previews / sharing and extracting process is much more faster.
Comment 3 Laurent Espitallier 2012-11-17 16:46:30 UTC
*** Bug 303560 has been marked as a duplicate of this bug. ***
Comment 4 caulier.gilles 2013-06-25 10:22:03 UTC
Since 3.1.0 release, Batch Queue Manager is able to extract Raw preview in a processed queue. You can batch save it in your preferred format. It's not enough ?

Gilles Caulier
Comment 5 Jochen Keil 2013-06-26 09:15:33 UTC
I tried the raw extraction feature in 3.1.0 out today and it does exactly what I want.
That's really awesome, thank you very much!