hi

I meet the same problem as qt again.
QML Image component can't load if image pixel too large.
So i want to try gridview to show image tile.
I divide image to 500x500 image tiles.
Gridview seem can't specify row and column size,
only adjust gridview size to ajust row and column size.
Now i have a picture 3783x2343 pixels, i set gridview size in 4000 x2500,cell size 500x500
But gridview using memory seem based on it's size.
I want only visible area use memory, but gridview load all item once.
It cause some item memory is not enough to show.
Is there other good idea can show large image ?