write.hpp 607 B

12345678910111213141516171819
  1. //
  2. // Copyright 2010 Kenneth Riddile
  3. //
  4. // Distributed under the Boost Software License, Version 1.0
  5. // See accompanying file LICENSE_1_0.txt or copy at
  6. // http://www.boost.org/LICENSE_1_0.txt
  7. //
  8. #ifndef BOOST_GIL_EXTENSION_IO_TARGA_WRITE_HPP
  9. #define BOOST_GIL_EXTENSION_IO_TARGA_WRITE_HPP
  10. #include <boost/gil/extension/io/targa/tags.hpp>
  11. #include <boost/gil/extension/io/targa/detail/supported_types.hpp>
  12. #include <boost/gil/extension/io/targa/detail//write.hpp>
  13. #include <boost/gil/io/make_dynamic_image_writer.hpp>
  14. #include <boost/gil/io/make_writer.hpp>
  15. #include <boost/gil/io/write_view.hpp>
  16. #endif