Page 2 of 2

Re: Saving images opened via filedropped

Posted: Tue Feb 09, 2016 1:54 pm
by bartbes
jalamaya wrote:

Code: Select all

file:write(tostring(love.image.newImageData(love.filesystem.newFileData(data, 'img', 'file'))))
That only gets you a string with some type information, so that's what you don't want to do.