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
- Host: GitHub
- URL: https://github.com/rtbo/png-d
- Owner: rtbo
- License: mit
- Created: 2018-08-27T23:09:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T15:31:13.000Z (over 7 years ago)
- Last Synced: 2025-10-17T20:35:17.566Z (8 months ago)
- Language: D
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
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.