更改

跳到导航 跳到搜索
添加46字节 、 2021年4月20日 (二) 02:59
第20行: 第20行:  
=== 将外侧的白色区域变为透明 ===
 
=== 将外侧的白色区域变为透明 ===
   −
convert input.png -fill none -draw 'color 1,1 floodfill' output.png
+
<syntaxhighlight lang=bash>
 +
convert input.png -fill none -draw 'color 1,1 floodfill' output.png
 +
</syntaxhighlight>
    
[[Category:Command Line]]
 
[[Category:Command Line]]

导航菜单