visconvertcbittocbit.h

来自「microsoft vision source code」· C头文件 代码 · 共 21 行

H
21
字号
////////////////////////////////////////////////////////////////////////////
//
// @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 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?