Bitmap – meaning and features

MULTIMEDIA PRODUCTION 4(1+3)
Lesson 12: Multimedia Building Blocks – Graphics

Bitmap – meaning and features

  • Bitmap is derived from the words ‘bit’, which means the simplest element in which only two digits are used, and ‘map’, which is a two-dimensional matrix of these bits.
  • A bitmap is a data matrix describing the individual dots of an image that are the smallest elements (pixels) of resolution on a computer screen or printer.

    a

  • Bitmaps are an image format suited for creation of:
    • Photo-realistic images.
    • Complex drawings.
    • Images that require fine detail.
  • Bitmapped images are known as paint graphics.
  • Bitmapped images can have varying bit and color depths.
  • More bits provide more color depth, hence more photo-realism; but require more memory and processing power.

    a

  • Monochrome just requires one bit per pixel, representing black or white
  • 8 bits per pixel allows 256 distinct colors
  • 16 bits per pixel represents 32K distinct colors (Most graphic chipsets now supports the full 65536 colors and the color green uses the extra one bit)
  • 24 bits per pixel allows millions of colors
  • 32 bits per pixel – trillion of colors
  • Bitmaps are best for photo-realistic images or complex drawings requiring fine detail.

Bitmaps picture and their suitability of use:

    1. Use the native Microsoft .bmp format as a raw image that will later be processed. It faster to process.
    2. Use JPEG, for photo sharing on the web because of its size and quality.
    3. GIF is normally used for diagrams, buttons, etc., that have a small number of colours
    4. It is also suitable for simple animation because it supports interlaced images.
    5. PNG is almost equal to gif except that it didn’t support the animation format.

Bitmaps can be inserted by

Index
Previous
Home
Last modified: Thursday, 24 November 2011, 9:41 AM