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 20:59:09 -05:00
|
|
|
- imagemagick-6-common
|
|
|
|
- libmagick++-6-headers
|
|
|
|
- libmagickcore-6-arch-config
|
|
|
|
- libmagickcore-6-headers
|
|
|
|
- libmagickwand-6-headers
|
2025-02-12 17:48:21 -05:00
|
|
|
|
|
|
|
## Running it
|
|
|
|
|
|
|
|
./image_magick/to_avif.pl images/me.png >> me.avif
|
|
|
|
|
|
|
|
## TODOs
|
|
|
|
|
|
|
|
- Install `libimage-magick-perl` for now
|
2025-02-13 20:59:09 -05:00
|
|
|
- Image::Magick wants v7 but Debian has always shipped with v6 for
|
|
|
|
years; how was `libimage-magick-perl` built?
|