derelict-fi 2.0.1

A dynamic binding to the FreeImage library.


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:

DerelictFI

A dynamic binding to the FreeImage library, version 3.15, for the D Programming Language.

Please see the pages Building and Linking Derelict and Using Derelict, in the Derelict documentation, for information on how to build DerelictFI and load the FI libraries at run time. In the meantime, here's some sample code.

import derelict.freeimage.freeimage;

void main() {
    // Load the FreeImagee library.
    DerelictFI.load();

    // Now FreeImage functions can be called.
    ...
}
Authors:
  • Mike Parker
  • Tomasz Stachowiak
Dependencies:
derelict-util
Versions:
3.0.0-beta.1 2017-Jun-04
3.0.0-alpha.1 2016-Nov-05
2.0.3 2016-Oct-04
2.0.2 2015-Jul-19
2.0.1 2015-May-25
Show all 15 versions
Download Stats:
  • 0 downloads today

  • 1 downloads this week

  • 7 downloads this month

  • 47034 downloads total

Score:
1.7
Short URL:
derelict-fi.dub.pm