boost::gil::transform_pixels

std::transform for image views

Synopsis

Declared in <boost/gil/algorithm.hpp>

template<
    typename View1,
    typename View2,
    typename F>
[[__always_inline__]]
F
transform_pixels(
    View1 const& src,
    View2 const& dst,
    F fun);

Created with MrDocs