Skip to content

Releases: kornelski/cavif-rs

Much faster on ARM

05 Jan 21:20
Compare
Choose a tag to compare

Minor dependency update

21 Sep 23:04
Compare
Choose a tag to compare

Configurable depth

09 May 14:57
Compare
Choose a tag to compare

Use --depth=8 to produce lower-quality, but more compatible files.

Minor refresher

06 May 13:50
Compare
Choose a tag to compare
  • Updated to latest rav1e release
  • Updated CLI arg parser to clap v4

Minor update

24 Jan 21:51
Compare
Choose a tag to compare
  • Updated rav1e and other deps
  • RGBA images without transparent pixels will be encoded as 10-bit RGB

Major upgrade: 10-bit encoding, new quality range

11 Dec 16:00
Compare
Choose a tag to compare
  • RGB images are encoded using 10-bit depth. This is surprisingly, a win for speed, file size, and quality. RGBA images still use 8-bit depth, because Safari doesn't seem to support alpha channel in 10-bit images.

  • The --quality setting has changed to match behavior of quality settings in JPEG and WebP encoders. Most reasonable values are now between 70-80.

rav1e upgrade

04 Dec 03:24
Compare
Choose a tag to compare
v1.4.1

Fix speed regression

Refresher

05 Sep 20:07
Compare
Choose a tag to compare
  • Updated to latest and greatest dependencies.
  • For giggles, I've built the x86 .deb package on an ARM macOS. 100% Perl-free build!

Compatibility improvements

23 Nov 01:57
Compare
Choose a tag to compare
  • Updated AVIF serializer.
  • Updated to rav1e 0.5.
  • Mac build is a Universal Binary now.

Updated Windows version

14 Aug 11:17
Compare
Choose a tag to compare

Previously archives contained an outdated exe for Windows. Now it's the latest version.