gamut.codecs.stb_image_write

stb_image_write.h translations Just the PNG encoder.

Members

Functions

stbi_write_jpg_to_func
int stbi_write_jpg_to_func(stbi_write_func func, void* context, int x, int y, int comp, const(void)* data, int quality)
Undocumented in source. Be warned that the author may not have intended to support it.
stbi_write_png_to_mem
ubyte* stbi_write_png_to_mem(const(ubyte*) pixels, int stride_bytes, int x, int y, int n, int* out_len)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta