home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / space / software / unix / xanim / txtmerge.rdm < prev    next >
Encoding:
Text File  |  1992-08-04  |  970 b   |  32 lines

  1.  
  2. txtmerge is a quick program that reads the GIFs listed in a txt91 
  3. file(see xanim.doc) and produces a single gif file comprised of 
  4. those images. The frame info at the end of the txt file is ignored for now,
  5. but I'd like to work it into and GIF ! extension.
  6.  
  7. Usage:
  8.     txtmerge [-v] anim.txt  > anim.gifanim
  9.  
  10. options:
  11.         -v   verbose mode    
  12.  
  13. This is basically the GIF decode routine I wrote for xanim, but it writes
  14. out the characters as they come in. 
  15.  
  16.  
  17.  
  18. TODO
  19.  
  20.    + Only save colormaps that are different from preceeding ones.
  21.  
  22.    + have an option that compares current image with previous and then
  23.      only save the smallest rectangle that encompasses changes.
  24.  
  25.    + have options that try to optimize colormaps if they're different
  26.      between frames. (although this is best done with 24 bits of data).
  27.      (this might be better handled by the player (ie xanim))
  28.  
  29.    + option for luma sorting of colormaps
  30.  
  31.    + define extension block in order to have frame lists.
  32.