4 lines
75 B
Bash
4 lines
75 B
Bash
|
mogrify -format png *.tga
|
||
|
rm *.tga
|
||
|
mogrify -crop 256x400+0+0 +repage *.png
|