dmagick 0.2.4
An ImageMagick binding for the D Programming Language.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
DMagick is a ImageMagick binding for the D programing language.
Requirements:
Linux (Posix?):
---------------
- A recent D2 compiler >= 2.058
- ImageMagick 6.6.0 or grater.
- GNUMake
Windows:
--------
- A recent D2 compiler >= 2.058
- ImageMagick 6.6.0 or grater. (6.6.3 and above for 64 bits)
It's Recomended to use the latest version.
- implip from the Digital Mars basic utilities package.
http://ftp.digitalmars.com/bup.zip
- Digital Mars make (distributed with dmd).
Building:
Linux (Posix?):
---------------
To build DMagick just call "make" and "make install" to install
Dmagick. The documentation can be build with "make docs".
Windows:
--------
To Build DMagick use the make distributed with dmd:
make -f windows.mak
This should build DMagick (DMagick.lib) and generate the Import
import library (MagickCore.lib) needed to link with the dll.
Building Applications using DMagick:
Linux (Posix?):
---------------
It's advised to use pkg-config when building applications using
DMagick as distrobutions usualy don't include the latest version
of ImageMagick.
dmd myapp.d `pkg-config --cflags --libs DMagick`
Windows:
--------
When using the latest version of ImageMagick only the libs need to
be passed to the compiler.
dmd myapp.d -L DMagick.lib MagickCore.lib
- Registered by Mike Wey
- 0.2.4 released 4 years ago
- MikeWey/DMagick
- Zlib
- Authors:
- Dependencies:
- none
- Versions:
-
0.2.4 2020-Apr-10 0.2.3 2019-Mar-10 0.2.2 2018-May-20 0.2.1 2017-Jun-21 0.2.0 2017-May-25 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
2 downloads this month
-
406 downloads total
-
- Score:
- 1.4
- Short URL:
- dmagick.dub.pm