I'm looking for a library to load and save images (PNG, JPEG ...) So far I saw:
* [Nim-OpenCV](https://github.com/dom96/nim-opencv), no update since Nov. 2015 * [Nimage](https://github.com/haldean/nimage), no update since Aug. 2016 * [nimPNG](https://github.com/jangko/nimPNG), supported * [nim-jpeg](https://github.com/jdah/nim-jpeg), no update since Aug. 2016 * [sdl2](https://github.com/nim-lang/sdl2), part of standard lib but depends on SDL2 * [stb_image](https://github.com/define-private-public/stb_image-Nim), seems well tested and in any case stb_image is just a C header file. Did I miss some options? Which ones are people using?
