toolbox.hpp 1.1 KB

123456789101112131415161718192021222324252627282930
  1. /*
  2. Copyright 2012 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. #ifndef BOOST_GIL_EXTENSION_TOOLBOX_TOOLBOX_HPP
  9. #define BOOST_GIL_EXTENSION_TOOLBOX_TOOLBOX_HPP
  10. ////////////////////////////////////////////////////////////////////////////////////////
  11. /// \file toolbox.hpp
  12. /// \brief Main header for toolbox extension.
  13. /// \author Christian Henning \n
  14. ///
  15. /// \date 2012 \n
  16. ///
  17. ////////////////////////////////////////////////////////////////////////////////////////
  18. #include <boost/gil/extension/toolbox/color_converters.hpp>
  19. #include <boost/gil/extension/toolbox/color_spaces.hpp>
  20. #include <boost/gil/extension/toolbox/image_types.hpp>
  21. #include <boost/gil/extension/toolbox/metafunctions.hpp>
  22. #include <boost/gil/extension/toolbox/dynamic_images.hpp>
  23. #endif // BOOST_GIL_EXTENSION_TOOLBOX_TOOLBOX_HPP