VisConvertCbitToCbit.h
资源名称:VisSDK.rar [点击查看]
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:2k
源码类别:
人物传记/成功经验
开发平台:
Visual C++
- ////////////////////////////////////////////////////////////////////////////
- //
- // @doc INTERNAL EXTERNAL VISCONVERTCBITTOCBIT
- //
- // @module VisConvertCbitToCbit.h |
- //
- // This file defines functions that copy an array of pixels having one
- // structure (Gray, YUV-YUVA, or RGB-RGBA) to an array of pixels having
- // a similar structure. While the structure of the pixels in the two
- // arrays much be similar, the pixel sizes may be different, and the
- // image being coppied can be vertically reflected as it is copied.
- // (When converting pixels of different sizes, alpha channels are not
- // considered to be important.)
- //
- // Inline versions of these functions are defined for use in code
- // that does not use the VisImSrc DLL. Functions are also exported
- // from the VisImSrc DLL for code that does use the VisImSrc DLL.
- //
- // <nl>
- //
- // Copyright