GIFTOOL, current version is 1.0.

     Your do everything you need GIF tool, from interlacing to transparency. Documentation 
	 is forth coming and should be complete in a day or two. The '-help' should tell you 
	 everything you will need to know, until the documentation is finished. 

     This tool does a variety of things, add/remove comments and interlace GIF images. 
	 Specifically it will batch convert large sets of images for you so for those of you 
	 who want to redo you whole site with them (it preserves transparency).

     You should type (please make a backup first!): 

     Want to batch convert all of your GIF images to interlaced. 
         find RootDirectory -name \*.gif -print | xargs giftool -B -i 

     You can also add comments in such a way: 
         giftool -B +c "Copyright 1994, XYZZY Redistribution prohibited." *.gif 

     giftool also supports all of the transparency options that transgif does, so you only 
	 need one tool to do everything you probably need to do to GIF images. 
