Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

kanru/davif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAVIF

Decompress an AVIF file to an image file. As of 2020-05-31 only PNG format output is implemented.

I wrote this program to use it as a thumbnailer for Gnome desktop. The commandline switch is compatiable with the dwebp utility for webp.

Install

First install the binary

cargo install davif
sudo install $HOME/.cargo/bin/davif /usr/bin

Install the mime type definition

mkdir -p $HOME/.local/share/mime/packages
cp avif.xml $HOME/.local/share/mime/packages
update-mime-database $HOME/.local/share/mime

Then install the thumbnailer config

install -m644 avif.thumbnailer $HOME/.local/share/thumbnailers/

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

decompress an AVIF file to an image file

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages