Boost GIL


raw_read.hpp
Go to the documentation of this file.
1 /*
2  Copyright 2013 Christian Henning
3  Use, modification and distribution are subject to the Boost Software License,
4  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5  http://www.boost.org/LICENSE_1_0.txt).
6 */
7 
8 /*************************************************************************************************/
9 
10 #ifndef BOOST_GIL_EXTENSION_IO_RAW_READ_HPP
11 #define BOOST_GIL_EXTENSION_IO_RAW_READ_HPP
12 
21 
22 #include "raw_tags.hpp"
23 #include "formats/raw/supported_types.hpp"
24 #include "formats/raw/read.hpp"
25 
26 #include "detail/get_reader.hpp"
27 #include "detail/make_backend.hpp"
28 #include "detail/make_reader.hpp"
29 #include "detail/make_dynamic_image_reader.hpp"
30 #include "detail/make_scanline_reader.hpp"
31 
32 #include "detail/read_image_info.hpp"
33 #include "detail/read_view.hpp"
34 #include "detail/read_image.hpp"
35 #include "detail/read_and_convert_image.hpp"
36 #include "detail/read_and_convert_view.hpp"
37 
38 #include "detail/scanline_read_iterator.hpp"
39 
40 #endif // BOOST_GIL_EXTENSION_IO_RAW_READ_HPP
All supported raw tags by the gil io extension.