SVN commit 492271 by cgilles:
digikam from stable : using -q dcraw option to decode RAW file under Image Editor is better than -h : right image size, good image quality, and suitable image decoding speed.
CCMAIL:
[hidden email]
M +2 -2 imlibinterface.cpp
--- branches/stable/extragear/graphics/digikam/utilities/imageeditor/imlibinterface.cpp #492270:492271
@@ -224,11 +224,11 @@
// run dcraw with options:
// -c : write to stdout
- // -h : Half-size color image (3x faster than -q)
+ // -q : Use simple bilinear interpolation for quick results
// -2 : 8bit ppm output
// -w : Use camera white balance, if possible
// -a : Use automatic white balance
- command = "dcraw -c -h -2 -w -a ";
+ command = "dcraw -c -q -2 -w -a ";
command += QFile::encodeName( KProcess::quote( filename ) );
kdWarning() << "Running dcraw command : " << command << endl;
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel