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

  1.  
  2.   IMG.svobject
  3.  
  4.   © 1994 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 2.7
  9.   Release Date : 15.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.   IMG.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 IMG (GEM/Metafile) Files.
  26.   In detail these are :
  27.  
  28.   Reading :
  29.  
  30.    - IMG (16 Byte Header) GreyScaled (1..8 Bits = 2..256 Colors)
  31.    - IMG (18 Byte Header) GreyScaled (1..8 Bits = 2..256 Colors)
  32.  
  33.  
  34.   Writing :
  35.  
  36.    (not supported yet)
  37.  
  38.  
  39.   Author
  40.   ~~~~~~
  41.   Andreas R. Kleinert
  42.   Grube Hohe Grethe 23
  43.   D-57074 Siegen
  44.   Germany
  45.  
  46.  
  47.   History
  48.   ~~~~~~~
  49.   V2.7 (15.05.1994) :
  50.  
  51.    - fixed version history (V2.5 mentioned twice)
  52.    - fixed subtype strings (one blank too much)
  53.  
  54.  
  55.   V2.6 (07.05.1994) :
  56.  
  57.    - use of SAS/C V6.51
  58.    - use of new "superviewsupport.library" V1
  59.      This saves some space again (here : ca. 1100 Bytes).
  60.    - removed some dead code
  61.  
  62.  
  63.   V2.5 (16.04.1994) :
  64.  
  65.    - added support for "more than 2 GreyScales"-IMG-Files.
  66.      Tests with 4- and 16-GreyScales have been successful, so any other
  67.      color-depth should also work.
  68.    - removed some "dead" code
  69.    - removed (deactivated) debugging code
  70.    - this version uses the new "grey-scale-generation"-routine, like
  71.      some of the other SVObjects written by me.
  72.      Upto V2.4 this was not necessary, because there were only two
  73.      "Colors" possible : Black and White.
  74.  
  75.  
  76.   V2.4 (02.04.1994) :
  77.  
  78.    - improved decoding routines slightly
  79.  
  80.  
  81.   V2.3 (27.03.1994) :
  82.  
  83.    - removed internal SVDriver-Replacement, so that we now are really
  84.      dependent on external SVDrivers in libs:svdrivers.
  85.      This saves about 1600 Bytes diskspace and reduces redundancy.
  86.    - replaced SAS/C's sprintf()-routine with own, RawDoFmt()-based one.
  87.      This saves again about 1800 Bytes.
  88.    - now using Utility-Library for integer operations (activated
  89.      SAS/C's UTILLIB option) : this increases 68000-codesize a little
  90.      bit, but increases speed on 68020+ systems
  91.      (should also decrease codesize, but does not ...)
  92.  
  93.  
  94.   V2.2 (25.03.1994) :
  95.  
  96.    - slightly improved internal BitMap-to-BitMap routine
  97.    - V2.1 was released additionally to the superview.library's V3.2
  98.      developer release, V2.2 is now released inside the main package
  99.    - "#ifdef"-disabled some debugging code, which was never executed
  100.  
  101.  
  102.   V2.1 (23.03.1994) :
  103.  
  104.    - first version
  105.  
  106.  
  107.   Literature
  108.   ~~~~~~~~~~
  109.   [1] "Bitmapped Graphics", 2nd Edition, Steve Rimmer, Windcrest/McGraw-Hill,
  110.        © 1993 by Windcrest Books (registered Trademark of TAB Books).
  111.        ISBN 0-8306-4209-9
  112.   [2] "Supercharged Bitmapped Graphics", Steve Rimmer, Windcrest/McGraw-Hill,
  113.        © 1992 by Windcrest Books (registered Trademark of TAB Books).
  114.        ISBN 0-8306-3788-5
  115.   [3] "Amiga Magazin", Issue 2/1992, Markt & Technik Verlag AG
  116.  
  117.  
  118.   Copyrights
  119.   ~~~~~~~~~~
  120.   Some of the mentioned names or products above may be copyrighted by
  121.   companies or trademarks of companies.
  122.  
  123.  
  124.