Hi JC,<br><br>I remember to have read a comment in bugzilla about this subject, but i cannot find again the link... But i'm sure than the problem is relevant of theses optimizations options passed to JPEG library :<br>
<br><a href="http://bugs.kde.org/show_bug.cgi?id=130996">http://bugs.kde.org/show_bug.cgi?id=130996</a><br><br>Like you can see, i have added 2 new line in digiKam JPEG encoder :<br><br><br> +    // B.K.O #130996: set horizontal and vertical Subsampling factor to 1 for a best 
<br> +    // quality of color picture compression. <br> +    cinfo.comp_info[0].h_samp_factor = 1; <br> +    cinfo.comp_info[0].v_samp_factor = 1; <br><br>If you have recompiled digiKam yourself, you can perform  a  simple test to  comment  these line in  digikam/libs/dimg/loaders/jpegloader.cpp located in JPEGLoader::save() method.
<br><br>Just recompile and install digiKam and try again.<br><br>If problem diseapear, let's me hear. i will add a new option in JPEG settings panel to enable/disable these optimizations.<br><br>Regards<br><br>Gilles Caulier
<br><br><div><span class="gmail_quote">2007/6/19, jc <<a href="mailto:jumpingclear@yahoo.co.uk">jumpingclear@yahoo.co.uk</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I recently edited some jpegs in digikam 9.1 - quite heavy levels and<br>colour correction. I am having odd problems when opening them in some<br>windows programs and when printing them. On some I added a plain white<br>border. When opening the pic in windows xp picture viewer the border is
<br>green (I boosted green quite a bit in the jpeg before adding the border)<br>and the colours in the photo are displayed differently to how they look in<br>digikam. I get the same effect when opening them in CS2 bridge. However,
<br>in XNview and when opening in CS2 itself they display as in digikam. When<br>printing the colours are also incorrect but the printer prints unedited<br>pics ok. I tried opening one in XNview and then resaving without any
<br>changes and the resaved version displays correctly in xp image viewer.<br><br>Any ideas?<br><br>--<br>Using Opera's revolutionary e-mail client: <a href="http://www.opera.com/mail/">http://www.opera.com/mail/</a><br>
_______________________________________________<br>Digikam-users mailing list<br><a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/digikam-users">https://mail.kde.org/mailman/listinfo/digikam-users
</a><br></blockquote></div><br>