home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 487.lha / FileID_v1.30 / read.me < prev    next >
Text File  |  1991-03-11  |  4KB  |  103 lines

  1.       FileID -- A File IDentifier program. V 1.30
  2.                   January 25, 1991
  3.  
  4. WHAT IS IT?
  5. The program identifies and gives information about a variety of
  6. file types. These currently include GIF files and IFF files. More
  7. may be added in the future. Send us docs on your favorite format,
  8. and we'll consider adding it.
  9.  
  10. WHAT DOES IT DO?    
  11.    Picture files: Gives resolution, number of colors, and any other
  12.     information it can determine (special Amiga display modes for
  13.     instance).
  14.     
  15.     Sound files: Gives appropriate information from the header of the
  16.     file including as appropriate: sampling rate, volume, number of
  17.     instruments, etc.
  18.     
  19.     Animation files: Gives type of compression, resolution of the
  20.     animation, timing of the animation, etc.
  21.     
  22.     Other IFF types: Identifies and gives a short description.
  23.     
  24. The GIF87a & 89a standards and all IFF formats listed in the "AmigaDos 1.3
  25. Includes and Autodocs Manual" are supported.
  26.  
  27. COPYING THIS PROGRAM
  28. Please feel free to modify this code and add new formats, etc. If you
  29. do so, please leave credit to us somewhere in the file, and continue
  30. to distribute it freely, and try to send us a copy. The source should
  31. be portable to just about any other machine type. Versions have been
  32. compiled with no changes for the IBM PC and Amiga Personal Computer
  33. lines. Both executable versions and the current source code are 
  34. available on The Coconut Telegraph BBS, listed below. 
  35.  
  36. Our version of the program (bearing our copyright) may be distributed
  37. freely by any electronic means: BBS, network, floppy disk, etc. 
  38.  
  39. HELPFUL HINTS
  40. If you use this program a lot you may want to rename the executable file
  41. to something shorter like FI or FID. Anything that makes sense to you
  42. will work.
  43.  
  44. Feel free to send us money, baked goods, scantily clad women, whatever,
  45. when your conscience instructs you to do so. Confidentiality guarateed.
  46. We're two attractive college students in our mid twenties, who someday
  47. will make a lot of money. Really!
  48.  
  49. THE AUTHORS
  50. The original author, Lloyd Eldred, can be reached at:
  51. The Coconut Telegraph BBS (SysOp) - (703) 953-0605
  52. GEnie - L.Eldred
  53. Internet - Flutter@vtcc1.cc.vt.edu
  54. US-Snail: 3942B McCoy Rd, Blacksburg, Va 24060
  55.  
  56.                                                   %% Lloyd Eldred %%
  57.  
  58. Additional author, Fred Homan, can be reached at:
  59. The Coconut Telegraph BBS (CoSysOp) - (703) 953-0605
  60. The TARDIS BBS - (703) 951-WHO1
  61. FidoNet - 1:264/711
  62. Internet - Fred.Homan@bbs.acs.unc.edu
  63. US-Snail: 511 Warren St, Apt 1, Blacksburg, VA 24060-4664
  64.  
  65. Fred Op
  66.  
  67.                         
  68. VERSION HISTORY
  69.  
  70.  1.00 Initial release August 23, 1990
  71.  1.10 Second release November 18, 1990
  72.       - Added more intelligent treatment of GIFs with Macintosh
  73.       resource forks padded to the beginning. (FLAME: If they wanted
  74.       a fork on the file, they'd have put it in the standard!)
  75.       - Moved the copyright notice to the program help.
  76.       - Partial support of GIF-89a added. This new standard seems
  77.       to follow the same format as 87a for resolution information,
  78.       at least in the one test file that I have. I'll add more
  79.       support as soon as I can find more formal documentation
  80.       on the standard.
  81.  1.20 Third release November 25, 1990
  82.       - Complete support of the GIF89a standard.
  83.       - Control output flags added.
  84.          "-c" outputs any GIF89a included comments.
  85.          "-t" outputs a single line numeric dump of resolution and colors.
  86.          "-v" outputs any and all information on a GIF.  Can be quite long!
  87.       - Fred Homan conned into contributing to coding.
  88.  1.30 Fourth release January 25, 1991
  89.       - IFF support expanded
  90.          "-v"  flag now enables complete listing of all chunks in
  91.             the file, and interesting information about many.
  92.          "-t" flag now enabled.
  93.          "-c" outputs any plain text in the file.
  94.          
  95. Watch for the release of "SuperMongoNinjaReptileGIF-IFFViewer" coming
  96. soon! (Name subject to change without notice). (Does anyone ever really
  97. read these things anyway?)
  98.  
  99. NIFTY LEGAL STUFF
  100. "The Graphics Interchange Format(c) is the Copyright property of CompuServe
  101. Incorporated.  GIF(sm) is a Service Mark property of CompuServe
  102. Incorporated."
  103.