https://bugs.kde.org/show_bug.cgi?id=474444
--- Comment #3 from Dan Duris <kdeb...@staznosti.sk> --- (In reply to Noah Davis from comment #1) > Created attachment 161589 [details] > pixelated text > > While I don't know that much about decoding pixelated images, are you sure > it's possible to decode this? I know there's an issue where large text can't > be securely pixelated, but that could be solved by adding an option to > increase the pixelation. So this is where it becomes weird. I have now added a test case where the same characters (6 digits: 161589) are pixelated in three different ways. But when I tried it on a different image - I was getting only black and white pixels instead of colors as here and I could reverse decode the number from standard sized text (e.g. around 12px). The problem seems to be that there is only one pass of pixelization. When one tries to use the pixel tool again, it does nothing over already pixelized area. So it should be adding random noise + allowing user to do multiple passes. -- You are receiving this mail because: You are watching all bug changes.