github kornelski/cavif-rs v0.6.0
Now with pipes!

latest releases: v1.5.5, v1.5.4, v1.5.3...
3 years ago

Latest release adds support for stdin/stdout pipes, so you can combine it with other programs without a need for temporary files.

For example, to make AVIF from ImageMagick:

convert -resize 50% example.jpg PNG:- | cavif - | cat > example.avif

That - at the end tells cavif to read image from stdin. cat here is only to demonstrate that both stdin and stdout are used.

Don't miss a new cavif-rs release

NewReleases is sending notifications on new releases.