[Digikam-devel] branches/stable/extragear/graphics/digikam/utilities/imageeditor
Gilles Caulier
caulier.gilles at free.fr
Tue Jan 3 15:48:24 GMT 2006
SVN commit 493898 by cgilles:
Digikam from stable : find a solution to solve command line incompatibility between old dcraw release and last dcraw release about -q option. No need to backport RAW file decoding options from trunk!
CCMAIL: digikam-devel at kde.org
M +1 -1 imlibinterface.cpp
--- branches/stable/extragear/graphics/digikam/utilities/imageeditor/imlibinterface.cpp #493897:493898
@@ -293,7 +293,7 @@
// -2 : 8bit ppm output
// -w : Use camera white balance, if possible
// -a : Use automatic white balance
- command = "dcraw -c -q -2 -w -a ";
+ command = "dcraw -c -2 -w -a -q 0 ";
command += QFile::encodeName( KProcess::quote( filename ) );
kdWarning() << "Running dcraw command : " << command << endl;
More information about the Digikam-devel
mailing list