For more details, and talks in past semesters, consult the full schedule of talks.
Past topics can (and should) be repeated occasionally. In addition, here are some topics people might like to hear about:
To give a talk, please contact swig@math.arizona.edu.
GIFMerge
At the Unix prompt, type
gifmerge
and you will get a list of its options (below).
gifmerge [-<r>,<g>,<b>]
[-<delay>] [-l<loops>] [-d<disp>]
*.gif > anim.gif
-<r>,<g>,<b>
|
set transparency, ie -192,192,192; default: no transparency |
-notransp
|
set transparency off (after you used -r,g,b before) |
-<delay>
|
set delay of between images in 1/100th secs, ie -100; default: 50 (0.5secs) |
-l<loops>
|
set loop counter, ie -l0(ever) or -l1000, default: no loops |
-d<disposal>
|
set disposal 0=no action, 1= no dispose, 2=restore background, 3=restore previous, default: 2 |
-pos<x>,<y>
|
set offset position for image |
-nopos
|
reset offset position (default) |
To generate the
blinking light:
gifmerge -197,197,197 -100 -l0 perlredb.gif
perlgrey.gif > perlredblink.gif
gifmerge -l0 -1 -0,0,0 *.gif >
knotsmall.gif

gifmerge -d0 -l0 -100 a.gif -252,243,229 -pos10,10
b.gif -pos30,30 b.gif -pos50,10 b.gif -pos70,30 b.gif
> c.gif
gifmerge -d2 -l0 -100 a.gif -252,243,229 -pos10,10
b.gif -pos40,10 b.gif -pos70,10 b.gif > c1.gif
and
we can get the following
animation with the command:
gifmerge -d2 -l0 -50 -178,228,192 a1.gif
-130,130,229 -pos10,10 b1.gif -pos40,10 b1.gif -pos70,10
b1.gif > c1.gif
GIFMerge