This looks like it fixes the issue with loading jpgs. I believe this will tell reasongl (which tells SOIL) to load in the data as RGBA no matter what the source image format is. This is probably the best option for us right now as iirc reprocessing isn't set up to handle different image formats currently. We could make it do that but it would be a bigger fix so let's see if we even end up needing it.
This looks like it fixes the issue with loading jpgs. I believe this will tell reasongl (which tells SOIL) to load in the data as RGBA no matter what the source image format is. This is probably the best option for us right now as iirc reprocessing isn't set up to handle different image formats currently. We could make it do that but it would be a bigger fix so let's see if we even end up needing it.
cc @bsansouci @codekiln