Releases: joppuyo/jpeg-xl-encode
Releases · joppuyo/jpeg-xl-encode
v1.2.0
- Added option to use the
cjxl
binary from system path in addition to a bundled binary
v1.1.0
- Update jxl binaries to v0.8.1, fixes #16
- Add tests for PHP 8.2
v1.0.0
- Breaking change: changed namespace from
Joppuyo
to NPX
- Feature: update
cjxl
binary from v0.5.0 to v0.6.1
- Feature: in addition to the binary, the library now can also use VIPS or ImageMagick PHP library for encoding
jxl
images
v0.2.0
- Validate binary hash before execution
v0.0.3
- New release since cleaning the repository history removed binaries from the previous versions
v0.0.2
- Fix segmentation fault with the Linux static binary
- Ignore test folder when installing with
composer install --prefer-dist