2025-02-12 16:49:09 -05:00
|
|
|
# to_avif
|
|
|
|
|
2025-02-12 17:15:48 -05:00
|
|
|
Various experiments to convert image files to avif
|
|
|
|
|
|
|
|
## Debian dependencies
|
|
|
|
|
2025-02-13 21:14:12 -05:00
|
|
|
- libmagickcore-dev
|
|
|
|
- libmagickcore-6.q16-dev
|
2025-02-12 17:48:21 -05:00
|
|
|
|
|
|
|
|
2025-02-13 21:14:12 -05:00
|
|
|
## Install it
|
|
|
|
|
|
|
|
cpanm --notests --installdeps .
|
2025-02-12 17:48:21 -05:00
|
|
|
|
2025-02-13 21:14:12 -05:00
|
|
|
Tests are for cowards
|
2025-02-12 17:48:21 -05:00
|
|
|
|
2025-02-13 21:14:12 -05:00
|
|
|
## Running it
|
|
|
|
|
2025-02-14 13:05:06 -05:00
|
|
|
./to_avif.pl images/me.png >> me.avif
|