mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
stbi: add image writing functions (#12754)
This commit is contained in:
6
thirdparty/stb_image/stb_v_header.h
vendored
Normal file
6
thirdparty/stb_image/stb_v_header.h
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/*
|
||||
* stbi set globals var functions
|
||||
*/
|
||||
void set_png_compression_level(int level);
|
||||
void write_force_png_filter(int level);
|
||||
void write_tga_with_rle(int level);
|
Reference in New Issue
Block a user