avif-cli
avif-cli copied to clipboard
Command line utility to convert images to AVIF
Thanks for writing this script! When using ``` npx avif --input="/path/to/www/assets/**/*.*" --output=/path/to/www/assets-avif --verbose ``` It would be really nice if there was a built-in way to preserve the input directory...
Is there a way how I can preserve transparency when using avif-cli? This is especially important for png images.
With the traditional glob method of taking input, we could use wildcards to specify that files in subfolders should be converted together, but the output folder would store all the...
First off - thank you for this CLI, it's been really helpful for a long time. I noticed that in 0.5.3 the CLI just hangs. I can drop to `v0.5.2`...