home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / newc_dev / fileid12.lha / read.me < prev    next >
Text File  |  1990-11-25  |  4KB  |  91 lines

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