#include <vil/vil_file_format.h>#include <vil/vil_image_resource.h>#include <vil/vil_stream.h>#include "vil_bmp_file_header.h"#include "vil_bmp_core_header.h"#include "vil_bmp_info_header.h"Go to the source code of this file.
Classes | |
| class | vil_bmp_file_format |
| Loader for BMP files. More... | |
| class | vil_bmp_image |
| Generic image implementation for BMP files. More... | |
Modifications
27 May 2000 fsm Numerous endianness and structure-packing bugs fixed.
3 October 2001 Peter Vanroose - Implemented get_property("top_row_first")
13 November 2011 Gehua Yang - Allow read and write 32bpp image. Default to have the first plane as alpha channel
See a good reference at http://en.wikipedia.org/wiki/BMP_file_format
Definition in file vil_bmp.h.
1.7.5.1