boost::gil::copy_and_convert_pixels

Synopsis

template<
    typename... Types1,
    typename... Types2>
void
copy_and_convert_pixels(
    any_image_view<Types1...> const& src,
    any_image_view<Types2...> const& dst);

Template Parameters

Name

Description

Types1

Model Boost.MP11‐compatible list of models of ImageViewConcept

Types2

Model Boost.MP11‐compatible list of models of MutableImageViewConcept

Parameters

Name

Description

src

Represents a run‐time specified image view. Models HasDynamicXStepTypeConcept, HasDynamicYStepTypeConcept, Note that this class does NOT model ImageViewConcept

dst

Represents a run‐time specified image view. Models HasDynamicXStepTypeConcept, HasDynamicYStepTypeConcept, Note that this class does NOT model ImageViewConcept

Created with MrDocs