Bug 135145 - raw image converter fails on my raw files (cr2, crw, dng)
Summary: raw image converter fails on my raw files (cr2, crw, dng)
Status: RESOLVED WORKSFORME
Alias: None
Product: digikam
Classification: Applications
Component: BatchQueueManager-RAWProcessing (show other bugs)
Version: 0.9.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-05 14:29 UTC by Geoff King
Modified: 2017-07-11 04:26 UTC (History)
1 user (show)

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 Geoff King 2006-10-05 14:29:06 UTC
Version:           0.9.0-beta2 (using KDE 3.5.4, Kubuntu Package 4:3.5.4-0ubuntu2~dapper1 )
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.15-27-686

Trying to use the raw image conversion feature I get the following error:

Warning: Size 5352 of Exif.Canon.0x4002 exceeds 4096 bytes limit. Not decoded.
kio (KIOJob): Job::kill this=0x83eab78 Digikam::ImagePreviewJob m_progressId=0 quietly=true
kio (Scheduler): Scheduler: killing slave 28384
kio (Slave): killing slave pid=28384 (digikampreview://)
kio (KIOJob): Job::kill this=0x86b99f8 KIO::TransferJob m_progressId=0 quietly=true
KIPI (general): WARNING: ProcessController: stderr: Non-numeric argument to "-r"
KIPI (general):
KIPI (general): WARNING: ProcessController: stderr: Invalid ppm file read from pip(
KIPI (general): WARNING: ProcessController: stderr:

This was from from a CR2 file (rebel xt), but CRW and DNG (derived from CRW) also do not work.
Installed from sources 0.9.0-beta2.
The thumbnails and exif metadata are shown for these files.
dcraw works if i run it by commandline.  
The histogram works also works visually and as indicated by:

digikam: Parsed PPM header: width 1737 height 1157 rgbmax 65535

Other issues encountered (these will be reported separately):  
-noise reduction plugin crashes a few seconds after loading
-gamma control is blank.
Comment 1 Geoff King 2006-10-05 15:11:52 UTC
Edit to previous post:
I forgot to mention that the main visual problem is that the raw image conversion window shows a black preview pane with white text indicating the name of the image file.   The preview button and process buttons also does not work.

thanks for such a great program.  This and Amarok may finally make dual booting unnecessary.
Comment 2 caulier.gilles 2006-10-05 15:39:00 UTC
witch dcraw release you use ?

If you can, current implementation from svn trunk do not use an external depency with dcraw. In fact, we have integrated dcraw into digikam core and we use a dedicaced digikamdcraw binary program witch is completly tested.

Gilles Caulier  
Comment 3 Geoff King 2006-10-06 02:33:28 UTC
I was using dcraw v8.39
I tried the svn version (0.9.0-beta3) and it fixes the problem. 
Thanks!, Geoff