Trying to create an image from a poolbytearray that has a size of 4096. However, every image FORMAT I try give me an error.
ERROR: Expected data size of <depending on FORMAT>in Image::create()
Any idea how to fix it?
I am pulling image data from Steam's servers and converting it to something Godot can display.