Alex Szpakowski
|
5dbf589d47
|
Removed libjpeg-turbo as a dependency (closes issue #1031.) Removed jpeg support for ImageData:encode. stb_image now handles jpeg image loading.
|
2015-05-03 17:52:20 -03:00 |
|
Alex Szpakowski
|
d31168c0e0
|
Cleaned up some graphics code.
|
2015-03-20 00:16:36 -03:00 |
|
Alex Szpakowski
|
28f4f42454
|
Cleaned up the code for determining whether an image can be decoded using stb_image.
--HG--
branch : minor
|
2015-02-18 00:43:09 -04:00 |
|
Alex Szpakowski
|
c1d4613ff7
|
Updated stb_image to 2.0.2.
--HG--
branch : minor
|
2015-01-20 03:40:08 -04:00 |
|
Alex Szpakowski
|
a7e4148869
|
Merged default into minor
--HG--
branch : minor
|
2015-01-16 15:47:26 -04:00 |
|
Alex Szpakowski
|
52b62e8620
|
Fixed a case of using new[]/delete[] when malloc/free should have been used.
--HG--
branch : minor
|
2014-08-27 21:53:33 -03:00 |
|
Alex Szpakowski
|
fcf8329369
|
Fixed detection of TGA and BMP images and updated stb_image to the latest version.
--HG--
branch : minor
|
2014-08-11 03:11:51 -03:00 |
|
Alex Szpakowski
|
a757315006
|
Removed runtime support for Mac OS 10.6 and switched from libstdc++ to libc++ in OS X. Now we can use C++11's standard library!
--HG--
branch : minor
|
2014-08-08 18:54:12 -03:00 |
|
Alex Szpakowski
|
51d1f2a7a9
|
Added support for loading TGA and BMP images (via stb_image.) Added support for encoding ImageData to TGA.
--HG--
branch : minor
|
2014-05-29 13:20:10 -03:00 |
|