home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / useful / dist / gfx / show / superview-lib / docs / svobject-docs / wpg.doc < prev    next >
Text File  |  1994-07-04  |  3KB  |  111 lines

  1.  
  2.   WPG.svobject
  3.  
  4.   © 1994 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 2.4
  9.   Release Date : 22.05.1994
  10.  
  11.  
  12.   Requirements
  13.   ~~~~~~~~~~~~
  14.   - OS V2.04+ (V37)+ and its libraries
  15.   - superviewsupport.library V1+
  16.  
  17.  
  18.   Description
  19.   ~~~~~~~~~~~
  20.   WPG.svobject is an external Library-Module for the superview.library V2+.
  21.  
  22.   It contains SVDriver-Support for the superview.library V3+, and
  23.   needs any SVDriver with Bitplane-Support.
  24.  
  25.   It supports reading of WPG (WordPerfect) BitMap Files.
  26.   In detail these are :
  27.  
  28.   Reading :
  29.  
  30.    - WPG BitMap (GreyScaled) with 1, 2, 4 or 8 Bits ColorDepth
  31.    - WPG BitMap (ColorMap)   with 1, 2, 4 or 8 Bits ColorDepth
  32.  
  33.  
  34.   Writing :
  35.  
  36.    (not supported yet)
  37.  
  38.  
  39.   Remarks
  40.   ~~~~~~~
  41.   WordPerfect WPG Files do not necessarily have to contain BitMap-Graphics,
  42.   they also may contain various other data, e.g. Vector-Graphics.
  43.   If a WPG File contains a BitMap-Graphic in any of its Chunks, this will
  44.   be displayed, otherwise the file will be rejected.
  45.  
  46.   If a file does not contain any color information, WPG.svobject will
  47.   generate GreyScales by default.
  48.   This will be mentioned in the FileInfoRequester.
  49.  
  50.   This version actually has been tested with graphics with 1, 4 and 8 Bit
  51.   ColorDepth (2, 16 and 256 Colors).
  52.   Due to the fact, that the 2 Bit-Routine is identically to the 1 Bit-
  53.   Routine should not get any problems with those pictures.
  54.  
  55.  
  56.   Author
  57.   ~~~~~~
  58.   Andreas R. Kleinert
  59.   Grube Hohe Grethe 23
  60.   D-57074 Siegen
  61.   Germany
  62.  
  63.  
  64.   History
  65.   ~~~~~~~
  66.  
  67.   V2.4 (22.05.1994) :
  68.  
  69.    - fixed bug, which caused the last 4 Bytes of the ColorMap not to be read
  70.      (last two Colors have been wrong, then).
  71.      This did not concern grey-scaled Files without own ColorMaps ;-)
  72.    - fixed the same bug for BitMap data : the last 10 Bytes might not
  73.      have been read.
  74.    - modified Doc-File slightly to reflect, that 8 Bit-Files are read
  75.      correctly (not just since V2.4 ...)
  76.  
  77.  
  78.   V2.3 (15.05.1994) :
  79.  
  80.    - fixed subtype strings (one blank too much)
  81.      (better than nothing, eh ?)
  82.  
  83.  
  84.   V2.2 (07.05.1994) :
  85.  
  86.    - use of SAS/C V6.51
  87.    - use of new "superviewsupport.library" V1
  88.      This saves some space again (here : ca. 1100 Bytes).
  89.    - version accidentally reflected 2.5 instead 2.1. Now we're at 2.2 :-)
  90.    - removed some dead code
  91.  
  92.  
  93.   V2.1 (17.04.1994) :
  94.  
  95.    - first version
  96.  
  97.  
  98.   Literature
  99.   ~~~~~~~~~~
  100.   [1] "Supercharged Bitmapped Graphics", Steve Rimmer, Windcrest/McGraw-Hill,
  101.        © 1992 by Windcrest Books (registered Trademark of TAB Books).
  102.        ISBN 0-8306-3788-5
  103.  
  104.  
  105.   Copyrights
  106.   ~~~~~~~~~~
  107.   Some of the mentioned names or products above may be copyrighted by
  108.   companies or trademarks of companies.
  109.  
  110.  
  111.