Bug 138416

Summary: Not exact pixel in Color Similarity screenshot
Product: [Websites] docs.kde.org Reporter: mkkot <marcinkocur>
Component: generalAssignee: Documentation Editorial Team <kde-doc-english>
Status: REOPENED ---    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Kolourpaint "The Color Box" section, flood fill patch

Description mkkot 2006-12-05 22:23:03 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Unlisted Binary Package
OS:                Linux

Hello,

In Kolourpaint's documentation, section about Color Similarity (help:/kolourpaint/working-with-color.html#color-box) you have:

"
In this example, with a Color Similarity setting of Exact, a flood fill at (80, 100) would only fill one pixel, as the surrounding pixels are similar but not identical.
"

I've checked. It's not true, flood fill fills 2 pixels, not one.

You probably don't understand, so I adwise you to open screenshot located above cited text in some graphical application (kolourpaint for example?) and do exactly what this cite says.
Comment 1 Rich Johnson 2006-12-23 09:15:38 UTC
Created attachment 19013 [details]
Kolourpaint "The Color Box" section, flood fill patch

Confirmed.

I created a simple patch to change the coordinates to (65, 70) in order to
create a 1 pixel fill.
Comment 2 Andrew Crouthamel 2018-11-02 04:20:31 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Andrew Crouthamel 2018-11-16 02:47:33 UTC
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version?

Thank you for helping us make KDE software even better for everyone!
Comment 4 Justin Zobel 2022-12-08 00:00:24 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 5 mkkot 2022-12-09 07:39:07 UTC
Sorry, I somehow completely missed this ticket.

I have checked today with the picture from here:
https://docs.kde.org/stable5/en/kolourpaint/kolourpaint/fill_color_similarity.png

I used Flood Fill tool with green color and color similarity "Exact" on pixel 80,100. 

The docs say: " In this example, with a Color Similarity setting of Exact, a flood fill at (80, 100) would only fill one pixel, as the surrounding pixels are similar but not identical."

In my experiment it filled whole white area with green color. So completely not as described in docs and also not as intended by developers.