Boost GIL


pnm.hpp
Go to the documentation of this file.
1 /*
2  Copyright 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_PNM_HPP
11 #define BOOST_GIL_EXTENSION_IO_PNM_HPP
12 
21 
22 #include <boost/gil/extension/io/pnm/read.hpp>
23 #include <boost/gil/extension/io/pnm/write.hpp>
24 
25 #endif