|
Generic Image Library: copy_and_convert_pixelsBoost , ,
Detailed Description
copies src view into dst view, color converting if necessary.
copy_and_convert_pixels
Versions taking static and runtime views are provided. Versions taking user-defined color convered are provided.
|
Functions |
|
template<typename V1, typename V2, typename CC> |
| GIL_FORCEINLINE void | copy_and_convert_pixels (const V1 &src, const V2 &dst, CC cc) |
|
template<typename View1, typename View2> |
| GIL_FORCEINLINE void | copy_and_convert_pixels (const View1 &src, const View2 &dst) |
|
template<typename Types1, typename View2, typename CC> |
| void | copy_and_convert_pixels (const any_image_view< Types1 > &src, const View2 &dst, CC cc) |
|
template<typename Types1, typename View2> |
| void | copy_and_convert_pixels (const any_image_view< Types1 > &src, const View2 &dst) |
|
template<typename View1, typename Types2, typename CC> |
| void | copy_and_convert_pixels (const View1 &src, const any_image_view< Types2 > &dst, CC cc) |
|
template<typename View1, typename Types2> |
| void | copy_and_convert_pixels (const View1 &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) |
Generated on Sat May 2 13:50:16 2009 for Generic Image Library by
1.5.6
Статья Generic Image Library: copy_and_convert_pixels раздела может быть полезна для разработчиков на c++ и boost.
:: Главная :: ::
|
|
|
|
|