应用 image magick,批改图片背景色
➜ src git:(main) ✗ convert /Users/jzd/Movies/A_a/Clang/src/Cache_t.png \
-fill white -fuzz 20% \
-draw 'color 0,0 floodfill' \
output_color.png
应用 image magick,批改图片背景色
➜ src git:(main) ✗ convert /Users/jzd/Movies/A_a/Clang/src/Cache_t.png \
-fill white -fuzz 20% \
-draw 'color 0,0 floodfill' \
output_color.png