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

  1.  
  2.   MAC.svobject
  3.  
  4.   © 1994 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 2.1
  9.   Release Date : 12.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.   MAC.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 MAC (MacIntosh MacPaint) Files.
  26.   In detail these are :
  27.  
  28.   Reading :
  29.  
  30.    - MAC Black & White 576x720
  31.  
  32.  
  33.   Writing :
  34.  
  35.    (not supported yet)
  36.  
  37.  
  38.   Remarks
  39.   ~~~~~~~
  40.   MacPaint Files, which are to be loaded into "MAC.svobject" should contain
  41.   the specific MacBinary Header (first the 128 Byte-Header, then the
  42.   MacPaint specific data appended to it).
  43.   In the PC area, there may sometimes files be found, which just contain
  44.   the MacPaint 576x720 black and white Data. Due to the fact, that we can't
  45.   just check the suffix or prefix of the file to be "MAC", we have to
  46.   check the filetype also.
  47.   These files - without the header - can only be identified via the three
  48.   leading zero bytes at the beginning of the 512 Byte MacPaint header.
  49.   But there's never a 100% guarantee that a File with three leading zeroes
  50.   really is a MacPaint File !
  51.  
  52.  
  53.   Author
  54.   ~~~~~~
  55.   Andreas R. Kleinert
  56.   Grube Hohe Grethe 23
  57.   D-57074 Siegen
  58.   Germany
  59.  
  60.  
  61.   History
  62.   ~~~~~~~
  63.   V2.1 (12.05.1994) :
  64.  
  65.    - first version
  66.  
  67.  
  68.   Literature
  69.   ~~~~~~~~~~
  70.   [1] "Bitmapped Graphics", 2nd Edition, Steve Rimmer, Windcrest/McGraw-Hill,
  71.        © 1993 by Windcrest Books (registered Trademark of TAB Books).
  72.        ISBN 0-8306-4209-9
  73.   [2] "Supercharged Bitmapped Graphics", Steve Rimmer, Windcrest/McGraw-Hill,
  74.        © 1992 by Windcrest Books (registered Trademark of TAB Books).
  75.        ISBN 0-8306-3788-5
  76.  
  77.  
  78.   Copyrights
  79.   ~~~~~~~~~~
  80.   Some of the mentioned names or products above may be copyrighted by
  81.   companies or trademarks of companies.
  82.  
  83.  
  84.