Commit Graph

12 Commits (3d6dccf0c40d81f9d637f2b81d7f9274454bee44)

Author SHA1 Message Date
Sean Barrett 492e3f3463 update version numbers 2014-08-17 21:12:16 -07:00
Sean Barrett 7e079c670d tweak TGA monochrome support 2014-08-16 13:52:47 -07:00
Jean-Sébastien Guay ebc2d23d47 realized the 2 colorbytes case is impossible.
also updated the comment at the top of the file to reflect stbi_write_tga's new capabilities.
2014-08-09 09:16:57 -04:00
Jean-Sébastien Guay 26a71f67fe comment was wrong way around... code was right. 2014-08-09 01:08:43 -04:00
Jean-Sébastien Guay b8b364c301 stbi_write_tga can now write 1 and 2 channel (grayscale and grayscale-alpha) images. 2014-08-09 00:34:49 -04:00
Sean Barrett b96edc012c Merge branch 'headerify'
Conflicts:
	tests/stretch_test.dsp
2014-06-03 08:51:40 -07:00
Sean Barrett ca093eda56 add strict-aliasing warnings; update readme to include stretchy_buffer 2014-06-01 08:04:07 -07:00
Sean Barrett 7add5044e0 bump version number 2014-05-31 06:27:09 -07:00
Sean Barrett 9f251b6da1 rename stb_image_write private functions to use stbiw__ not stbi__ to avoid conflict with stb_image.h 2014-05-31 06:25:31 -07:00
Sean Barrett fcfcb9bb3f generate README.md in part by parsing libraries so that version numbers are in sync 2014-05-30 14:15:51 -07:00
Sean Barrett 70df4966f0 various warning fixes, STBI_SIMD compile error, incorrect file-pointer state for one API 2014-05-27 12:14:26 -07:00
Sean Barrett e2caccb811 initial checkin 2014-05-25 10:18:03 -07:00