- we can now save jpg screenshots and can also convert model textures to jpg (WARNING jpg DOES NOT support alpha channel (for transparency) so use this wisely

This commit is contained in:
Mark Vejvoda
2011-03-13 22:43:44 +00:00
parent b3951b3940
commit 28f74a15f7
6 changed files with 169 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
#include "graphics_factory_gl.h"
#include "graphics_interface.h"
#include <png.h>
//#include <png.h>
#include <memory>
using namespace Shared::Graphics;