Open
Description
https://github.com/ImageOptim/libimagequant
ffmpeg ?
possibly via wasm modules to get really cross platform ? performance is not an issue conversion is a one time thing like initial caching.
manually and actually supported since 505bc54 on GNU/Linux it's something like :
pngquant -f --ext -pygbag.png --quality 40 $(find|grep png$)
for wav in $(find |grep wav$)
do
ffmpeg -i $wav $wav.ogg
done
# cleanup
# rm $(find |grep pygbag.png$)