home *** CD-ROM | disk | FTP | other *** search
/ Megahits 4 / MegaHits_Vol.4.iso / mui / util / misc / iffmaster12.readme < prev    next >
Encoding:
Text File  |  1994-10-24  |  1.2 KB  |  26 lines

  1. Short:    Show IFF struct & chunk contents. MUI Application.
  2. Author:   kay@cip.informatik.uni-wuerzburg.de (Kay Drangmeister)
  3. Uploader: kay@cip.informatik.uni-wuerzburg.de (Kay Drangmeister)
  4. Type:     util/misc
  5.  
  6. IFF Master is a program that allows you to have a view inside the structure
  7. of  IFF files. It is not yet another picture viewer or sound sample player,
  8. but  it displays the internal entities (chunks) of a file. For example, the
  9. headers  of pictures (ILBM) or sound samples (8SVX) are displayed in clear,
  10. so  you  can  directly read the size and depth of the image or the sampling
  11. rate.
  12.  
  13. Current features (V 1.2) include:
  14.  - MUI application
  15.  - localized GUI (with AmigaOS 2.1 or later)
  16.  - Extensive chunk type library (currently 31 form types, 208 known chunks,
  17.    43 of these with comprehensive structure description)
  18.  - Chunk contents are presented alternatively as structure, text or hexdump
  19.  - Bit fields and enumeration types are displayed in clear
  20.  - Fixed point values are printed in decimal (e.g. 8SVX.VHDR.Volume)
  21.  - Callback hooks for special attributes, e.g. the Mode-ID
  22.    inside the CAMG chunk is de-referenced (e.g. "PAL: Hires").
  23.  - clipboard support
  24.  - chunk contents can be saved
  25.  - AppWindow and AppIcon
  26.