#!/bin/sh
A=s
for p in 352,93,126 352,93,512 352,93,1421 352,93,1881 352,93,2235 \
 352,93,2501 254,79,2880 349,132,2880
do glvibration /home/nic/glpoisson/sigmalogo.fig -f=2000 -c=0.00002 \
      -offscreen $p -crop -geometry 720x540| \
   xloadimage -dump jpeg,quality=60 /tmp/$A.jpg stdin
A=s$A
done
