So, what I'm looking for is instead of
Code: Select all
image = love.graphics.newImage(filename)
Code: Select all
image = love.graphics.newImage(data, data_type)
I could create a temporary file, write the data into it, and then load it from that, but that seems more complicated and wasteful then it should be.
Why am I loading from a resource file? Well, long story short, the license we have for the game basically requires it...
Thanks,
~PauloftheWest