多的就不说了, 直接上命令:
ffmpeg -i input.jpg output.jxl
还可以设置转换的质量(下面那个90就是保留百分之多少画质的意思)
90
ffmpeg -i input.jpg -q:v 90 output.jxl
convert thunderbird.png -background white -alpha remove thunderbird.jpg