Sean Barrett
f82dbd638c
windows unicode: don't malloc buffers, add explicit STBI_WINDOWS_UTF8 #define
2019-02-07 05:55:03 -08:00
Sean Barrett
a28a6b126b
tests: 64-bit fixes, fix typo in image tests
2019-02-07 04:42:32 -08:00
Sean Barrett
297ff62859
change bmp info to use common header parser
2015-11-08 13:09:16 -08:00
Sean Barrett
876aea3dbe
refactor bmp header parser for sharing with stbi_info
2015-11-08 01:22:30 -08:00
Sean Barrett
93b2b82996
get rid of unused return value from write callback
2015-09-14 05:57:42 -07:00
Sean Barrett
b4477803cb
fix public function names;
...
fix internal names to be namspaced properly;
2015-09-14 05:48:24 -07:00
Sean Barrett
90dc93a1cc
fix bug where we couldn't rewind a file that reached EOF, which can happen with < 92-byte PIC,PNM,HDR,TGA
2015-09-13 05:41:21 -07:00
Sean Barrett
22fa9a467a
rewrite HDR rle logic
2015-01-18 10:43:42 -08:00
Sean Barrett
5b53d20c68
Put progressive JPEG AC decode logic back the way I wrote it originally (I changed it to match jpgd when I was trying to figure out why it didn't work);
...
add STBI__ prefixes to internal SCAN_ enum;
strip unused function arguments for progressive funcs;
tweak release notes;
forget to git commit frequently so these would all be in their own commits;
2014-12-23 05:11:36 -08:00
Sean Barrett
53008c0922
default tests
2014-12-21 08:25:13 -08:00
Sean Barrett
33e24eafa0
in progress progressive stuff
2014-12-21 07:53:05 -08:00
Sean Barrett
bd6b78f268
finalize scalar YCbCr conversion back-ported from SSE version;
...
add missing STBIDEFs to a few functions;
update documentation with full 1.49 info even though most isn't implemented yet
2014-12-20 05:13:25 -08:00
Sean Barrett
f259bf27e9
VC6:
...
support using inline asm for cpuid
YCbCr:
switch SSE code to constants that match old C;
create C version that is same as SSE;
tiny optimization(?) of SSE
2014-12-19 04:39:04 -08:00
Sean Barrett
f9e593c25c
Merge branch 'optimize' of https://github.com/rygorous/stb into working
...
Conflicts:
stb_image.h
Also disable VC6 automatic precompiled headers which were enabled in some projects.
2014-12-14 01:57:22 -08:00
Sean Barrett
8ac015c03f
fix 1/2/4-bit png to filter bytes before decoding to pixels;
...
rename pngsuite/part1 to pngsuite/primary;
check in pngsuite
2014-12-14 01:43:23 -08:00
Sean Barrett
01d2c9d957
test program now verifies pngsuite tests against refererence versions
2014-12-14 00:01:50 -08:00
Sean Barrett
8679ce08b7
fix incorrect img_n variable for interlaced files, caused files to be totally incorrect if forcing channel count
2014-12-13 23:35:55 -08:00
Sean Barrett
f5dfba0b8b
Update stb_image test code to test loading with all channel counts (including 0),
...
to avoid missing bugs like the recent TGA bug in the future. Doesn't check the
*results*, but tests that it doesn't crash or fail.
2014-06-15 13:17:04 -07:00
Sean Barrett
334cec8d8c
Fix handling of iphone-procesed image to not accidentally appear corrupt (instead they just load wrong).
...
Add a proper testing path to image test
2014-06-03 08:45:34 -07:00
Sean Barrett
927b455d85
start converting stb_image.c to a .h file
2014-05-31 04:49:43 -07:00
Sean Barrett
9e566c8b31
trailing newline
2014-05-28 11:05:17 -07:00
Sean Barrett
1d2770394a
rest of image-test case
2014-05-27 21:56:42 -07:00