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-12 17:48:21 -05:00
|
|
|
- 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
|