Open NEKolev opened 5 months ago
If I understand correctly, your request is to have images be smoothed when they are zoomed <100% in the Viewer because they currently appear jagged and pixel-y, especially those with higher resolutions like the image you added?
Unfortunately this a known upstream issue with the Viewer's use of PyQt's QGraphicsScene
and QGraphicsView
:
I don't currently have time to solve this, but I agree it would be a good feature.
*For images overzoomed >100% in the Viewer, you can turn on Upsample when zoomed by right-clicking the image and selecting the option in the menu:
Implementation notes:
It appears the two routes are to reimplement the paintEvent for better downsampling and antialiasing, or to create and cache downscaled versions of the image and load those based on zoom.
Is there an existing request for this feature?
Is your feature request related to a problem?
It would be good to add a view of the image when it is not seen at 100%.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Anything else?
No response