Commit Graph

24 Commits (6d613ed8ce46f1f142a9ecbc341423655140f2ee)

Author SHA1 Message Date
Sean Barrett c9859afcf9 reverse some of the public-domain-license changes that I didn't
actually want
2015-08-01 23:53:49 -07:00
Ryan Whitworth 45b27d8a9c Added public domain license text 2015-08-01 14:54:05 -04:00
Sean Barrett 00b1797a23 switch memcpy to memmove for simplicity;
rename all STBI_ config macros to STBIW_ to avoid conflict with stb_image.h
2015-04-13 11:55:24 -07:00
Sean Barrett 019236a624 Merge branch 'stb-image-writer-memory' of https://github.com/callidus/stb into work2 2015-04-13 11:48:26 -07:00
Tim Kelsey 8b1d835e16 Adding memory and assert defines to stb_image_write 2015-04-08 15:24:46 +01:00
Jørgen P. Tjernø 80176ae4a1 Remove unused variables in write_hdr_scanline.
Fixes #90.
2015-03-24 11:22:20 -07:00
Sean Barrett 22fa9a467a rewrite HDR rle logic 2015-01-18 10:43:42 -08:00
Sean Barrett 80d5c4be48 fix bug introduced when doing hdr cleanup 2015-01-17 09:16:48 -08:00
Sean Barrett d91cbdf662 Merge branch 'test' 2015-01-17 07:47:52 -08:00
Sean Barrett edd5e6700d tweak baldurk's hdr implementation 2015-01-17 07:46:22 -08:00
Sean Barrett 6639ef6d5a fix monochrome bmp support 2015-01-17 07:15:50 -08:00
baldurk fb8eabd6b8 Add .hdr file writing support 2014-09-09 08:33:25 +01:00
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-Sbastien 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-Sbastien Guay 26a71f67fe comment was wrong way around... code was right. 2014-08-09 01:08:43 -04:00
Jean-Sbastien 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