Tags give the ability to mark specific points in history as being important
-
2.0
37ea0814 · ·Use `seq[byte]` and input and output type. As discussed on the Nim forums there is going to be a push to use byte sequences for well, a sequence string of bytes. Before `string` or `seq[uint8]` was used, but this isn't the case anymore. Details here: https://forum.nim-lang.org/t/3173
-
1.6
289d2000 · ·Version 1.6 of stb_image Nim bindings Changes: - Write images to memory (instead of files) - Callback API ready - Added some new tests for the new functions Thanks to Eduardo Bart (@edubart) for the help on this.
-
1.5
fdfc8389 · ·Fix null pointer issue on image read. Thanks to Eduardo Bart (@edubart on GitHub) for posting the fix.
-
1.4
df9bd0f0 · ·Update reading and writing to latest stb_image headers as of 08/05/2017 - Cleaned up header importing/including system - Added JPEG saving to stbi.write
-
-
-
1.1
363078ff · ·Basic usable version of stb_image for Nim Has wrappers for `stb_image.h` and `stb_image_write.h`