Bug 231048

Summary: monochrome tool shows plain grey preview
Product: [Applications] digikam Reporter: S. Burmeister <sven.burmeister>
Component: Plugin-Editor-BlackWhiteAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, Julien
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 1.2.0

Description S. Burmeister 2010-03-17 01:40:52 UTC
Version:           Rev: 1104118 (using KDE 4.4.1)
OS:                Linux
Installed from:    openSUSE RPMs

If I open the monochrome tool and enable the preview, e.g. the lower half of the image should show the preview, then that area is just plain grey and the shows "target".
Comment 1 S. Burmeister 2010-03-17 01:43:27 UTC
Applying the tool does generate a plain grey picture. So the preview is right when it shows plain grey. :)

The small preview in the thumbnailbar within the tool does however show the picture with the different types of monochrome "colouring".
Comment 2 Julien Narboux 2010-03-17 08:16:58 UTC
It a problem related to the initialisation of parameters, look into the last tab, the contrast is set to zero, that is why you get a plan grey picture.

Gilles is aware of the problem, I think ?

Julien
Comment 3 Julien Narboux 2010-03-17 08:20:16 UTC
Maybe this bug has already been solved and it affects only user who have been using some svn versions which put a wrong contrast parameter ? I think a quick fix for you would be to try another contrast setting.


Julien
Comment 4 caulier.gilles 2010-03-17 08:49:53 UTC
SVN commit 1104249 by cgilles:

use a different settings name from rc file to prevent broken adjustments in B&W filter with an old value generated by digiKam < 1.2.0
BUGS: 231048


 M  +1 -1      bwsepiasettings.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1104249
Comment 5 S. Burmeister 2010-03-17 08:53:08 UTC
You are right! The contrast was set to 0. Resetting it to the default solves the issue and restarting digikam keeps that default.

Thanks for the hint!