https://github.com/rtbo/turbojpeg-d
Self-contained D bindings to libjpeg-turbo
https://github.com/rtbo/turbojpeg-d
Last synced: 4 months ago
JSON representation
Self-contained D bindings to libjpeg-turbo
- Host: GitHub
- URL: https://github.com/rtbo/turbojpeg-d
- Owner: rtbo
- License: other
- Created: 2018-09-03T22:34:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T15:54:34.000Z (over 7 years ago)
- Last Synced: 2025-06-22T19:05:46.972Z (12 months ago)
- Language: D
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# turbojpeg-d
Self-contained D bindings to [libjpeg-turbo](https://libjpeg-turbo.org)-2.0.0.
Dub is configured such as if libjpeg-turbo is found on system (in a compatible version)
the installed version will be used.
Otherwise, libjpeg-turbo-2.0.0 will be downloaded, extracted, built from source and used
in place.