117 Commits (a0b521fcf2bfbc88cf188a5d0af1a1cf47fe4d99)

Author SHA1 Message Date
Sean Barrett a0b521fcf2 no warnings when compiling /W3 ago%!(EXTRA string=6 years)
Sean Barrett c963e40972 update version numbers ago%!(EXTRA string=6 years)
Fabian Giesen 980add9725 stb_image_write: Fix JPEG writer bug. ago%!(EXTRA string=6 years)
Sean Barrett 63b59b46b0 update version numbers ago%!(EXTRA string=6 years)
Sean Barrett feb9de355d stb_image_write: add missing 'static' on internal functions ago%!(EXTRA string=6 years)
Sean Barrett ddccc72c5b stb_image_write: optimize other PNG loops besides previous merge ago%!(EXTRA string=6 years)
Sean Barrett 79a7719c37 stb_image: fix d1252e1bb9 for building in C ago%!(EXTRA string=6 years)
Sean Barrett 476c1f89a2 stb_image_write: fix the previous fix (incorrectly labelled as stb_image) ago%!(EXTRA string=6 years)
Sean Barrett e5d4d6fcce stb_image; optimize row computation in PR ago%!(EXTRA string=6 years)
Sean Barrett f82dbd638c windows unicode: don't malloc buffers, add explicit STBI_WINDOWS_UTF8 #define ago%!(EXTRA string=6 years)
Andrew Beatty eee50c079d Update to STB conventions ago%!(EXTRA string=6 years)
Andrew Beatty ccc4b3716a fix compiler warnings and const error ago%!(EXTRA string=6 years)
jarnoh 60a5755478 use simple memcpy if png filter=0 ago%!(EXTRA string=7 years)
jarnoh 7a02732eb3 allow STBIW_CRC32 override default crc32 ago%!(EXTRA string=7 years)
Daniel Gibson 1ad30e4e77 stb_image_write.h: Fix jpg flipping for non-multiple-of-8 sizes ago%!(EXTRA string=7 years)
PopPoLoPoPpo f685ee4e58 Fix overflow in stbi_write_hdr_core() ago%!(EXTRA string=7 years)
JR d0ae424061 Re added unicode filename support for stb_image and stb_image_write with whitespace issues fixed. ago%!(EXTRA string=7 years)
Sean Barrett 543ad0c112 stb_image_write: tweak handling of STB_IMAGE_WRITE_STATIC ago%!(EXTRA string=7 years)
Sean Barrett aeb2b4b64d tweak handling of STBIWDEF ago%!(EXTRA string=7 years)
Sean Barrett dbf0fab1c7 stb_image_write: credits ago%!(EXTRA string=7 years)
Sean Barrett 4eef034d52 stb_write_image: fix typos ago%!(EXTRA string=7 years)
Cap Petschulat 6ab920bb6a stb_image_write: fix png compression level typos ago%!(EXTRA string=7 years)
Simon Rodriguez 34f087ce4c stb_image_write: fix indexing error when computing PNG filters with the stbi__flip_vertically_on_write on. ago%!(EXTRA string=7 years)
Sean Barrett 445473bdb5 stb_image_write: handle malloc failure in zlib ago%!(EXTRA string=7 years)
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)