Boost GIL


jpeg_write.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_JPEG_WRITE_HPP
11 #define BOOST_GIL_EXTENSION_IO_JPEG_WRITE_HPP
12 
21 
22 #include "jpeg_tags.hpp"
23 #include "formats/jpeg/supported_types.hpp"
24 #include "formats/jpeg/write.hpp"
25 
26 #include "detail/make_writer.hpp"
27 #include "detail/make_dynamic_image_writer.hpp"
28 
29 #include "detail/write_view.hpp"
30 
31 #endif // BOOST_GIL_EXTENSION_IO_JPEG_WRITE_HPP
All supported jpeg tags by the gil io extension.