Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- echo Converting files to Teeworlds skin
- conv kropp.png -trim -fuzz 5% tempkr.png
- conv tempkr.png -resize 60x65 temppkr.png
- conv fot.png -trim -fuzz 5% tempfo.png
- conv tempfo.png -resize 30x15 temppfo.png
- conv hand.png -trim -fuzz 5% tempha.png
- conv tempha.png -resize 25x25 temppha.png
- conv -size 256x128 xc:white temp.png
- comp -compose atop -geometry +15+15 temppkr.png temp.png done.png
- comp -compose atop -geometry +212+42 temppfo.png done.png done.png
- comp -compose atop -geometry +195+5 temppha.png done.png done.png
- conv done.png -transparent white done.png
- del temp*
- echo Done
- done.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement