Difference between revisions of "Bitmap"

From WLCS
(New page: Bitmap: A set of bits that represents a graphic image, with each bit or group of bits corresponding to a pixel in the image.<ref>http://www.answers.com/bitmap</ref> Ex: A picture of a c...)
 
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
 
Ex:
 
Ex:
  
A picture of a car.
+
A picture of a car can be saved in many formats, including the .bmp format for bitmaps.
 +
 
 +
 
 +
==References==
 +
<references/>

Latest revision as of 14:00, 6 March 2009

Bitmap:

A set of bits that represents a graphic image, with each bit or group of bits corresponding to a pixel in the image.[1]

Ex:

A picture of a car can be saved in many formats, including the .bmp format for bitmaps.


References