Images larger than a particular size don't show up when you select them from the browser. This is because images larger than the OpenGL buffer cant show up. FIX- Make the Image { } load a reduced version of the image, limited to the screen size. Reproducible: Always Steps to Reproduce: 1. Goto all pictures/browse pictures 2. Select an image rougly more than 2000x2000 px in size Actual Results: A blank region is shown Expected Results: The image should be shown
QML Image's sourceSize property will be useful in fixing this
I was trying to reproduce it but it is working fine now, may be buffer has been changed.
Yes this has been fixed by d2979dac2fb6a91ca256ca89efc1c22f923a58c5, the bug was left open by mistake. Thanks for the info :)