There was an error while loading. Please reload this page.
stb/image.adept contains a wrapper for stb_image.h for Windows, MacOS, and x86_64 ELF GNU-Linux.
stb/image.adept
stb_image.h
Only a few of the most important functions from stb_image.h are defined.
define STBI_default = 0 define STBI_grey = 1 define STBI_grey_alpha = 2 define STBI_rgb = 3 define STBI_rgb_alpha = 4
foreign stbi_load(in *ubyte, out *int, out *int, out *int, in int) *ubyte foreign stbi_image_free(in *ubyte) void foreign stbi_failure_reason() *ubyte
Table of Contents