I have observed that an image of about 8-10KB taking 2.5MB of space on RAM. We have a requirement to display more than 20 images in a XAML page.
After adding 5-6 images the application is crushing(OOM).
Is there a way to reduce the size of images on RAM and use more images in a page?