copy_and_convert_pixels More...
Functions | |
template<typename V1 , typename V2 , typename CC > | |
void | boost::gil::copy_and_convert_pixels (const V1 &src, const V2 &dst, CC cc) |
template<typename View1 , typename View2 > | |
void | boost::gil::copy_and_convert_pixels (const View1 &src, const View2 &dst) |
template<typename Types1 , typename View2 , typename CC > | |
void | boost::gil::copy_and_convert_pixels (const any_image_view< Types1 > &src, const View2 &dst, CC cc) |
template<typename Types1 , typename View2 > | |
void | boost::gil::copy_and_convert_pixels (const any_image_view< Types1 > &src, const View2 &dst) |
template<typename View1 , typename Types2 , typename CC > | |
void | boost::gil::copy_and_convert_pixels (const View1 &src, const any_image_view< Types2 > &dst, CC cc) |
template<typename View1 , typename Types2 > | |
void | boost::gil::copy_and_convert_pixels (const View1 &src, const any_image_view< Types2 > &dst) |
template<typename Types1 , typename Types2 , typename CC > | |
void | boost::gil::copy_and_convert_pixels (const any_image_view< Types1 > &src, const any_image_view< Types2 > &dst, CC cc) |
template<typename Types1 , typename Types2 > | |
void | boost::gil::copy_and_convert_pixels (const any_image_view< Types1 > &src, const any_image_view< Types2 > &dst) |
copy_and_convert_pixels
copies src view into dst view, color converting if necessary.
Versions taking static and runtime views are provided. Versions taking user-defined color convered are provided.
void boost::gil::copy_and_convert_pixels | ( | const any_image_view< Types1 > & | src, |
const View2 & | dst, | ||
CC | cc | ||
) |
void boost::gil::copy_and_convert_pixels | ( | const any_image_view< Types1 > & | src, |
const View2 & | dst | ||
) |
void boost::gil::copy_and_convert_pixels | ( | const View1 & | src, |
const any_image_view< Types2 > & | dst, | ||
CC | cc | ||
) |
void boost::gil::copy_and_convert_pixels | ( | const View1 & | src, |
const any_image_view< Types2 > & | dst | ||
) |
void boost::gil::copy_and_convert_pixels | ( | const any_image_view< Types1 > & | src, |
const any_image_view< Types2 > & | dst, | ||
CC | cc | ||
) |
#include <boost_1_57_0/boost/gil/extension/dynamic_image/algorithm.hpp>
References boost::gil::apply_operation().
void boost::gil::copy_and_convert_pixels | ( | const any_image_view< Types1 > & | src, |
const any_image_view< Types2 > & | dst | ||
) |
#include <boost_1_57_0/boost/gil/extension/dynamic_image/algorithm.hpp>
References boost::gil::apply_operation().
|
inline |
#include <boost_1_57_0/boost/gil/algorithm.hpp>
Referenced by boost::gil::detail::tiff_reader_color_convert< CC >::apply().
|
inline |
#include <boost_1_57_0/boost/gil/algorithm.hpp>