【发布时间】:2020-04-19 17:23:39
【问题描述】:
我正在尝试使用 imagemagick 填充 gif 的背景, this is the input file 我能够裁剪背景 still not perfect but it's an acceptable result 现在当我尝试填充背景时: the output is static despite being a gif 这是我尝试过的命令:
convert "$1" -resize 400x400 -gravity center -background "pink" -extent 400x400 "out.gif"
我做错了什么?
【问题讨论】:
标签: bash image imagemagick