v/vlib/stbi
2023-09-04 09:24:34 +03:00
..
link_to_libm.c.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
stbi.c.v stbi: add LoadParams to load_from_memory() as well (#19268) 2023-09-04 09:24:34 +03:00
stbi_test.v stbi: add a resize_uint8 function for resizing images in memory (#18484) 2023-06-19 18:14:26 +03:00

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.