Warning, file /include/boost/gil/extension/io/tiff/write.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008 #ifndef BOOST_GIL_EXTENSION_IO_TIFF_WRITE_HPP
0009 #define BOOST_GIL_EXTENSION_IO_TIFF_WRITE_HPP
0010
0011 #include <boost/gil/extension/io/tiff/tags.hpp>
0012 #include <boost/gil/extension/io/tiff/detail/supported_types.hpp>
0013 #include <boost/gil/extension/io/tiff/detail/write.hpp>
0014
0015 #include <boost/gil/io/make_dynamic_image_writer.hpp>
0016 #include <boost/gil/io/make_writer.hpp>
0017 #include <boost/gil/io/write_view.hpp>
0018
0019 #endif