17 lines
340 B
Markdown
17 lines
340 B
Markdown
# to_avif
|
|
|
|
Various experiments to convert image files to avif
|
|
|
|
## Debian dependencies
|
|
|
|
- libmagickcore-6-headers: /usr/include/ImageMagick-6/magick/MagickCore.h
|
|
|
|
## Running it
|
|
|
|
./image_magick/to_avif.pl images/me.png >> me.avif
|
|
|
|
## TODOs
|
|
|
|
- Debian build from CPAN fails, can't find MagickCore.h
|
|
- Install `libimage-magick-perl` for now
|