boost::gil::any_color_converted_view
overload of generic color_converted_view with the default color‐converter These are workarounds for GCC 3.4, which thinks color_converted_view is ambiguous with the same method for templated views (in gil/image_view_factory.hpp)
Synopsis
Declared in <boost/gil/extension/dynamic_image/image_view_factory.hpp>
template<
typename DstP,
typename... Views>
[[deprecated("Use color_converted_view(any_image_view<Views...> const& src) instead.")]]
color_converted_view_type<any_image_view<Views...>, DstP>::type
any_color_converted_view(any_image_view<Views...> const& src);
|
Deprecated: Use color_converted_view(any_image_view<Views...> const& src) instead.. Use of this entity is allowed but discouraged. |
Template Parameters
Name |
Description |
Views |
Models Boost.MP11‐compatible list of models of ImageViewConcept |
Parameters
Name |
Description |
src |
Represents a run‐time specified image view. Models HasDynamicXStepTypeConcept, HasDynamicYStepTypeConcept, Note that this class does NOT model ImageViewConcept |
Created with MrDocs