When you fetch transgif, you should save it as is in a file. I'll call the file "transgif", to make things easier. If you use a different filename, you should replace the name "transgif" with that name when you invoke commands. :-)
Add these two lines after the line that says "open( INPUT..." :
binmode( INPUT ); binmode( STDOUT );
perl transgif -1 small.gif > fixed.gifJeffrey (the author of the program) wrote documentation for transgif. (In case his web server is unavailable, I made a copy of his documentation.) Alternatively, you can just 'more' the program; it explains itself somewhat. :-)
-Eric Mumpower (nocturne@mit.edu)