An open API service indexing awesome lists of open source software.

https://github.com/rtbo/png-d

D bindings to libpng
https://github.com/rtbo/png-d

Last synced: 4 months ago
JSON representation

D bindings to libpng

Awesome Lists containing this project

README

          

# png-d

Self-contained D bindings to [libpng](http://www.libpng.org/pub/png/libpng.html)-1.6.

Dub is configured such as if libpng is found on system (in a compatible version)
the installed version will be used.
Otherwise, libpng-1.6.35 will be downloaded, extracted, built from source and used
in place.