[Digikam-devel] [Bug 131686] Crash when viewing/rollover of Sony Alpha 100 raw (.arw) images
Gilles Caulier
caulier.gilles at free.fr
Thu Aug 17 01:31:39 BST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=131686
------- Additional Comments From caulier.gilles free fr 2006-08-17 02:31 -------
SVN commit 573689 by cgilles:
digikam from trunk : do not use dcraw "-2" option to decoding RAW file in 8 bit by default. This will be compatible with dcraw 8.29 realease
CCBUGS: 131686
M +2 -3 dcrawpreview.cpp
--- trunk/extragear/graphics/digikam/libs/dcraw/dcrawpreview.cpp #573688:573689
@ -109,14 +109,13 @
}
}
- // In second, try to use simple RAW extraction method
+ // In second, try to use simple RAW extraction method in 8 bits ppm output.
// -c : write to stdout
// -h : Half-size color image (3x faster than -q)
- // -2 : 8bit ppm output
// -a : Use automatic white balance
// -w : Use camera white balance, if possible
- command = "dcraw -c -h -2 -w -a ";
+ command = "dcraw -c -h -w -a ";
command += QFile::encodeName( KProcess::quote( path ) );
kdDebug() << "Running dcraw command " << command << endl;
More information about the Digikam-devel
mailing list