Skip to content

Commit

Permalink
stb_image_write: credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Barrett committed Feb 11, 2018
1 parent 2886b67 commit dbf0fab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stb_image_write.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@
Patrick Boettcher
github:xeekworx
Cap Petschulat
Simon Rodriguez
Ivan Tikhonov
LICENSE
Expand Down Expand Up @@ -234,7 +236,7 @@ STBIWDEF void stbi_flip_vertically_on_write(int flip_boolean);
#define STBIW_UCHAR(x) (unsigned char) ((x) & 0xff)

#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_tga_with_rle = 1;
static int stbi_write_force_png_filter = -1;
Expand Down

0 comments on commit dbf0fab

Please sign in to comment.