Whoops, fix luma-to-png so it actually works
This commit is contained in:
parent
d56f9cf542
commit
59d8a75135
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/zsh
|
||||
magick $f -alpha set -fill 'rgba(0,0,0,0)' -draw 'color 0,0 point' $f:r.png
|
||||
magick $1 -alpha set -fill 'rgba(0,0,0,0)' -draw 'color 0,0 point' $1:r.png
|
||||
|
|
Loading…
Reference in a new issue