[SCM] debian-live/autotesting branch, master, updated. 7c6a122832304f9adfd12ac7ac2243084f157ec0
Brendan M. Sleight
bms.debian at barwap.com
Wed Jul 16 20:54:08 UTC 2008
The following commit has been merged in the master branch:
commit 7c6a122832304f9adfd12ac7ac2243084f157ec0
Author: Brendan M. Sleight <bms.debian at barwap.com>
Date: Wed Jul 16 20:53:47 2008 +0000
Also produce full-size JPEG of the last frame of the montage
diff --git a/video-qemu-booting-iso.sh b/video-qemu-booting-iso.sh
index f6064d7..ddd9f26 100755
--- a/video-qemu-booting-iso.sh
+++ b/video-qemu-booting-iso.sh
@@ -206,7 +206,9 @@ while [ $COUNTER -lt $LENGTH ]; do
let COUNT=COUNT+1
let COUNTER=$(($COUNTER+$SPLIT))
done
-montage -geometry 180x135+4+4 -frame 5 $LIST $VIDEO.jpg
+montage -geometry 180x135+4+4 -frame 5 $LIST $VIDEO.montage.jpg
+LAST_FRAME_OF_MONTAGE=$(echo $LIST | rev | cut -d" " -f1 | rev )
+cp $LAST_FRAME_OF_MONTAGE $VIDEO.end.jpg
rm -R $MONTAGE_DIR
rmdir $MONTAGE_DIR
}
--
debian-live/autotesting
More information about the debian-live-changes
mailing list