Computer Assignment 7
METR 2413
01-MAR-2004
Due March 8, 2004
Gempak Hints
Animated GIF Program (whirlgif)
whirlgif -globmap -minimize -loop 0 -o satloop.gif \ -time 80 sat.gif -time 20 sat.gif.001 sat.gif.002 sat.gif.003 sat.gif.004 \ -time 100 sat.gif.005
HTML Page
To include a reference url to the file use the following html tag:
<img src = "animate.gif">
This will place the image in the webpage document, in this case, the animated gif.
Animated gif files can sometimes become quite large and you may want your
viewers to give visitors the choice of viewing your creation. In that case you
can just put a link refernce to the file via:
<A href = "animate.gif" > Here is my animated gif. </a>Of course these commands are in conjunction with the html code from the previous computer assignment.