Skip to content

Commit 2e2bef4

Browse files
author
Sean Barrett
committed
stb_image_resize2: update version number
1 parent 44092a1 commit 2e2bef4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ library | lastest version | category | LoC | description
2727
**[stb_image.h](stb_image.h)** | 2.30 | graphics | 7988 | image loading/decoding from file/memory: JPG, PNG, TGA, BMP, PSD, GIF, HDR, PIC
2828
**[stb_truetype.h](stb_truetype.h)** | 1.26 | graphics | 5079 | parse, decode, and rasterize characters from truetype fonts
2929
**[stb_image_write.h](stb_image_write.h)** | 1.16 | graphics | 1724 | image writing to disk: PNG, TGA, BMP
30-
**[stb_image_resize2.h](stb_image_resize2.h)** | 2.11 | graphics | 10600 | resize images larger/smaller with good quality
30+
**[stb_image_resize2.h](stb_image_resize2.h)** | 2.12 | graphics | 10601 | resize images larger/smaller with good quality
3131
**[stb_rect_pack.h](stb_rect_pack.h)** | 1.01 | graphics | 623 | simple 2D rectangle packer with decent quality
3232
**[stb_perlin.h](stb_perlin.h)** | 0.5 | graphics | 428 | perlin's revised simplex noise w/ different seeds
3333
**[stb_ds.h](stb_ds.h)** | 0.67 | utility | 1895 | typesafe dynamic array and hash tables for C, will compile in C++
@@ -45,7 +45,7 @@ library | lastest version | category | LoC | description
4545
**[stb_include.h](stb_include.h)** | 0.02 | misc | 295 | implement recursive #include support, particularly for GLSL
4646

4747
Total libraries: 21
48-
Total lines of C code: 51087
48+
Total lines of C code: 51088
4949

5050

5151
FAQ

stb_image_resize2.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* stb_image_resize2 - v2.11 - public domain image resizing
1+
/* stb_image_resize2 - v2.12 - public domain image resizing
22
33
by Jeff Roberts (v2) and Jorge L Rodriguez
44
http://github.com/nothings/stb
@@ -327,6 +327,7 @@
327327
Nathan Reed: warning fixes for 1.0
328328
329329
REVISIONS
330+
2.12 (2024-10-18) fix incorrect use of user_data with STBIR_FREE
330331
2.11 (2024-09-08) fix harmless asan warnings in 2-channel and 3-channel mode
331332
with AVX-2, fix some weird scaling edge conditions with
332333
point sample mode.

0 commit comments

Comments
 (0)