3 lines
87 B
Text
3 lines
87 B
Text
|
#!/bin/zsh
|
||
|
magick $f -alpha set -fill 'rgba(0,0,0,0)' -draw 'color 0,0 point' $f:r.png
|