https://bugs.kde.org/show_bug.cgi?id=516970

Noah Davis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOT A BUG
             Status|CONFIRMED                   |RESOLVED

--- Comment #7 from Noah Davis <[email protected]> ---
The source of the blurriness is the fact that you use two slightly different
screen scales and one of them is fractional. Fundamentally, there are tradeoffs
we have to do when dealing with this kind of setup for rectangle screenshots
and all screens screenshots. It's just hard to stitch together multiple screen
images with different scales, keep them proportional to each other and preserve
crispness. We generally try to prioritize the crispness of integer scale screen
images over fractional scale screen images since fractional scales will always
have some issues with blurriness anyway.

If you used 100% and 200% instead of 100% and 125%, you could expect
significantly crisper images.  If you want to get around this issue without
changing your setup, you could do a single screen capture of the 125% scale
screen and then crop it, but I know that's less convenient. There's just not a
lot we can do without having to make other tradeoffs that we've already
considered in the past.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to