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

--- Comment #55 from Tuukka Verho <tuukka.ve...@aalto.fi> ---
(In reply to Mircea Kitsune from comment #53)
> (In reply to Tuukka Verho from comment #49)
> 
> Thank you very much for the fix, I hope it will be in soon! I hope this
> doesn't mean QT is currently rescaling the image with some builtin image
> processing tool, which IMO would be silly and absolutely unnecessary: It
> should simply display the image at a size that fits the screen, resizing it
> just like a web browser resizes an embedded image to make it fit a HTML
> element. I thought this is what it was doing all along...

Well, it has to load the image to memory before drawing it to the screen. The
question is, in which size it should load it? If you can assume the display
size of the image stays constant (like in the case of a wallpaper), it makes
sense to save it at the same size as it is shown. However, Qt Quick was
designed for dynamic interfaces without such assumptions, so you have to tell
it the size you want to store it.

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

Reply via email to