I am getting an 'Unknown Image' error for an image that exists. Anyone know what else can cause this error message.
This line causes the error:
save image "Media/SpriteSheet.bmp", iSpriteSheet
And I can confirm that the image exists because if I put the following line before it, the code ends without error.
if image exist(iSpriteSheet) then end
Any suggestions?
[Fixed] I had used a GUI plugin to load an image. Doing that changed the current directory and there was no media folder in that directory. A misleading error message but an easy fix.