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
- Host: GitHub
- URL: https://github.com/node-3d/deps-freeimage-raub
- Owner: node-3d
- License: mit
- Created: 2018-01-17T09:04:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T18:45:30.000Z (11 months ago)
- Last Synced: 2024-10-31T19:54:52.505Z (6 months ago)
- Topics: binary, freeimage, gyp, headers, image, lib, native, node-3d
- Language: JavaScript
- Homepage: https://github.com/node-3d/node-3d
- Size: 30.5 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).