命令行转换图片

多的就不说了, 直接上命令:

ffmpeg jpg 转 jpeg xl

ffmpeg -i input.jpg output.jxl

还可以设置转换的质量(下面那个90就是保留百分之多少画质的意思)

ffmpeg -i input.jpg -q:v 90 output.jxl

convert png 转 jpg, 并且用白色填充背景

convert thunderbird.png -background white -alpha remove thunderbird.jpg
posted on 2024-03-22 20:52  质钝_zzidun  阅读(4)  评论(0编辑  收藏  举报