home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gfx / superview-lib-9.12.lha / SuperView-Lib / svlib912U.readme < prev   
Text File  |  1995-01-12  |  2KB  |  51 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. * User distribution of superview.library (without Programmers stuff) *
  16. **********************************************************************
  17.  
  18. SVObjects :    - IFF-ILBM, IFF-ACBM, PCX, GIF, BMP (W*nd*ws), JPEG,
  19.                  TIFF, FBM (*nix), PNM (*nix), IMG (GEM), WPG (W*rdP*rf*ct),
  20.                  MAC (M*cPaint), C64 (Koala,Doodle), Targa, Pictor/PCPaint,
  21.                  SunRaster, IFF-YUVN, WinIcon, SVO (own Format) and
  22.                  all OS3-Datatypes !
  23.                  Reads XPK- and PP20-packed data via Unpack.svobject.
  24.  
  25. SVDrivers :    - ECS, AGA, EGS-Cards, OpalVision
  26.  
  27. SVOperators :  - Dither24Bit, 24BitToHam6, HilbertDither256, XOR,
  28.                  ExtractRed, ExtractGreen, ExtractBlue, ExtractGrayScales,
  29.                  TopToBottom, LeftToRight
  30.  
  31. News :
  32.        9.8:      .added several new SVOperators
  33.        9.9:      .new WinIcon.svobject
  34.                  .bug-fixed 24Bit support in ILBM.svobject
  35.                  .bug-fixed BMP.svobject
  36.                  .updated AGA.svdriver
  37.                  .added virtual memory support (availability only)
  38.                  .optimized JPEG.svobject
  39.        9.10/11:  .new 24BitToHam6.svoperator
  40.                  .AGA.svdriver with Operator-Support (24 Bit handling)
  41.                  .added 24 Bit write-support to PCX.svobject
  42.                  .fixed several bugs
  43.                  .misc: reworked documentation, new Icons, etc.
  44.        9.12:     .new Dither24Bit.svoperator (24 Bit->2..256 Colors)
  45.                   (e.g. to be connected with AGA.svdriver)
  46.                  .new Unpack.svobject (unpacks XPK/PP20 before parsing)
  47.                  .new PNM.svobject (for PBM,PGM,PPM). Reads+writes 24 Bit.
  48.                  .bug-fixed FBM.svobject and added 24 Bit support.
  49.                  .bug-fixed SunRaster.svobject
  50.                  .and many more changes...
  51.