Ah, yeah, got it. Poking around, I wonder about...
- Load the raw data via
File.get_buffer()
to load the data as a PoolByteArray
- Create the image via
Image.create_from_data()
which accepts the data from a PoolByteArray
and allows a format to be specified...
Though, I've never tried it...