You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
307 B
12 lines
307 B
# CROP Files
|
|
|
|
SRES=64x640
|
|
ARES=320x640
|
|
SPOS=+0+0
|
|
|
|
rm -rf crop*
|
|
rm -rf bomb.bmp
|
|
|
|
echo "MONTAGE Fire";
|
|
montage -tile 5x1 -geometry $SRES fire_single.bmp -geometry $SRES fire_single.bmp -geometry $SRES fire_single.bmp -geometry $SRES fire_single.bmp -geometry $SRES fire_single.bmp -crop $ARES bmp:fireout.bmp
|