boost::gil::image::image
Synopsis
Declared in <boost/gil/image.hpp>
template<typename Loc>
requires pixels_are_compatible<typename Loc::value_type, Pixel>::value
image(
image_view<Loc> const& view,
std::size_t alignment = 0,
Alloc const alloc_in = Alloc());
Created with MrDocs