Bug 134091

Summary: dcraw -n option not valid for version > 8.15
Product: [Applications] digikam Reporter: Caspar Maessen <cmaessen>
Component: Plugin-DImg-RAWAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 0.9.0

Description Caspar Maessen 2006-09-15 00:32:29 UTC
Version:           0.9.0-beta2 SVN-version (using KDE KDE 3.5.4)
Installed from:    SuSE RPMs
OS:                Linux

I installed the latest version of dcraw 8.38. the current svn-version of digiKam generates, while loading a *.nef  file, an option to dcraw that isn't used anymore. At best it gives a blank screen in the viewer, but I had crashes too.
It is about "-n don't clip colors". Removing this option in the io-profile prevents blanking or crashing. I had to go back to dcraw version 8.15 to be able to use the option again.
Comment 1 F.J. Cruz 2006-09-17 00:18:21 UTC
El Viernes, 15 de Septiembre de 2006 00:32, Caspar Maessen escribi
Comment 2 caulier.gilles 2006-09-20 10:30:17 UTC
SVN commit 586658 by cgilles:

digikam from trunk : update dcraw depency to at least 8.16 release.

- backport dcraw settings widget from kipi raw converter plugin.
- using this settings widget to setup io files.
- new options set from most recent dcraw release are now availlable.
- update Rawloader options. Remove old/obsolete/unused dcraw options.

BUG: 134091
CCMAIL: digikam-devel@kde.org

 M  +1 -1      README  
 M  +8 -63     libs/dimg/loaders/rawloader.cpp  
 M  +77 -54    libs/dimg/rawdecodingsettings.h  
 M  +6 -6      utilities/imageeditor/editor/editorwindow.cpp  
 M  +3 -2      utilities/setup/Makefile.am  
 A             utilities/setup/dcrawsettingswidget.cpp   [License: GPL]
 A             utilities/setup/dcrawsettingswidget.h   [License: GPL]
 M  +40 -198   utilities/setup/setupiofiles.cpp