I am debugging some out of memory issues and have some pointed questions:
Have there been any improvements made to the Image control in recent releases since 1.2? Particularly concerning Android.
When loading a large image file, does the Image control "scale down" by sampling the image?
Or does it load the whole image file and scale it whilst in memory?