Added support for loading TGA and BMP images (via stb_image.) Added support for encoding ImageData to TGA.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2014-05-29 13:20:10 -03:00
parent db4acdbab6
commit 51d1f2a7a9
9 changed files with 2137 additions and 2 deletions
-1
View File
@@ -22,7 +22,6 @@
#define LOVE_IMAGE_MAGPIE_PNG_HANDLER_H
// LOVE
#include "filesystem/FileData.h"
#include "FormatHandler.h"
namespace love