/usr/include/boost/gil/extension/toolbox
NameSizeModeActions
color_converters/-0755rm
color_spaces/-0755rm
image_types/-0755rm
metafunctions/-0755rm
color_converters.hpp4710644editdlrm
color_spaces.hpp6820644editdlrm
dynamic_images.hpp7120644editdlrm
image_types.hpp4080644editdlrm
metafunctions.hpp8810644editdlrm
toolbox.hpp5890644editdlrm
Edit: /usr/include/boost/gil/extension/toolbox/dynamic_images.hpp (712B)
// // Copyright 2005-2007 Adobe Systems Incorporated // // Distributed under the Boost Software License, Version 1.0 // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt // #ifndef BOOST_GIL_EXTENSION_TOOLBOX_DYNAMIC_IMAGES_HPP #define BOOST_GIL_EXTENSION_TOOLBOX_DYNAMIC_IMAGES_HPP #include namespace boost { namespace gil { // need this for various meta functions. struct any_image_pixel_t {}; struct any_image_channel_t {}; struct any_image_color_space_t {}; template<> struct color_space_type< any_image_pixel_t > { using type = any_image_color_space_t; }; }} // namespace boost::gil #endif