https://github.com/node-3d/deps-freeimage
Binaries and headers for FreeImage-dependent compilation
https://github.com/node-3d/deps-freeimage
binary freeimage gyp headers image lib native node-3d
Last synced: 10 days ago
JSON representation
Binaries and headers for FreeImage-dependent compilation
- Host: GitHub
- URL: https://github.com/node-3d/deps-freeimage
- Owner: node-3d
- License: mit
- Created: 2018-01-17T09:04:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-07-19T12:37:51.000Z (22 days ago)
- Last Synced: 2026-07-19T14:17:02.606Z (22 days ago)
- Topics: binary, freeimage, gyp, headers, image, lib, native, node-3d
- Language: JavaScript
- Homepage: https://github.com/node-3d/node-3d
- Size: 27.3 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 and headers
This is a part of [Node3D](https://github.com/node-3d) project.
[](https://badge.fury.io/js/@node-3d%2Fdeps-freeimage)
[](https://github.com/node-3d/deps-freeimage/actions/workflows/lint.yml)
[](https://github.com/node-3d/deps-freeimage/actions/workflows/test.yml)
```bash
npm install @node-3d/deps-freeimage
```
This dependency package distributes **FreeImageRe 4.2.0**
binaries and headers through **npm** for **Node.js** addons.
- Platforms: Windows x64/ARM64, Linux x64/ARM64, macOS x64/ARM64.
- Library: FreeImageRe, binary-compatible with FreeImage 3.18.
### JS Interface
See the [@node-3d/image public entrypoint](https://github.com/node-3d/image/blob/master/ts/index.ts).
### binding.gyp
See the [@node-3d/image binding.gyp](https://github.com/node-3d/image/tree/master/src/binding.gyp).
### addon.cpp
See the [@node-3d/image native source](https://github.com/node-3d/image/blob/master/src/cpp/image.hpp).
```cpp
#include
```
Refer to [FreeImageRe](https://github.com/agruzdev/FreeImageRe) and the
[FreeImage 3.18 docs](http://downloads.sourceforge.net/freeimage/FreeImage3180.pdf).
## Legal notice
This software uses [FreeImageRe](https://github.com/agruzdev/FreeImageRe),
a maintained fork of the
[FreeImage open source image library](http://freeimage.sourceforge.net).
FreeImageRe keeps the original FreeImage dual-license model. 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 macOS binaries are built with
[GitHub Actions](https://github.com/node-3d/deps-freeimage/actions).
## Binary Origin
Release archives are built by this repository's public GitHub Actions workflows.
Attestations: https://github.com/node-3d/deps-freeimage/attestations
To verify a downloaded archive:
```bash
gh release download -R node-3d/deps-freeimage -p .gz
gh attestation verify .gz -R node-3d/deps-freeimage
```