A bitmap is made up of rows of dots, each of which can have any colour. Combined, the rows make up an image. The size of the image is determined by
The two images below illustrate bitmaps
Figure Bitmaps as rows of dots
Bitmap images are dependant on the technology that is used to make them. To understand them, it is necessary to know how they are affected by the technology of image displays.
Images on a computer screen are made up of a collection of dots called pixels (picture elements). A pixel is the building block made by the computer monitor. In the case of CRTs, it is formed by the grid (or mask) behind the screen and the red/green/blue coating on the inside of the screen, each of which is lit up by one of the three electron guns. A pixel has three sub pixels of red, green, and blue called a triad.
Figure Dot Pitch
The physical size of the triad is called the dot pitch. Dot pitch is measured in millimetres. Smaller is better.
Resolution of a screen is determined by the dot pitch. Smaller dot pitch gives more pixels to the inch, and means higher resolution. Look for a dot pitch of less than .26 mm. Most PC monitors have a resolution of 96 pixels per inch.
The intensity of the electron gun can be changed to give different shades of each of red, green, and blue (RGB). The combination of RGB sub pixels in a single pixel creates all the other colours. black is produced by turning off all 3 guns for a pixel. White is produced by turning on all 3 guns at max value for a pixel.
If the pixel is small enough, your eye perceives the RGB sub pixels as a single colour. Because the CRT is a light source, the colours add together. This is called an additive process.
In a computer, the intensity of the electron gun is controlled in steps. Computers work with bits. Most computers now produce 24 bit colour. This is known as bit depth
LCD monitors use a different technology to do the same thing. For more information on the technology of CRTs see
Bitmap images have the following characteristics
Image resolution is usually expressed in pixels per inch, or ppi. This is also called dots per inch, or dpi. If the image is to be used on a monitor (in a web page, for example) is is best to make it at 96 ppi. If it is to be used for print, it is best to make it much higher. For most inkjet printers and laser printers, about 225 to 300 dpi is good. for commercial image setters it can go as high as 2400 dpi.
Higher resolution means bigger file size. An image at 96 dpi has 9216 pixels in each square inch. An image at 300 dpi has 90,000 pixels in a square inch, or ten times the size.
Figure Resolution and File Size
A 96 ppi image will display actual size on a monitor. The picture dots will be the same size as the monitor pixels. A 300 ppi image will display at 96 ppi, so it will appear much larger on the monitor. Printing size will depend on the resolution of the printer, and the settings you use in the program.
If you scale bitmap images, one of two things will happen
Image bit depth works the same as monitor bit depth. Each pixels colour can be set independently. Common image bit depths are
The higher the bit depth, the more colours available. More colours means a better quality image and a larger file size.
Image size is the dimensions of the image. A number of units of measure may be used
The larger the image size the larger the file size
File compression is a means of reducing file size when it is saved to the hard drive. There are two basic types of compression
Lossless compression makes the file smaller without losing any of the information. The file does not lose quality. WinZip is a lossless compressions for non-image files.
Lossy compression loses information when it compresses the image. Image quality goes down. JPEG is a common lossy format. File size and image quality is related to the amount of compression. More compression means a smaller file size and lower quality images.
File size is directly determined by resolution, bit depth, image size and type of compression used. The following images show the effects of different amounts of compression on image quality and file size
Figure No compression, file size 32k
Figure 20% compression, file size 10k
Figure 40% compression, file size 7k
Figure 60% compression, file size 6k
Figure 80% compression, file size 4k
Figure 90% compression, file size 3k
Obviously the biggest reduction is in the first 20% and it is the only one with very little image degradation, although it is quite noticeable in the blue area around the letters.
For additional information about bitmap images go to the Kodak Digital Learning Centre and read
The purpose of this activity is to build capability at creating bitmap images. There are two steps to the activity
Corel Photo Paint has a series of tutorials called CorelTUTOR. They are available from the Help menu. To use them, start Photo Paint and click on Help, CorelTUTOR.
To familiarize yourself with its operation, you will explore a number of features in the following
You can resize the width of the tutorial by dragging the left border of the window
For additional information on how to use Corel Photo Paint try some of these sites.
Read the instructions before beginning. If you need more help review the video clips. The first one is for Corel Paint. The second one is for Painter Classic. The help button gives information about viewing the video.
There is no self test for this lesson.