Skip to content

Releases: joppuyo/jpeg-xl-encode

v1.2.0

12 Jun 10:24
Compare
Choose a tag to compare
  • Added option to use the cjxl binary from system path in addition to a bundled binary

v1.1.0

09 Jun 13:56
9c7cabe
Compare
Choose a tag to compare
  • Update jxl binaries to v0.8.1, fixes #16
  • Add tests for PHP 8.2

v1.0.0

06 Aug 10:54
Compare
Choose a tag to compare
  • 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.1

11 Sep 17:24
Compare
Choose a tag to compare
  • Fix code logic

v0.2.0

09 Sep 15:30
Compare
Choose a tag to compare
  • Validate binary hash before execution

v0.1.0

02 Sep 11:24
Compare
Choose a tag to compare
  • Validate options

v0.0.3

31 Aug 21:16
Compare
Choose a tag to compare
  • New release since cleaning the repository history removed binaries from the previous versions

v0.0.2

31 Aug 14:57
Compare
Choose a tag to compare
  • Fix segmentation fault with the Linux static binary
  • Ignore test folder when installing with composer install --prefer-dist

v0.0.1

30 Aug 15:57
Compare
Choose a tag to compare
  • Initial release