Code:stb image write.h: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 August 2022

  • curprev 00:5600:56, 31 August 2022Elie talk contribs 69,819 bytes +69,819 Created page with "C header for writing image files. * Downloaded from http://nothings.org/stb <br /> * Author: Sean Barrett<br /> * License: Public domain.<br /> See also: Code:stb_image.h for ''reading'' images. ==Code== <syntaxhighlight lang="c"> /* stb_image_write - v1.15 - public domain - http://nothings.org/stb writes out PNG/BMP/TGA/JPEG/HDR images to C stdio - Sean Barrett 2010-2015 no warranty implied; use at your own risk Before #i..."