1234567891011121314151617 |
- #ifndef BOOST_GIL_EXTENSION_TOOLBOX_TOOLBOX_HPP
- #define BOOST_GIL_EXTENSION_TOOLBOX_TOOLBOX_HPP
- #include <boost/gil/extension/toolbox/color_converters.hpp>
- #include <boost/gil/extension/toolbox/color_spaces.hpp>
- #include <boost/gil/extension/toolbox/dynamic_images.hpp>
- #include <boost/gil/extension/toolbox/image_types.hpp>
- #include <boost/gil/extension/toolbox/metafunctions.hpp>
- #endif
|