143 Commits (7c14c47e2fd49c11b2dd3d5e923b0381c6a43c50)

Author SHA1 Message Date
Sean Barrett b969dc38f3 stb_image_write: fix for fopen_s failure case ago%!(EXTRA string=7 years)
Sean Barrett 094cb31ec8 stb_image: compile as C; stb_image_write: credits ago%!(EXTRA string=7 years)
Sean Barrett 35a3bf41e8 Integrate ZLIB changed from Daniel Gibson, fixup credits ago%!(EXTRA string=7 years)
Sean Barrett b056850ea9 stb_image_write can flip images vertically ago%!(EXTRA string=7 years)
John Tullos 841862a622 Fixed grammar, spelling issues in comments ago%!(EXTRA string=7 years)
John Tullos eb17d8a6dd Fixed grammar, spelling issues in comments ago%!(EXTRA string=7 years)
John Tullos 32a7d5ab68 Added STBI_MSC_SECURE_CRT to support newer MSVC compilers as optional ago%!(EXTRA string=7 years)
John Tullos 5e844ffe70 Using secure versions of CRT calls to avoid Microsoft Visual C/C++ compiler errors/warnings. ago%!(EXTRA string=7 years)
Aarni Koskela 2c7b00ac21 Add force_filter and compression_level parameters to (new) `stbi_write_png_to_mem_ex` ago%!(EXTRA string=8 years)
Benji Smith 923c9c3deb Correct function signature in stbi_write_jpg usage documentation. ago%!(EXTRA string=8 years)
Sean Barrett 961923b5a3 fix documentation ago%!(EXTRA string=8 years)
Sean Barrett 555efbedfc Update version numbers ago%!(EXTRA string=8 years)
Fabian Giesen 931662ae6e stb_image_write: Warning fix. ago%!(EXTRA string=8 years)
Daniel Gibson be21113512 stb_image_write.h: Allow setting custom zlib compress function for PNG ago%!(EXTRA string=8 years)
Daniel Gibson e6bbecd3a9 stb_image_write.h: Set PNG compress lvl via stbi_write_png_level ago%!(EXTRA string=8 years)
Daniel Gibson f0baa0c287 stb_image_write.h: Fix compilation in C++11 mode ago%!(EXTRA string=8 years)
Daniel Gibson e5144a3996 stb_image_write.h: Consistently use STBIWDEF for stbi_write_* ago%!(EXTRA string=8 years)
Daniel Gibson 721c788fdb stb_image_write: JPEG writer based on jo_jpeg.cpp ago%!(EXTRA string=8 years)
Sean Barrett 47685c5f84 remove deprecated old-precision jpg path from stb_image.h ago%!(EXTRA string=8 years)
Sean Barrett 96620a3a54 update version numbers ago%!(EXTRA string=8 years)
Sean Barrett 48710234f2 credits; 1/2/4-bit png fix; easy font spacing; NO_STDIO in image_write ago%!(EXTRA string=8 years)
PopPoLoPoPpo 19d03764b5 Fix #ifndef STBI_WRITE_NO_STDIO scioe for stbi_write_hdr() ago%!(EXTRA string=8 years)
Patrick Boettcher 734576e6be image-write: fix monochrome bitmap writing from 8-bit-buffers ago%!(EXTRA string=9 years)
Sean Barrett 6e4154737c update version numbers, documentation, and contributors ago%!(EXTRA string=9 years)
Thatcher Ulrich 291ad22e84 Replace large stack allocations with dynamic allocations. ago%!(EXTRA string=9 years)
Craig Donner ee6978cb68 Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable. Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable. ago%!(EXTRA string=9 years)
Craig Donner 49b65c0873 Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable. Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable. ago%!(EXTRA string=9 years)
Sean Barrett f1d2002a1d update contributor list ago%!(EXTRA string=9 years)
Sean Barrett 8521c38956 tweak previous crc commit ago%!(EXTRA string=9 years)
Sean Barrett ac748cba9b update contributor list, version history, version number ago%!(EXTRA string=9 years)
Sean Barrett 82ca643ef3 change previous explicitly-sized realloc support to be new API and unbreak old API ago%!(EXTRA string=9 years)
Romain Bailly 7e741ffc1e Added the old size as argument to the STBI_REALLOC() and STBIW_REALLOC() macros ago%!(EXTRA string=9 years)
Filip Wasil 8cea0090b2 Removie implicit cast to float ago%!(EXTRA string=10 years)
Jonas Karlsson b95858a2f7 Add bitmask to unsigned char casts to fix MSVC runtime checks ago%!(EXTRA string=10 years)
Jonas Karlsson 22dd50f256 Fix documentation error ago%!(EXTRA string=10 years)
Jonas Karlsson f1d401845f Fix race condition in static crc_table ago%!(EXTRA string=10 years)
Rasmus Christian Pedersen 007c850b48 nobug: removed unused variable 'k' ago%!(EXTRA string=10 years)
Sergio Gonzalez b372a1f86c Avoid macro redefinition in Win32 ago%!(EXTRA string=10 years)
Sean Barrett 93b2b82996 get rid of unused return value from write callback ago%!(EXTRA string=10 years)
Sean Barrett b4477803cb fix public function names; ago%!(EXTRA string=10 years)
Sean Barrett 78fe0bfc24 handle fopen() failing ago%!(EXTRA string=10 years)
Sean Barrett 5bcce36638 rle tweaks, credits ago%!(EXTRA string=10 years)
Sean Barrett a84daa614e a few more stb_image_write fixes ago%!(EXTRA string=10 years)
Sean Barrett 2a1716cc8f credits ago%!(EXTRA string=10 years)
Sean Barrett c9859afcf9 reverse some of the public-domain-license changes that I didn't ago%!(EXTRA string=10 years)
Ryan Whitworth 45b27d8a9c Added public domain license text ago%!(EXTRA string=10 years)
fahickman 80a0e90d53 TGA RLE flag and regression fix ago%!(EXTRA string=10 years)
fahickman 126ec22867 add missing consts ago%!(EXTRA string=10 years)
fahickman e0e4bd4d86 write TGAs with RLE compression ago%!(EXTRA string=10 years)
Guillaume Chereau d1d5f4ca96 add STB_IMAGE_WRITE_STATIC macro ago%!(EXTRA string=10 years)