v/vlib/stbi
Alexander Medvednikov fbb9e65c0f all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
..
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
link_to_libm.c.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
stbi.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
stbi_test.v stbi: add image writing functions (#12754) 2021-12-08 00:31:37 +02:00

README.md

Description:

stbi is a thin wrapper around stb's stb_image.h, which in turn is "a public domain image loader" for popular graphics image file formats.