Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
copy_and_convert_pixelscopies src view into dst view, color converting if necessary
More... |
Functions | |
template<typename TYPES1, typename TYPES2> | |
void | copy_and_convert_pixels (const any_image_view< TYPES1 > &src, const any_image_view< TYPES2 > &dst) |
template<typename V1, typename TYPES2> | |
void | copy_and_convert_pixels (const V1 &src, const any_image_view< TYPES2 > &dst) |
template<typename TYPES1, typename V2> | |
void | copy_and_convert_pixels (const any_image_view< TYPES1 > &src, const V2 &dst) |
template<typename V1, typename V2> | |
GIL_FORCEINLINE void | copy_and_convert_pixels (const V1 &src, const V2 &dst) |
|
Copies src view into dst view, color converting if necessary.
Definition at line 310 of file gil/core/algorithm.hpp. |