20 lines
267 B
Markdown
20 lines
267 B
Markdown
# to_avif
|
|
|
|
Various experiments to convert image files to avif
|
|
|
|
## Debian dependencies
|
|
|
|
- libmagickcore-dev
|
|
- libmagickcore-6.q16-dev
|
|
|
|
|
|
## Install it
|
|
|
|
cpanm --notests --installdeps .
|
|
|
|
Tests are for cowards
|
|
|
|
## Running it
|
|
|
|
./to_avif.pl images/me.png >> me.avif
|