Skip to content

node-3d/deps-freeimage-raub

Repository files navigation

FreeImage binaries

This is a part of Node3D project.

NPM ESLint Test

npm i -s deps-freeimage-raub

This dependency package is distributing FreeImage 3.18 binaries through NPM for Node.js addons.

  • Platforms (x64): Windows x64, Linux x64, OSX x64, Linux Aarch64.
  • Library: FreeImage.

JS Interface

See in image-raub Node.js addon.

binding.gyp

See in image-raub Node.js addon.

addon.cpp

See in image-raub Node.js addon.

addon.cpp

#include <FreeImage.h>

Refer to FreeImage 3.18 docs.

Legal notice

This software uses the FreeImage open source image library. FreeImage is legally used under the FIPL (FreeImage Public License) version. It is explicitly stated that FreeImage can be used commercially under FIPL.

FreeImage licensing information (a COPY) is given in a separate file, which also can be found on FreeImage's official web-site. The rest of this package is MIT licensed.

Windows, Linux, and OSX binaries are built with GitHub Actions.