|
|
@ -1,15 +1,15 @@
|
|
|
|
# CROP Files
|
|
|
|
# CROP Files
|
|
|
|
RES=310x330
|
|
|
|
RES=220x312
|
|
|
|
POS=+155+65
|
|
|
|
POS=+210+79
|
|
|
|
|
|
|
|
|
|
|
|
# SCALE
|
|
|
|
# SCALE
|
|
|
|
SRES=120x128
|
|
|
|
SRES=90x128
|
|
|
|
SPOS=+0+0
|
|
|
|
SPOS=+0+0
|
|
|
|
|
|
|
|
|
|
|
|
ARES=120x2560
|
|
|
|
ARES=90x2560
|
|
|
|
APOS=+0+0
|
|
|
|
APOS=+0+0
|
|
|
|
|
|
|
|
|
|
|
|
FRES=480x2560
|
|
|
|
FRES=360x2560
|
|
|
|
FPOS=+0+0
|
|
|
|
FPOS=+0+0
|
|
|
|
|
|
|
|
|
|
|
|
BACKGROUND="#FF00FF"
|
|
|
|
BACKGROUND="#FF00FF"
|
|
|
@ -31,10 +31,10 @@ echo "MONTAGE front";
|
|
|
|
montage -tile 1x20 -geometry $SRES crop-*front*.bmp -crop $ARES tiff:out04
|
|
|
|
montage -tile 1x20 -geometry $SRES crop-*front*.bmp -crop $ARES tiff:out04
|
|
|
|
|
|
|
|
|
|
|
|
echo "MONTAGE left";
|
|
|
|
echo "MONTAGE left";
|
|
|
|
montage -tile 1x20 -geometry $SRES crop-*left*.bmp -crop $ARES tiff:out02
|
|
|
|
montage -tile 1x20 -geometry $SRES crop-*left*.bmp -crop $ARES tiff:out01
|
|
|
|
|
|
|
|
|
|
|
|
echo "MONTAGE right";
|
|
|
|
echo "MONTAGE right";
|
|
|
|
montage -tile 1x20 -geometry $SRES crop-*right*.bmp -crop $ARES tiff:out01
|
|
|
|
montage -tile 1x20 -geometry $SRES crop-*right*.bmp -crop $ARES tiff:out02
|
|
|
|
|
|
|
|
|
|
|
|
echo "MONTAGE all"
|
|
|
|
echo "MONTAGE all"
|
|
|
|
montage -tile 4x1 -geometry $ARES$APOS out01 out02 out03 out04 bmp:player.bmp
|
|
|
|
montage -tile 4x1 -geometry $ARES$APOS out01 out02 out03 out04 bmp:player.bmp
|
|
|
|