Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
"Image format is not supported" — Gideros Forum

"Image format is not supported"

john26john26 Maintainer
edited August 2012 in General questions
Gideros seems to object to one of my bitmaps giving this error:

main.lua:1486: noedit.png: Image format is not supported.

I can't see anything wrong with the PNG file "noedit.png". I made it in MS Paint and other programs accept and display it. Eg Windows Picture and Fax Viewer shows it as does MS Paint. Corona also accepts this PNG.

The code is at line 1486 is
editbutton=Sprite.new()
editbutton:addChild(Bitmap.new(Texture.new("noedit.png")))

Any ideas?

Comments

Sign In or Register to comment.