No description
Find a file
Charles Barto 011673a6e7 stable nim
2017-12-01 16:44:04 -05:00
gen remove version consts, should use binary version 2017-11-29 17:20:32 -05:00
src added filter constants 2017-12-01 15:59:50 -05:00
tests initial commit 2014-02-23 16:50:38 -05:00
.gitignore working on better gen scripts 2017-11-28 16:13:03 -05:00
libpng-LICENSE.txt initial commit 2014-02-23 16:50:38 -05:00
png.nimble stable nim 2017-12-01 16:44:04 -05:00
README.md Create README.md 2014-02-23 16:56:57 -05:00

nimlibpng

nimrod wrapper for libpng

the raw C library wrapper is in png.nim, to be imported as "import png". Functions and types are named the same as in the C version of libpng. This library wrapper was generated from the libpng16 documentation and tested aganst the libpng16 shared library obtained from the arch linux extra repository. Some #define constants and structures may not be included in this wrapper since it was generated from the libpng(3) manpage and not png.h. If you find something missing submit an issue, or even better a pull request.