https://github.com/rtbo/img-d
A set of bindings to manipulate images with the D programming language.
https://github.com/rtbo/img-d
Last synced: 5 months ago
JSON representation
A set of bindings to manipulate images with the D programming language.
- Host: GitHub
- URL: https://github.com/rtbo/img-d
- Owner: rtbo
- License: other
- Created: 2016-09-19T21:38:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T22:18:11.000Z (over 5 years ago)
- Last Synced: 2025-01-30T19:27:01.893Z (over 1 year ago)
- Language: D
- Size: 2.14 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# img-d
img-d is a set of bindings to manipulate images with the D programming language.
At the moment only contains bindings to the C libraries:
- libjpeg-turbo-1.3.0
- libpng-1.6.16
`img-d` ships with static libraries built for various ABIs. (built by `img-d-clibsbuild`)
Dub will transparently add the C code directly into the D archive avoiding apps to link or ship C dlls.
The one exception to this is dmd for windows-x86.
Because it uses a dinosaure linker, the only way that works at the moment is the application to link to import libraries and ship needed dlls.
This is the usual process with dmd.
Those import libraries and dlls are built by `img-d-clibsbuild` and shipped with `img-d` under the `clibs-windows-x86-dmd` directory.