Removed EncodedImageData, added three new encoded image formats, and changed the way screenshots work - saving screenshots will be broken until we have some way of flipping ImageData, though

--HG--
branch : minor
This commit is contained in:
Bill Meltsner
2011-03-19 23:41:07 -05:00
parent 8de9499979
commit cee7a4ccdb
14 changed files with 81 additions and 413 deletions
-1
View File
@@ -31,7 +31,6 @@ namespace image
{
int w_getFormats(lua_State * L);
int w_newImageData(lua_State * L);
int w_newEncodedImageData(lua_State * L);
extern "C" LOVE_EXPORT int luaopen_love_image(lua_State * L);
} // image