操作命令

  • 修改背景色

    convert [input.file] -background white [output.file]

    如果是PNG:

    convert [input.file] -background white -flatten -alpha off [output.file]

  • 修改尺寸

    convert [input.file] -resize 100x100 [output.file]

最后更新于