i've been working on a game for a few days, it pulls level data from the sd card, one part of the data is a preview image, it is able to be a png or a jpg file,
First issue, if the image isn't a power of 2, the game crashes,
Second issue, the image just... doesn't render in the first place.
//...