-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a53167c
commit 01faa1e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule stb
updated
20 files
+3 −0 | .gitignore | |
+8 −6 | README.md | |
+0 −0 | deprecated/stb_image_resize.h | |
+173 −175 | stb_image.h | |
+10,325 −0 | stb_image_resize2.h | |
+224 −0 | stb_image_resize_test/dotimings.c | |
+2,738 −0 | stb_image_resize_test/old_image_resize.h | |
+56 −0 | stb_image_resize_test/oldir.c | |
+992 −0 | stb_image_resize_test/stbirtest.c | |
+999 −0 | stb_image_resize_test/vf_train.c | |
+259 −0 | tests/pngsuite/ref_results.csv | |
+9 −4 | tests/resample_test.cpp | |
+1 −1 | tests/resize.dsp | |
+0 −4 | tests/stb.dsp | |
+3 −2 | tests/test_c_compilation.c | |
+1 −1 | tests/test_cpp_compilation.cpp | |
+47 −0 | tests/test_png_paeth.c | |
+75 −0 | tests/test_png_regress.c | |
+5 −3 | tools/README.header.md | |
+1 −1 | tools/README.list |