The MagickD project provides bindings for the GraphicsMagick library for use in the D Programming Language.
It's separated in to two packages, the first is the actual binding to the GraphicsMagick library (graphicsmagick_c), and the second package (magickd) is the still in heavy development high-level wrapper around the MagickWand API.
Currently, the graphicsmagick_c package is a complete binding to version 1.3.0.
Work slowly continues on magickd to complete the API.
Source Code
The primary location is on Codeberg.
Should Codeberg be down, there are some mirrors available:
OSDN— OSDN hasn't been working for a while now.- repo.or.cz
- RocketGit
Examples
There are some examples for the graphicsmagick_c module in the respective Examples directory.
License
MagickD is licensed under the terms of the Expat License (MIT License).
You can find more details in the LICENSE file for MagickD.