Load high resolution Images!

shfomehr

New member
Joined
Dec 29, 2023
Messages
3
Programming Experience
Beginner
Hi
I'm new in .Net MAUI.
I want to add some high-resolution images in my app. The dimensions of the images are about 7000*4000 pixels, and they are layered on top of each other. (Layers will visible/invisible by buttons)
There is no problem on Windows platform, but when I run it on Android device or emulator, it runs very slow and laggy.
Considering that by double-clicking on the image, their scale will double or triple, if I reduce their dimensions, the final quality will decrease.
Is there a solution?
 
How are you rendering the image?
 
Back
Top Bottom