[Gfx2Texture]|[nil] Texture = BinaryFile.parseImage(self, bytesToRead)
Parses an image from the stream and returns the image data in a Gfx2Texture
Parameters
bytesToRead
integer | "
nilHow many bytes to read, nil would be everything ahead (:size() - :tell())
Return Value