Commit Graph

19 Commits (b000f920ac705a76fdb9a1a81e244b51e48328dd)

Author SHA1 Message Date
Sean Barrett b000f920ac update stb_image version number 2014-06-22 11:21:11 -07:00
johan 52f1a7614d remove gcc4.9.0 / c++11 warnings
corrected annoying warnings about 'missing initializer'. The memset
version is not better, but gcc like it more.
2014-06-22 19:47:17 +02:00
Sean Barrett 23a775cc13 update release notes at end of file 2014-06-15 13:11:10 -07:00
Sean Barrett 5753c13f25 Merge branch 'load-bmp-v5-header' of https://github.com/saitoha/stb into working
Update version number
2014-06-15 13:08:12 -07:00
Sean Barrett fa30cdba89 Merge branch 'rewind-after-bmp-testing' of https://github.com/saitoha/stb into working 2014-06-15 13:01:11 -07:00
Sean Barrett d0c33a77f9 TGA loader fix to new optimized path by Jerry Jansson 2014-06-15 13:00:00 -07:00
Sean Barrett 2fb6df190b fix accidental stb__skip renames in comments 2014-06-15 12:49:32 -07:00
Hayaki Saito cd6819374c Make sure to rewind after BMP test, to fix broken GIF test 2014-06-15 13:57:03 +09:00
Hayaki Saito 381ae02955 Add support for loading BMP v5 header 2014-06-15 13:47:41 +09:00
Sean Barrett 3557e66362 fix accidental rename of 'skip' 2014-06-06 12:17:39 -07:00
Sean Barrett 47a34c1723 stb_image.h version number increase 2014-06-06 10:17:32 -07:00
Sean Barrett c28ffbbf0d Change byte casts in stb_image.h that intentionally truncate to do so explicitly for MSVC runtime check compatibility 2014-06-06 10:15:30 -07:00
Sean Barrett df3dcb5d0d remove duplicate typedef of stbi_uc 2014-06-04 17:56:18 -07:00
Sean Barrett 334cec8d8c Fix handling of iphone-procesed image to not accidentally appear corrupt (instead they just load wrong).
Add a proper testing path to image test
2014-06-03 08:45:34 -07:00
Sean Barrett 236004f573 finished renaming all private functions & globals with stbi__ prefix 2014-05-31 06:55:48 -07:00
Sean Barrett d5272d32e4 renaming completed through png decoder 2014-05-31 06:27:37 -07:00
Sean Barrett 9549e83e5d renaming completed through jpeg decoder 2014-05-31 05:40:05 -07:00
Sean Barrett 2514fbc2c7 more renaming 2014-05-31 05:38:26 -07:00
Sean Barrett 927b455d85 start converting stb_image.c to a .h file 2014-05-31 04:49:43 -07:00