Hey,
my project supports many different resolutions (from 800*600 to 2048*1536).
My Problem: Am I supposed to load a really huge graphic file and then resize it, if the resolution is smaller than 2048*1536? Or is there another way, that doesn't use as much memory? Of course I could use one image for each resolution, but this doesn't seem like a good solution..