stb_image_resize update
This commit is contained in:
parent
f882db0c80
commit
d5ec7789bd
@ -1,4 +1,4 @@
|
|||||||
/* stb_image_resize - v0.91 - public domain image resizing
|
/* stb_image_resize - v0.92 - public domain image resizing
|
||||||
by Jorge L Rodriguez (@VinoBS) - 2014
|
by Jorge L Rodriguez (@VinoBS) - 2014
|
||||||
http://github.com/nothings/stb
|
http://github.com/nothings/stb
|
||||||
|
|
||||||
@ -154,8 +154,10 @@
|
|||||||
|
|
||||||
ADDITIONAL CONTRIBUTORS
|
ADDITIONAL CONTRIBUTORS
|
||||||
Sean Barrett: API design, optimizations
|
Sean Barrett: API design, optimizations
|
||||||
|
Aras Pranckevicius: bugfix
|
||||||
|
|
||||||
REVISIONS
|
REVISIONS
|
||||||
|
0.92 (2017-01-02) fix integer overflow on large (>2GB) images
|
||||||
0.91 (2016-04-02) fix warnings; fix handling of subpixel regions
|
0.91 (2016-04-02) fix warnings; fix handling of subpixel regions
|
||||||
0.90 (2014-09-17) first released version
|
0.90 (2014-09-17) first released version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user