home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / bmp1.zip / readme.now < prev    next >
Text File  |  1995-10-29  |  1KB  |  43 lines

  1.  October 29, 1995
  2.  
  3.  Oops, we goofed in some of the information we presented concerning
  4.  bitmap colors on pages 14 and 15 of the article.  Some of the
  5.  information was not properly transposed from the sample code, which
  6.  is correct, to the article text.  Yup, too many late night writing
  7.  sessions<G>, as our days are mainly spent coding to keep our ultimate
  8.  employers, our kittys, fit and fed.  Mind you, they were none too
  9.  happy when they found out that we had goofed <VBG>.
  10.  
  11.  Our apologies for any confusion this may have caused.  The necessary
  12.  revisions are presented below:
  13.  
  14.  -----------------------------------------------
  15.  
  16.  The following table depicts the number of colors as defined by cBitCount
  17.  on page 14:
  18.  
  19.  cBitCount      Colors
  20.  1              2
  21.  4              16
  22.  8              256
  23.  24             16.7-M    (this entry was mistakenly listed as 16 and 65,536)
  24.  
  25.  -----------------------------------------------
  26.  
  27.  The paragraph and calculation that immediately follows the
  28.  cBitCount/colors table on page 14 should read as follows:
  29.  
  30.  The easiest way to determine the number of colours is to take the value of
  31.  1 and rotate it left cBitCount positions:
  32.  
  33.  cColors = 1 << bfh2.bmp2.cBitCount
  34.  
  35.  -----------------------------------------------
  36.  
  37.  Anywhere we mention 64-K color bitmap(s) or 64-K bitmap on pages 14 and
  38.  15 is in error as well.  The 64-K should be 16.7-M (million).
  39.  
  40.  Mark Benge
  41.  Matt Smith
  42.  
  43.