stb_image_write.h translations Just the PNG encoder.
Create a PNG image from an ImageRef!RGBA. The data has to be freed with free() or freeSlice.
Create a PNG image from an ImageRef!L8. The data has to be freed with free() or freeSlice.
See Source File
stb_image_write.h translations Just the PNG encoder.