An open API service indexing awesome lists of open source software.

https://github.com/node-3d/deps-freeimage-raub

Binaries and headers for FreeImage-dependent compilation
https://github.com/node-3d/deps-freeimage-raub

binary freeimage gyp headers image lib native node-3d

Last synced: 5 months ago
JSON representation

Binaries and headers for FreeImage-dependent compilation

Awesome Lists containing this project

README

        

# FreeImage binaries

This is a part of [Node3D](https://github.com/node-3d) project.

[![NPM](https://badge.fury.io/js/deps-freeimage-raub.svg)](https://badge.fury.io/js/deps-freeimage-raub)
[![ESLint](https://github.com/node-3d/deps-freeimage-raub/actions/workflows/eslint.yml/badge.svg)](https://github.com/node-3d/deps-freeimage-raub/actions/workflows/eslint.yml)
[![Test](https://github.com/node-3d/deps-freeimage-raub/actions/workflows/test.yml/badge.svg)](https://github.com/node-3d/deps-freeimage-raub/actions/workflows/test.yml)

```console
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, Linux Aarch64, MacOS x64, MacOS ARM.
* Library: FreeImage.

### JS Interface

See in [image-raub](https://github.com/node-3d/image-raub/blob/master/core.js) Node.js addon.

### binding.gyp

See in [image-raub](https://github.com/node-3d/image-raub/tree/master/src/binding.gyp) Node.js addon.

### addon.cpp

See in [image-raub](https://github.com/node-3d/image-raub/blob/master/src/cpp/image.hpp) Node.js addon.

### addon.cpp

```cpp
#include
```

Refer to [FreeImage 3.18 docs](http://downloads.sourceforge.net/freeimage/FreeImage3180.pdf).

## Legal notice

This software uses the [FreeImage open source image library](http://freeimage.sourceforge.net).
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](/FREEIMAGE_FIPL),
which also can be found on
[FreeImage's official web-site](http://freeimage.sourceforge.net/license.html).
The rest of this package is MIT licensed.

Windows, Linux, and OSX binaries are built with
[GitHub Actions](https://github.com/node-3d/deps-freeimage-raub/actions).