stb_image_write: credits

This commit is contained in:
Sean Barrett 2018-02-11 11:11:39 -08:00
parent 2886b67f7f
commit dbf0fab1c7

View File

@ -134,6 +134,8 @@ CREDITS:
Patrick Boettcher Patrick Boettcher
github:xeekworx github:xeekworx
Cap Petschulat Cap Petschulat
Simon Rodriguez
Ivan Tikhonov
LICENSE LICENSE
@ -234,7 +236,7 @@ STBIWDEF void stbi_flip_vertically_on_write(int flip_boolean);
#define STBIW_UCHAR(x) (unsigned char) ((x) & 0xff) #define STBIW_UCHAR(x) (unsigned char) ((x) & 0xff)
#ifdef STB_IMAGE_WRITE_STATIC #ifdef STB_IMAGE_WRITE_STATIC
static stbi__flip_vertically_on_write=0; static int stbi__flip_vertically_on_write=0;
static int stbi_write_png_compression_level = 8; static int stbi_write_png_compression_level = 8;
static int stbi_write_tga_with_rle = 1; static int stbi_write_tga_with_rle = 1;
static int stbi_write_force_png_filter = -1; static int stbi_write_force_png_filter = -1;