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

  1. November 15, 1997
  2.  
  3.  
  4. GEMGIF Enigma Software
  5.  
  6. ==========================================================================
  7. What's here:
  8.  
  9.     GEMGIF.PRG
  10.     GEMGIF.RSC
  11.     README.1ST
  12.  
  13. GEMGIF is a GEM front-end for the freeware WHIRLGIF.TTP program
  14. and also is freeware.  Please distibute this text with the program
  15. and resource files.  Place these files in the same directory as
  16. WHIRLGIF.TTP.  The GIF image files may be located anywhere.
  17.  
  18. ==========================================================================
  19. How to use GEMGIF:
  20.  
  21. Before starting GEMGIF.PRG, create a file containing a list of
  22. the input GIF files, one line per file.  Give the file a .TXT 
  23. extension.  Or, use the "Create GIF list" menu described below.
  24.  
  25. Edit>Create GIF list
  26. You may also create the GIF listing file on the fly using this
  27. menu item. 
  28.  
  29. 1.  Press "Input" to enter the name of the listing file.  Use .TXT
  30. as the extension.  If the file already exists, it will be over-
  31. written.
  32. 2.  Press "GIF file" to select GIF files, one at a time.  If you
  33. add a file by mistake, select it from the check list box so that
  34. it has a check to the left of the file path.  Then press the "Delete"
  35. button to delete it from the list.  You may check off as many files
  36. as you want and delete them.  Hit "Clear all" to delete the entire
  37. list and start again.
  38.  
  39. Edit>Parameters
  40. Use this dialog to tell GEMGIF what options to send to WHIRLGIF.
  41.  
  42. 1.  Press "Input" and choose the listing file created above.
  43. 2.  Choose "Loop" to make the animation a continuous loop.
  44. 3.  Choose an RGB value for transparent color, if desired.  Make sure
  45. to select the "Transparent color" check box.
  46. 4.  Choose a delay value.
  47. 5.  Press "Output" and choose an output GIF file.  If the file already
  48. exists, it will be overwitten.
  49. 6.  Click OK.
  50.  
  51. WHIRLGIF will run and you'll have a nice animated GIF file!
  52.  
  53. ==========================================================================
  54. Known bugs/limitations:
  55.  
  56. 1.  No HELP yet.
  57.  
  58. Please email any bug reports to me.
  59.  
  60. Release history
  61. Release 1:   Nov. 6, 1997 -- first public release.
  62. Release 2:   Nov. 9, 1997 -- added dialog to create GIF list file
  63.                              on-the-fly.
  64.                           -- fixed bug which caused long pathnames 
  65.                              to display incorrectly on the
  66.                              parameter screen.
  67. Release 3:  Nov. 15, 1997 -- fixed problem with closer button
  68.                              being treated as an "OK", rather than
  69.                              "Cancel".
  70.                           -- fixed file selector so hitting "Cancel"
  71.                              doesn't obliterate any previously selected
  72.                              file.
  73.                           -- changed to windowed alerts for better 
  74.                              multitasking compatibility.
  75.                           -- Added .TXT and .EXT extensions auto-
  76.                              matically if you don't provide them.
  77.  
  78. ==========================================================================
  79. Greg Evans
  80. greg_evans@delphi.com
  81.  
  82. Visit my homepage, http://people.delphi.com/greg_evans
  83.  
  84. Program and documentation, copyright 1997 Greg Evans
  85.  
  86. Thanks to Face Value, the GFA program generator for help creating
  87. the interface!