C++ Boost


tiff_read.hpp
Go to the documentation of this file.
1 /*
2  Copyright 2007-2008 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_TIFF_READ_HPP
11 #define BOOST_GIL_EXTENSION_IO_TIFF_READ_HPP
12 
13 #define BOOST_GIL_EXTENSION_IO_TIFF_READ_ENABLED
14 
23 
24 #include "tiff_tags.hpp"
25 #include "formats/tiff/supported_types.hpp"
26 #include "formats/tiff/read.hpp"
27 #include "formats/tiff/scanline_read.hpp"
28 
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"
34 
35 #include "detail/read_view.hpp"
36 #include "detail/read_image.hpp"
37 #include "detail/read_image_info.hpp"
38 #include "detail/read_and_convert_image.hpp"
39 #include "detail/read_and_convert_view.hpp"
40 
41 #include "detail/scanline_read_iterator.hpp"
42 
43 #endif // BOOST_GIL_EXTENSION_IO_TIFF_READ_HPP
All supported tiff tags by the gil io extension.