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: 7 months ago
JSON representation
Binaries and headers for FreeImage-dependent compilation
- Host: GitHub
- URL: https://github.com/node-3d/deps-freeimage-raub
- Owner: node-3d
- License: mit
- Created: 2018-01-17T09:04:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T07:15:50.000Z (9 months ago)
- Last Synced: 2025-04-22T12:36:39.456Z (7 months ago)
- Topics: binary, freeimage, gyp, headers, image, lib, native, node-3d
- Language: JavaScript
- Homepage: https://github.com/node-3d/node-3d
- Size: 30.6 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# FreeImage binaries
This is a part of [Node3D](https://github.com/node-3d) project.
[](https://badge.fury.io/js/deps-freeimage-raub)
[](https://github.com/node-3d/deps-freeimage-raub/actions/workflows/eslint.yml)
[](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).