Bug 124183 - wish: option to convert images when importing them from the camera
Summary: wish: option to convert images when importing them from the camera
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Import-PostProcessing (show other bugs)
Version: 0.8.1
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-24 13:30 UTC by S. Burmeister
Modified: 2017-08-16 05:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.9.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description S. Burmeister 2006-03-24 13:30:27 UTC
Version:           0.8.1 (using KDE KDE 3.5.1)
Installed from:    SuSE RPMs
OS:                Linux

There are a lot of cameras that save images in JPEG. Since this format is not lossless, it might be very useful for users, if they had the option to convert their images to a lossless format when importing them from the camera.
Comment 1 caulier.gilles 2006-03-24 13:34:00 UTC
Yes, convertion on the fly is planed, supporting metadata... but later digikam 0.9.0 release.

Gilles Caulier
Comment 2 caulier.gilles 2006-08-22 11:51:02 UTC
SVN commit 575850 by cgilles:

digikam from trunk : Camera gui improvements : JPEG image files conversion on the fly during donwloading from digital camera. All Metadata (Exif/Makernote/Iptc) are preserved.

Nota : duing Exiv2 limitation of read-only capability with Tiff file, the only lossless file format supported actually is PNG. TIFF file format will be added later when Tiff write support will be added to Exiv2.

BUG: 124183

 M  +248 -182  libs/jpegutils/jpegutils.cpp  
 M  +8 -1      libs/jpegutils/jpegutils.h  
 M  +43 -6     utilities/cameragui/cameracontroller.cpp  
 M  +37 -9     utilities/cameragui/cameraiconview.cpp  
 M  +0 -1      utilities/cameragui/cameraiconview.h  
 M  +61 -17    utilities/cameragui/cameraui.cpp  
 M  +4 -0      utilities/cameragui/cameraui.h  
 M  +5 -0      utilities/cameragui/downloadsettingscontainer.h