<br><br><div><span class="gmail_quote">2007/9/4, Arnd Baecker <<a href="mailto:arnd.baecker@web.de">arnd.baecker@web.de</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I was about to test the patch<br><a href="http://bugs.kde.org/show_bug.cgi?id=142055">http://bugs.kde.org/show_bug.cgi?id=142055</a><br>but before I wanted to look at that current status<br>to see the difference.
<br><br>There are various problems in the following situation:<br>Take the same image in the two versions RAW and JPG<br>(as they come out of the camera, Canon EOS 350D for this example),<br>with no color management enabled.
<br><br>Tests A:<br>"RAW Files Decoding Settings"<br>- 16 bits color depth<br>- interpolate RGB as four colors<br>+ White balance: "Use camera white balance"<br>+ Automatic color balance<br>+ Highlights: Solid white
<br>+ Brightness: 1.0<br>+ Interpolation: Bilinear<br>- noise reduction<br>- enable chromatic aberrations<br><br><br>Tests A - results for the comparison of RAW vs. JPG<br>---------------------------------------------------
<br><br>- the thumbnails look very similar<br>  (the histogram of a screenshot for each thumb<br>   show only a small variation)<br><br>- The histogramms for RAW and JPG differ considerably<br>  (for the raw one all its weight is near small values).
</blockquote><div><br>Important point in general :<br><br>- RAW file are container : <br>=> RAW image data<br>=> metadata<br>=> JPEG preview image<br><br>This is want mean than RAW include a JPEG file ! This one is used to display RAW picture very quickly on tv screen using camera device. This picture is very similar than if you use your camera in RAW+JPEG mode, excepted than JPEG image embedded in RAW is generaly smalless than a real JPEG picture taken directly.
<br><br>In digiKam we use this embeded JPEG image to render thumbnail and display preview of RAW files if no whole image is used for that (check setup)<br><br>About histogram, RAW and JPEG histogram differt. It's normal : this is not the same picture (in the same color space: JPEG = sRGB, RAW = linear).
<br><br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">- BUG:<br>  first going to the CR2 is fine, histogram is computed<br>  (takes long!) and shown.
<br>  Then go to JPG - ok.<br>  Then back to the CR2 - the "Histogram" TAB says<br>  "Loading image" and this never finishes.<br>  (will file a separate BKO for this)</blockquote><div><br>yes, sometimes, i can reproduce it. This come from libkdcraw and multithreading which use KProcess. Marcel, normally this bug must be fixed in KDE3 branch or it's another probem with re-entrance of KProcess ?
<br><br>Note : libkdcraw for KDE4 do not have this problem. It's a pure QT4 implementation which use QProcess & co...<br> </div></div>Gilles<br>