home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Misc / FASTMC.LHA / fastmc / doc / wkmc.doc
Encoding:
Text File  |  1995-11-14  |  3.1 KB  |  97 lines

  1. #####################################################################
  2. #                                                                   #
  3. #              FastMC v0.5 - ©1995 by WK-Artworks                   #
  4. #                                                                   #
  5. #####################################################################
  6.  
  7. CONTENTS
  8.  1. Introduction
  9.  2. Examples
  10.  3. Suggestions ?
  11.  4. Author/Status
  12.  
  13. 1. Introduction
  14. ---------------------------------------------------------------------
  15.  
  16. FastMC (tm) is the fastest truecolor-emulation for 8-bit displays.
  17. The idea came from Stefan Kost's slow "Multicolor"-system.
  18. Because applications using this algorithm are the slowest we know
  19. we decided to write a faster one.
  20.  
  21. Advantages:
  22.  -pixel-aspect and image-size are not changed
  23.  -very high speed
  24.  -more visible colors:
  25.    -every color-channel (RGB) has a diffent number of shades ("eye-sensitive")
  26.    -all 256 color-registers are used
  27.  -rgb-values are in the usual range 0..255 (not 0.0..1.0)
  28.  
  29. Examples:
  30.  -jpeg-viewer
  31.  -ppm-viewer
  32.  -plasma-generator
  33.  
  34. 2. Examples
  35. ---------------------------------------------------------------------
  36.  
  37.  Four examples are supplied:
  38.  
  39.  *     wkmp: mpeg-player which is faster than usual mpeg-viewers using
  40.              ham8-dithering (but results look much better)
  41.  
  42.  *   plasma: algorithm taken from Stefan Kost's archieve (needs 68020+)
  43.              Example:
  44.               plasma 32 (resolution 320x240)
  45.               ->29 seconds
  46.  
  47.  *  ppmview: very fast ppm-viewer (needs 68020+)
  48.              Example:
  49.               image: 465x768,  size: 1071375, processor: M68030 40Mhz
  50.                ->2 seconds
  51.  
  52.  * jpegview: very fast jpeg-viewer (needs 68020+) (no source-code supplied)
  53.              Example:
  54.               image: 704x1002,  size: 176880, processor: M68030 40Mhz
  55.               ->10 seconds
  56.  
  57.              This program supports the new progressive-format - but
  58.              only color-jpeg's are displayed correctly.
  59.  
  60.              jpegview uses some libjpeg-code created by the
  61.              Independent JPEG Group.
  62.  
  63.  NOTE: All programs where compiled using GCC - ixemul.library is
  64.        required to run them.
  65.  
  66. 3. Suggestions
  67. ---------------------------------------------------------------------
  68.  
  69.  Because this program only uses trivial algorithms it's pure FREEWARE.
  70.  But we're interested in receiving mc-related suggestions or programs.
  71.  
  72.  How about a mpeg-player using this technique ?
  73.  
  74. 4. Author/Status
  75. ---------------------------------------------------------------------
  76.  
  77.  (i)   Other projects (+=dead):
  78.         Dust, makeHaze, mesh2tddd, mdar(+),
  79.         iff2eps, YACPro, OPlot(+), CAGS(+), WKMC, ...
  80.  
  81.  (ii)  Address:
  82.         For suggestions, registering, ... contact me at:
  83.  
  84.                          Andreas Maschke
  85.                          Zenkerstraße 5
  86.                          06108 Halle/Saale
  87.                          Germany
  88.  
  89.                    Phone: ++49 (0)345/5170331
  90.                    EMail: epgbc@cluster1.urz.Uni-Halle.DE
  91.  
  92.  (iii) Status:
  93.        Because this program only uses trivial algorithms it's
  94.        pure FREEWARE.
  95.        But we're interested in receiving mc-related suggestions
  96.        or programs.
  97.