VisConvertCbitToCbit.h
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:2k
开发平台:

Visual C++

  1. ////////////////////////////////////////////////////////////////////////////
  2. //
  3. // @doc INTERNAL EXTERNAL VISCONVERTCBITTOCBIT
  4. //
  5. // @module VisConvertCbitToCbit.h |
  6. //
  7. // This file defines functions that copy an array of pixels having one
  8. // structure (Gray, YUV-YUVA, or RGB-RGBA) to an array of pixels having
  9. // a similar structure.  While the structure of the pixels in the two
  10. // arrays much be similar, the pixel sizes may be different, and the
  11. // image being coppied can be vertically reflected as it is copied.
  12. // (When converting pixels of different sizes, alpha channels are not
  13. // considered to be important.)
  14. //
  15. // Inline versions of these functions are defined for use in code
  16. // that does not use the VisImSrc DLL.  Functions are also exported
  17. // from the VisImSrc DLL for code that does use the VisImSrc DLL.
  18. //
  19. // <nl>
  20. //
  21. // Copyright