Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} C-SunRay / stb Public forked from nothings/stb Notifications You must be signed in to change notification settings Fork 0 ...
stb single-file public domain libraries for C/C++. Contribute to keithjohnston/stb development by creating an account on GitHub.
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} Nathan-Projets / stb Public forked from nothings/stb Notifications You must be signed in to change notification settings Fork 0 Star ...
stb single-file public domain libraries for C/C++. Contribute to dhavalvpatel0518/stb development by creating an account on GitHub.
header only, dependency-free deep learning framework in C++14 - tiny-dnn/third_party/stb/stb_image.h at master · tiny-dnn/tiny-dnn
#ifndef STBI_INCLUDE_STB_IMAGE_H #define STBI_INCLUDE_STB_IMAGE_H// To get a header file for this, either cut and paste the header, // or create stb_image.h, #define STBI_HEADER_FILE_ONLY, and // then include stb_image.c from it....
stb_image_aug.h childhood/libSOILPublic Notifications Fork31 Star11 master BranchesTags libSOIL/stb_image_aug.h Go to file Copy path Cannot retrieve contributors at this time executable file354 lines (308 sloc)16.5 KB RawBlame /*stbi-1.16 - public domain JPEG/PNG reader - http://nothings....
Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations. - nanovg/example/stb_image_write.h at master · memononen/nanovg
#ifndef STB_IMAGE_WRITE_STATIC // C++ forbids static forward declarations STBIWDEF int stbi_write_tga_with_rle; STBIWDEF int stbi_write_png_compression_level; STBIWDEF int stbi_write_force_png_filter; #endif#ifndef STBI_WRITE_NO_STDIO
/* stb_image_write - v1.13 - public domain - http://nothings.org/stb/stb_image_write.h writes out PNG/BMP/TGA/JPEG/HDR images to C stdio - Sean Barrett 2010-2015 no warranty implied; use at your own riskBefore #including,#define STB_IMAGE_WRITE_IMPLEMENTATION...