PS: If anyone can find/make a freaking .pic file that would also be awesome. |
In file included from main.cpp:4: stb_image.h: In function ‘stbi_uc* stbi_gif_load(stbi*, int*, int*, int*, int)’: stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::h’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::out’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::flags’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::bgindex’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::ratio’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::transparent’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::eflags’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::pal’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::lpal’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::codes’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::color_table’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::parse’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::step’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::lflags’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::start_x’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::start_y’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::max_x’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::max_y’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::cur_x’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::cur_y’ stb_image.h:4182: warning: missing initializer for member ‘stbi_gif_struct::line_size’ main.cpp: At global scope: main.cpp: In instantiation of ‘unsigned int arraysize(const T (&)[S]) [with T = std::string, unsigned int S = 8u]’: main.cpp:27: instantiated from here main.cpp:10: warning: unused parameter ‘v’ |
Testing Load: bmp: failed - can't fopen gif: failed - can't fopen png: OK - x=256 y=256 comp=4 tga: failed - can't fopen jpg: failed - can't fopen psd: failed - can't fopen hdr: failed - can't fopen pic: failed - can't fopen Testing LoadF: bmp: failed - can't fopen gif: failed - can't fopen png: OK - x=256 y=256 comp=4 tga: failed - can't fopen jpg: failed - can't fopen psd: failed - can't fopen hdr: failed - can't fopen pic: failed - can't fopen Testing Info: bmp: failed - can't fopen gif: failed - can't fopen png: OK - x=256 y=256 comp=4 tga: failed - can't fopen jpg: failed - can't fopen psd: failed - can't fopen hdr: failed - can't fopen pic: failed - can't fopen Testing IsHdr: bmp: failed - can't fopen gif: failed - can't fopen png: failed - can't fopen tga: failed - can't fopen jpg: failed - can't fopen psd: failed - can't fopen hdr: failed - can't fopen pic: failed - can't fopen |