Search found 1 match
- Sun Nov 29, 2020 6:20 pm
- Forum: Support and Development
- Topic: Can't load any file as imageData
- Replies: 3
- Views: 4868
Can't load any file as imageData
I get an error whenever i try to do love.graphics.newImage("icon.png") or love.image.newImageData("icon.png") I've tried using png, jpg and ico file formats, all of them gave me this error Error boot.lua:557: Could not decode file 'icon.jpg' to ImageData: unsupported file format ...