home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 002.README.1ST < prev    next >
Text File  |  1992-05-12  |  4KB  |  81 lines

  1. Contained in this package are six GIF utilities
  2. They are:
  3.  
  4. GDIR     : Program to display info about all GIF files in a directory or of
  5.            the GIF files specified on the command line such as size, number of
  6.            colors used, and presence of a global color map
  7.  
  8. CHK4GLTE : Program that checks all GIF files in the current directory on the
  9.            presence of the GIFLITE header
  10.  
  11. STRIPHDR : Program that strips the GIFLITE header of all specified files
  12.            (This is only possible with the REGISTERED version of GIFLITE, so
  13.            that's no reason to register anymore)
  14.  
  15. GIFPALET : Program that shows all colors that are used in the specified GIF
  16.            file on screen
  17.  
  18. GIFBGRND : Program that sets the background color of a GIF file. GIFPALET can
  19.            be used to pick the appropriate color
  20.  
  21. GIFSIZE  : Program that changes the size of a GIF file to the nearest standard
  22.            size, not changing the image in the GIF file but putting it in the
  23.            middle of the screen (e.g. a 325 x 416 GIF file will be sized to
  24.            640 x 480 and the image will be in the middle of the screen)
  25.            It is also possible to size a GIF file to a user specified size
  26.  
  27.  
  28. To find out how to use each program just type in the program name without
  29. any parameters. This will tell you how to use each of them.
  30. This doesn't work for GDIR and CHK4GLTE however.
  31.  
  32. CHK4GLTE does not take any arguments but lists for all GIF files in the
  33. current directory whether the GIFLITE header is present or not.
  34.  
  35. GDIR takes about the same parameters as the DIR command does (no /p or /w or
  36. that kind of stuff however).
  37. Examples : GDIR
  38.            GDIR paulina.gif  (note: GIF extension should be specified,
  39.                               otherwise paulina is assumed to be a directory)
  40.            GDIR d:\gifdir\   (note: do not specify *.* or *.gif, the GIF
  41.                               extension is already assumed)
  42.  
  43.  
  44. Questions about the programs:
  45.  
  46. Q) Why would I wanna strip the GIFLITE header?
  47. A) Some programs, like DTP256 or earlier versions of GDS, do not know how to
  48.    handle GIF files with a GIFLITE header. Strip them off and everything
  49.    works fine.
  50.  
  51. Q) Why would I wanna size a GIF file to a standard size?
  52. A) I had the need for this when I was using GDS (Graphic Display System, program
  53.    to view GIF, PCX (and more), and to make index files (the accompanying GIF
  54.    file was made with this), great program by the way). It stretches a GIF file
  55.    to fit in the window. This led to the result as shown in the first picture
  56.    of each row in the accompanying GIF file. GIFSIZE the files and the result
  57.    is as shown in the second picture of each row. Picture number 9 was sized
  58.    to 1024 x 768 just by specifying
  59.    GIFSIZE oct90_3 1024 768
  60.    on the command line (by specifying "GIFSIZE oct90_3" the size would have
  61.    become 800 x 600 (nearest standard size))
  62.  
  63. Q) Why would I wanna change the background color of a GIF file?
  64. A) Because it looks better. Look at the third picture of each row in the
  65.    accompanying GIF file. To choose a nice background color, GIFPALET can be
  66.    used.
  67.  
  68.  
  69. And here's for the good news: ALL UTILITIES ARE FREE.
  70. Nowadays, almost every nutcase who wrote 3 lines of code thinks he can ask $20
  71. or so for his program, but I wrote them for myself in the first place and if
  72. anyone else can use some or all of them he/she is free to do so. Use whatever
  73. you need and pass it on to anyone you know (provided you give him or her the
  74. whole package as distributed by me)
  75.  
  76. Written and distributed by:
  77. Rob van Helmond
  78. Heuvel 37
  79. 5751 HL Deurne
  80. The Netherlands
  81.