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 |
|
Emmanuel Julien
|
529d8163b2
|
Add support for writing through callback functions in stb_image_write.h.
|
2015-01-13 17:43:14 +01: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 |
|