Go to the documentation of this file.
10 #ifndef BOOST_GIL_EXTENSION_IO_BMP_READ_HPP
11 #define BOOST_GIL_EXTENSION_IO_BMP_READ_HPP
13 #define BOOST_GIL_EXTENSION_IO_BMP_READ_ENABLED
25 #include "formats/bmp/supported_types.hpp"
26 #include "formats/bmp/read.hpp"
27 #include "formats/bmp/scanline_read.hpp"
29 #include "detail/get_reader.hpp"
30 #include "detail/make_backend.hpp"
31 #include "detail/make_reader.hpp"
32 #include "detail/make_dynamic_image_reader.hpp"
33 #include "detail/make_scanline_reader.hpp"
35 #include "detail/read_image.hpp"
36 #include "detail/read_view.hpp"
37 #include "detail/read_image_info.hpp"
38 #include "detail/read_and_convert_image.hpp"
39 #include "detail/read_and_convert_view.hpp"
41 #include "detail/scanline_read_iterator.hpp"
43 #endif // BOOST_GIL_EXTENSION_IO_BMP_READ_HPP
|