Fixed it yay

This commit is contained in:
swaggboi 2025-02-13 21:14:12 -05:00
parent 5e12421fcd
commit b4a21c9e54
2 changed files with 10 additions and 12 deletions

View File

@ -4,18 +4,16 @@ Various experiments to convert image files to avif
## Debian dependencies
- imagemagick-6-common
- libmagick++-6-headers
- libmagickcore-6-arch-config
- libmagickcore-6-headers
- libmagickwand-6-headers
- libmagickcore-dev
- libmagickcore-6.q16-dev
## Install it
cpanm --notests --installdeps .
Tests are for cowards
## Running it
./image_magick/to_avif.pl images/me.png >> me.avif
## TODOs
- Install `libimage-magick-perl` for now
- Image::Magick wants v7 but Debian has always shipped with v6 for
years; how was `libimage-magick-perl` built?

View File

@ -1 +1 @@
requires 'Image::Magick';
requires 'Image::Magick', '<= 7.0.3';