You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
The only function that we are going to use from this library is stbi_load, which returns the width, height, and number of channels of the loaded image. The actual pixel data is returned as a pointer ...