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.
El Viernes, 15 de Septiembre de 2006 00:32, Caspar Maessen escribi
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