Bug 134091 - dcraw -n option not valid for version > 8.15
Summary: dcraw -n option not valid for version > 8.15
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-DImg-RAW (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-15 00:32 UTC by Caspar Maessen
Modified: 2017-07-11 20:28 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 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