|
Functions |
template<typename V1, typename V2, typename CC> |
GIL_FORCEINLINE void | copy_and_convert_pixels (const V1 &src, const V2 &dst, CC cc) |
| Copies src view into dst view, color converting if necessary.
|
template<typename Types1, typename V2, typename CC> |
void | copy_and_convert_pixels (const any_image_view< Types1 > &src, const V2 &dst, CC cc) |
template<typename Types1, typename V2> |
void | copy_and_convert_pixels (const any_image_view< Types1 > &src, const V2 &dst) |
template<typename V1, typename Types2, typename CC> |
void | copy_and_convert_pixels (const V1 &src, const any_image_view< Types2 > &dst, CC cc) |
template<typename V1, typename Types2> |
void | copy_and_convert_pixels (const V1 &src, const any_image_view< Types2 > &dst) |
template<typename Types1, typename Types2, typename CC> |
void | copy_and_convert_pixels (const any_image_view< Types1 > &src, const any_image_view< Types2 > &dst, CC cc) |
template<typename Types1, typename Types2> |
void | copy_and_convert_pixels (const any_image_view< Types1 > &src, const any_image_view< Types2 > &dst) |