home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / graphuti / grr100.zip / GRR.DOC < prev    next >
Text File  |  1993-08-19  |  3KB  |  73 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                       GRR
  7.                    Free DOS utility: GIF file info displayer
  8.                          Version 1.00 - August 19, 1993
  9.                                     (c) 1993
  10.                                        by
  11.                              David Daniel Anderson
  12.                                    Reign Ware
  13.  
  14.  
  15.  
  16.  
  17.  
  18. GRR displays information about GIF files in the current or specified
  19. directory.
  20.  
  21. Usage:  GRR directory and/or file_spec[.GIF]
  22. Example:  GRR cindyc*
  23. Example:  GRR b:\fash-*.gif
  24.  
  25. Usage is pretty straightforward, just run GRR followed by the files
  26. you want info about.
  27.  
  28. GRR can use DOS wildcards (? and *), and can be run on GIF files in a
  29. drive or directory other than the current one. Output is redirectable.
  30.  
  31. GRR will not check files unless they have a .GIF extension - no matter
  32. what you specify on the command line.
  33.  
  34. Here is a sample of the output, explanation follows:
  35. [start of sample]
  36. DAX.GIF         71951  02-22-93  01:00:02    GIF87a   [ 640  480   16 ]  GCM/--
  37. DAX-2.GIF       52618  02-22-93  01:00:02    GIF87a   [ 640  480   16 ]  GCM/--
  38. DS9-01.GIF      62679  01-21-93  12:35:42    GIF87a   [ 340  292  256 ]  GCM/--
  39. DS9-02.GIF     150116  01-26-93  18:52:28    GIF89a   [ 346  480  256 ]  GCM/--
  40. DS9-04.GIF     142412  01-26-93  18:52:38    GIF89a   [ 350  480  256 ]  GCM/--
  41. DS9CREW.GIF    136885  02-09-93  20:21:02    GIF87a   [ 630  418  256 ]  GCM/--
  42. KIRA.GIF       227930  05-02-93  23:15:52    GIF87a   [ 582  808  128 ]  GCM/--
  43. KIRA_TOP.GIF   105243  05-28-93  01:00:02    GIF87a   [ 304  443  256 ]  GCM/--
  44. LT-DAX.GIF      50538  12-31-92  04:02:20    GIF87a   [ 320  293  256 ]  GCM/--
  45. STDS9001.GIF   188070  01-06-93  02:49:42    GIF89a   [ 640  443  256 ]  GCM/--
  46. [end of sample]
  47.  
  48. Filename     Filesize  Filedate  Filetime  GIF version  Image data*      map/gl
  49.  
  50. Notes:
  51. ------
  52.  
  53. Filename/ size/ date/ time should be self-explanatory.
  54.  
  55. GIF version can be either GIF87a or GIF89a (so far, those are the only
  56. two versions used).
  57.  
  58. Image data is WIDTH x HEIGHT x COLORS of image.
  59.  
  60. The last column will usually be "GCM/--".  The two fields are map/gl:
  61.  
  62. Map can be either GCM or LCM [global or local color map].
  63. GL means that a GIFLITE (tm) header was found, and "--" means one was
  64. not found.
  65.  
  66. Since the GIFLITE header can be "erased" by some programs (and can be
  67. omitted by the registered version of GIFLITE - so I hear), a GIF file
  68. may be compressed by GIFLITE, but GRR will not know it.
  69.  
  70. The GIFLITE header will (probably) not be detected if the GIF version
  71. is GIF89a and embedded comments are present.
  72.  
  73.