home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD1.bin / useful / gfx / show / superview-lib / svlib912d.readme < prev    next >
Encoding:
Text File  |  1995-01-12  |  2.5 KB  |  53 lines

  1. Short:    MultiGfx-Library - loading, saving + displaying of BitMap Graphics
  2. Author:   Andreas_Kleinert@superview.life.sub.org
  3. Uploader: Andreas R. Kleinert / Siegen, Germany
  4. Type:     gfx/show
  5.  
  6. superview-Library V9.12, a modularian Shared Library-System for loading,
  7. saving, displaying and processing of various common Graphic File Formats.
  8. Uses sub-libraries for loading/saving (SVObjects), displaying (SVDrivers)
  9. and processing (SVOperators).
  10.  
  11. OS V2.04+ is required, OS V3.x is recommended.
  12. FREEWARE. See documentation for details on usage and distribution.
  13.  
  14. **********************************************************************
  15. **  Developer distribution of superview.library (without binaries)  **
  16. *   This version only includes Docs + Programmers stuff, you'll      *
  17. **  perhaps also need to download the svlibXXU archive !            **
  18. **********************************************************************
  19.  
  20. SVObjects :    - IFF-ILBM, IFF-ACBM, PCX, GIF, BMP (W*nd*ws), JPEG,
  21.                  TIFF, FBM (*nix), PNM (*nix), IMG (GEM), WPG (W*rdP*rf*ct),
  22.                  MAC (M*cPaint), C64 (Koala,Doodle), Targa, Pictor/PCPaint,
  23.                  SunRaster, IFF-YUVN, WinIcon, SVO (own Format) and
  24.                  all OS3-Datatypes !
  25.                  Reads XPK- and PP20-packed data via Unpack.svobject.
  26.  
  27. SVDrivers :    - ECS, AGA, EGS-Cards, OpalVision
  28.  
  29. SVOperators :  - Dither24Bit, 24BitToHam6, HilbertDither256, XOR,
  30.                  ExtractRed, ExtractGreen, ExtractBlue, ExtractGrayScales,
  31.                  TopToBottom, LeftToRight
  32.  
  33. News :
  34.        9.8:      .added several new SVOperators
  35.        9.9:      .new WinIcon.svobject
  36.                  .bug-fixed 24Bit support in ILBM.svobject
  37.                  .bug-fixed BMP.svobject
  38.                  .updated AGA.svdriver
  39.                  .added virtual memory support (availability only)
  40.                  .optimized JPEG.svobject
  41.        9.10/11:  .new 24BitToHam6.svoperator
  42.                  .AGA.svdriver with Operator-Support (24 Bit handling)
  43.                  .added 24 Bit write-support to PCX.svobject
  44.                  .fixed several bugs
  45.                  .misc: reworked documentation, new Icons, etc.
  46.        9.12:     .new Dither24Bit.svoperator (24 Bit->2..256 Colors)
  47.                   (e.g. to be connected with AGA.svdriver)
  48.                  .new Unpack.svobject (unpacks XPK/PP20 before parsing)
  49.                  .new PNM.svobject (for PBM,PGM,PPM). Reads+writes 24 Bit.
  50.                  .bug-fixed FBM.svobject and added 24 Bit support.
  51.                  .bug-fixed SunRaster.svobject
  52.                  .and many more changes...
  53.