7 lines
180 B
Bash
Executable File
7 lines
180 B
Bash
Executable File
toto=$1
|
|
gmic ../../topisto_vert_tr.png $@ -output topisto_tmp_$toto.png
|
|
|
|
convert topisto_tmp_$toto.png -fuzz 10% -transparent white topisto_$toto.png
|
|
|
|
rm -f topisto_tmp_$toto.png
|