home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / GIFTOOL.ZIP / GC.DOC < prev    next >
Text File  |  1991-12-15  |  3KB  |  96 lines

  1. GC.DOC
  2. 1991-12-13
  3.  
  4. GC is a program for displaying, adding, and removing comments from
  5. GIFs.  The syntax is this:
  6.  
  7. gc [-commands] gfile [textfiles]
  8.  
  9. Where "gfile" is the name of the GIF you wish to look at or change.
  10. The ".gif" extension will be added if it is not supplied.
  11.  
  12. [Commands] is an optional set of commands from the following set
  13. preceded by a hyphen (-):
  14.  
  15. -s      Show comments.  If no command is given, this is the default.
  16.  
  17. -a      Add comments.  Any textfiles named on the command line are
  18.         added to the GIF as comments.  The extension ".txt" is added
  19.         to the filename if not present.  This can be overridden by
  20.         ending a filename with a single "."
  21.  
  22. -d      Delete all comments from GIF.  If both -a and -d are given,
  23.         textfiles are added as comments to GIF, then any previously
  24.         existing comments are deleted.
  25.  
  26. -v      Verbose mode (can be mixed with any other command).  Causes
  27.         GC to print the name of the file affected, the full text of
  28.         any comments added, and the number of comments acted upon.
  29.  
  30. -t      Translate ASCII characters in comments to native character
  31.         set.  This is not needed on most machines, but it will show
  32.         you any odd characters in the comment.  Can be mixed with
  33.         any other command.
  34.  
  35. -h,-?   Print usage information.
  36.  
  37. Sample (slightly edited) MSDOS session:
  38.  
  39.   C>dir
  40.  
  41.   WENDY    GIF    106269 12-08-91   1:35a
  42.   C1.TXT              49 12-07-91  10:58p
  43.   C2                  31 12-08-91   1:35a
  44.  
  45.   C>type c1.txt
  46.   Photograph of Wendy Christine by Phillip Vullo.
  47.  
  48.   C>type c2
  49.   (C) 1990 Playboy Enterprises.
  50.  
  51.   C>gc wendy
  52.  
  53.   C>gc -v wendy
  54.   WENDY.GIF: 640 x 480, 256 of 256k colors
  55.   No comments found.
  56.  
  57.   C>gc -a wendy c1
  58.  
  59.   C>gc wendy
  60.   Photograph of Wendy Christine by Phillip Vullo.
  61.  
  62.   C>gc -adv wendy c2.
  63.   WENDY.GIF: 640 x 480, 256 of 256k colors
  64.   (C) 1990 Playboy Enterprises.
  65.   1 comment added.
  66.   1 comment deleted.
  67.  
  68.   C>gc -dv wendy
  69.   WENDY.GIF: 640 x 480, 256 of 256k colors
  70.   1 comment deleted.
  71.  
  72.   C>gc -v wendy
  73.   No comments found.
  74.  
  75. Added comments are placed between the global colormap and the first
  76. image in the GIF stream.  That way, they can be accessed more quickly
  77. by directory programs.  Programs like Piclab print comments as they
  78. are found in GIFs, so comments in the GIF before the first image give
  79. you something to read while the image is loading.
  80.  
  81. Send comments to:
  82.  
  83. Lee Daniel Crocker          lee@mport.com (uunet!mport!lee)
  84. 5506 Camden Ave #D3         73407.2030@compuserve.com
  85. San Jose, CA  95124
  86.  
  87.  
  88.  
  89.  
  90.     
  91.  
  92.     
  93.  
  94.  
  95.  
  96.