A bitmap file is an image file that is in it's original uncompressed raw form. Bitmaps are usually very large files, so are not a preferred filetype for images.
http://answers.ask.com/Computers/Software/what_is_a_bit...
Bitmap files are files that are more static and more popular, they are the best to use on the Web, you may use them the most in word applications, they are small in size, but hard to modify because of the poor resolution. A bitmapped image ...
http://www.thelogodoctor.com/faq.htm#bitmap1
File format - Wikipedia, the free encyclopedia
A file format is a particular way that information is encoded for storage in a computer file. Since a disk drive, or indeed any computer storage, can store only bits, the computer must have some way...
en.wikipedia.org/wiki/File_format
BMP file format - Wikipedia, the free encyclopedia
The BMP file format , sometimes called bitmap or DIB file format (for device-independent bitmap ), is an image file format used to store bitmap digital images, especially on Microsoft Windows ...
en.wikipedia.org/wiki/BMP_file_format
Bitmap - Wikipedia, the free encyclopedia
In computer graphics, a bitmap or pixmap is a type of memory organization or image file format used to store digital images. The term bitmap comes from the computer programming terminology, mean...
en.wikipedia.org/wiki/Bitmap
Bitmap files have some confusion associated with them. Some refer to any pixel-based image as a bitmap file. However, a true bitmap image file refers to the standard Windows image format. This type of file is mostly used on DOS- and Windows-based machines.
dx.sheridan.com/advisor/bitmap_file.html dx.sheridan.com/advisor/bitmap_file.html
introduction; bitmap file format; ... bitmap file format ... the bitmap has a maximum of 2^16 colors. if the compression field of the bitmap file is set to bi_rgb, the palette field does not contain any entries. each word in the bitmap array represents a single pixel. the relative intensities of red, green,
atlc.sourceforge.net/bmp.html
A complete explanation of the standard Windows bitmap file format (.bmp/.dib) ... The .bmp file format (sometimes also saved as .dib) is the standard for a Windows 3.0 or later DIB(device independent bitmap) file. It may use compression (though I never came across a compressed .bmp-file) and is (by itself) not capable...
www.fortunecity.com/skyscraper/windows/364/bmpffrmt.htm... www.fortunecity.com/skyscraper/windows/364/bmpffrmt.html
-format format Specify the output image file format. The value ppm is the default, indicating the true color Portable Pixmap (PPM) P3 (ASCII text) format. The gif and bmp ... The any2ppm program converts bitmap files of various formats into the Portable Pixmap (PPM) P3 (text) format, or another format chosen with the...
math.nist.gov/oommf/doc/userguide11b2/userguide/Bitmap_... math.nist.gov/oommf/doc/userguide11b2/userguide/Bitmap_File_Format_Conversi.html
Although Java provides several mechanisms for opening images, saving them is not one of its strengths. ... A tutorial -- including all the code you need to write a bitmap file from an image object...
www.javaworld.com/javaworld/javatips/jw-javatip60.html