InterviewSolution
Saved Bookmarks
| 1. |
Describe bitmap images |
|
Answer» A bitmap (or raster GRAPHIC) is a DIGITAL image composed of a matrix of dots. When viewed at 100%, each dot CORRESPONDS to an individual PIXEL on a display. ... It includes a header, which defines the size of the image and the number of COLORS the image may contain, and a list of pixels with their corresponding colors. |
|