Skip to content

Releases: node-3d/image-raub

Release 4.1.0

08 May 18:13
Compare
Choose a tag to compare

Updated the module dependencies. Added Linux AARCH64 binaries.

Fix AT dependency

28 Nov 18:22
Compare
Choose a tag to compare

Prevent errors caused by the missing napi module.

Update dependencies

28 Sep 19:19
Compare
Choose a tag to compare

Updated dependencies and added the loadAsync method.

Update Build System

07 May 20:32
Compare
Choose a tag to compare

Switched to GitHub Actions.
Rebuilt with GitHub Actions.
Updated dependencies.

Update dependencies

29 Aug 10:45
Compare
Choose a tag to compare

Rebuilt with new AT dependency.
Resolved vulnerability issue.

Allow Dependency Patches

23 Apr 07:52
Compare
Choose a tag to compare
  • Allow patch releases for dependencies in package.json

Update AT dependency

20 Apr 10:22
Compare
Choose a tag to compare

Fixes a vulnerability

Update segfault dependency

06 Jan 10:51
Compare
Choose a tag to compare

Makes logging segfaults to file optional.

Unicode and BGR improvements

15 Dec 09:48
Compare
Choose a tag to compare

Added support for unicode characters in file names when using image.save(fileName).

Improved BGR correction approach for data consistency. Now images are always stored as is, yet _data property holds a corrected buffer. Also fromPixels is still expecting RGBA order, which is then processed with a special flag.

The Advent of N-API

25 Nov 09:25
Compare
Choose a tag to compare

Designed to work with Addon Tools 5. Moved GYP build step to subfolder.

Installation flow was changed.

  • Before: download sources, compile, remove unnecessary intermediates.
  • Now: download N-API binary from a Github/other release.