mirror of
https://github.com/nothings/stb
synced 2025-01-19 04:39:17 +03:00
Merge branch 'update_stbi_jpg_dcoumentation' of https://github.com/Benjins/stb
This commit is contained in:
commit
b48101c971
@ -41,7 +41,7 @@ USAGE:
|
||||
int stbi_write_bmp(char const *filename, int w, int h, int comp, const void *data);
|
||||
int stbi_write_tga(char const *filename, int w, int h, int comp, const void *data);
|
||||
int stbi_write_hdr(char const *filename, int w, int h, int comp, const float *data);
|
||||
int stbi_write_jpg(char const *filename, int w, int h, int comp, const float *data);
|
||||
int stbi_write_jpg(char const *filename, int w, int h, int comp, const float *data, int quality);
|
||||
|
||||
void stbi_flip_vertically_on_write(int flag); // flag is non-zero to flip data vertically
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user