Tags

Tags give the ability to mark specific points in history as being important
  • 2.0

    37ea0814 · Bump version no. to `2.0` ·
    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 · Bump verison no. to 1.6 ·
    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 · Remove `noDecl` pragma ·
    Fix null pointer issue on image read.
    
    Thanks to Eduardo Bart (@edubart on GitHub) for posting the fix.
  • 1.4

    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.3

     - Add Excpetions for image loading
     - Update stb_image headers
  • 1.2

    Updated for new .nimble format
  • 1.1

    363078ff · Better example ·
    Basic usable version of stb_image for Nim
    
    Has wrappers for `stb_image.h` and `stb_image_write.h`