home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 1998 October / STC_CD_10_1998.iso / GRAFIK / GEMGIF / README.ST < prev    next >
Text File  |  1998-09-26  |  3KB  |  83 lines

  1. Hello gif animators!
  2.  
  3.                 * latest changes at the bottom of the document *
  4.  
  5. This program was compiled by Tommy Andersen (tommya@post3.tele.dk) on a 
  6. TT030. It should work on any Atari ST/TT Falcon computer.
  7.  
  8. Please read the whirlgif.doc.
  9.  
  10. Whirlgif is a TTP program, and you must type all parameters on the 
  11. command line. So how do I get started?
  12.  
  13. First, you must create some gif images. After this sort of art exercise, 
  14. create a list file, plain ascii, with all images listed. Doubleclick on 
  15. whirlgif.ttp, and enter:
  16.  
  17.  -o myfirst.gif -loop -trans #000000 -time 1 -i mylist.txt
  18.  
  19. After a while, whirlgif quits, and you should now have created an 
  20. animated gif. Check it with Cab. For a more in depth explanation of the 
  21. parameters, read the whirlgif.doc!
  22.  
  23. If you are using a cli (as I do) cd into your gif folder, and enter the 
  24. command line. Warning! Some cli will change #000000 into something 
  25. different. Use '#000000' (quoted).
  26.  
  27. What the doc did not tell:
  28.  
  29.  -trans index,  index is a color index. You can use transgif to list the 
  30.                 color table and the RGB values for each entry. Transgif 
  31.                 is included with Cab.
  32.  -trans #value, value is a hex number, example FFFFFF (white) FF0000 
  33.                 (red). It should be read as RRGGBB. If you want to make 
  34.                 black transparent, use -trans '#000000'.
  35.  
  36.  
  37.  
  38. IMPORTANT
  39. ---------
  40.  
  41. This program was written by Kevin Kadow (kadokev@msg.net), I (Tommy 
  42. Andersen) just picked it up and compiled it.
  43.  
  44. If you have any comments about the Atari version, you should contact me.
  45.  
  46. Here's some small adjustments in this version made by me, tommya.
  47.  
  48. 7. September 1997.
  49. -------------------
  50.  
  51. Changed: Gif Comment bug corrected.
  52.  
  53. Changed: If a frame has the exactly same colormap and size as the 
  54. colormap from the very first frame, a local colormap will not be saved. 
  55. The result is a smaller gif.
  56. Netscape has troubles with local colormaps, the transparent color will 
  57. not be transparent from frame 2. You can avoid this by using the same 
  58. colormap in all your gif images.
  59.  
  60. Changed: One reserved bit was set, now cleared.
  61.  
  62. This version was compiled with GCC 2.7.2.2 and Mintlibs pl 47.
  63.  
  64. Tips: Don't use interlaced frames. Use plain GIF87a images.
  65.  
  66. --------------------
  67.  
  68. Happy animation.
  69.  
  70. CU Tommy 
  71.  
  72.  +------------------------------------------------------------------+
  73.  \   Tommy Andersen              email: tommya@post3.tele.dk        /
  74.  /   Rydevaenget 1, 2tv        Netmail: 45:100/2.5@viking.ftn       \
  75.  \   DK 8210 Aarhus V                   90:1500/102.5@nest.ftn      /
  76.  /   Denmark                            51:1301/102.5@atarinet.ftn  \
  77.  \  http://home3.inet.tele.dk/tommya/   2:236/84.5@fidonet.org      /
  78.  +------------------------------------------------------------------+
  79.  
  80. *  "The Graphics Interchange Format(c) is the Copyright property of
  81. *  CompuServe Incorporated. GIF(sm) is a Service Mark property of
  82. *  CompuServe Incorporated."
  83.