文件名称:TransposeDIB
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- mfm***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
/*************************************************************************
* 函数名称:
* TransposeDIB()
* 参数:
* LPSTR lpDIB - 指向源DIB的指针
* 返回值:
* BOOL - 转置成功返回TRUE,否则返回FALSE。
* 说明:
* 该函数用来转置DIB图像,即图像x、y坐标互换。函数将不会改变图像的大小,
* 但是图像的高宽将互换。
************************************************************************/-/************************************************************************** Function Name:* TransposeDIB ()* parameters:* LPSTR lpDIB- point to the source DIB pointer* return value:* BOOL- transpose the successful return TRUE, otherwise returns FALSE.* Note:* This function is used to transpose DIB image, that image x, y coordinate exchange. Function will not change the size of the image,* but the image width will be interchangeable.************************************************************************/
* 函数名称:
* TransposeDIB()
* 参数:
* LPSTR lpDIB - 指向源DIB的指针
* 返回值:
* BOOL - 转置成功返回TRUE,否则返回FALSE。
* 说明:
* 该函数用来转置DIB图像,即图像x、y坐标互换。函数将不会改变图像的大小,
* 但是图像的高宽将互换。
************************************************************************/-/************************************************************************** Function Name:* TransposeDIB ()* parameters:* LPSTR lpDIB- point to the source DIB pointer* return value:* BOOL- transpose the successful return TRUE, otherwise returns FALSE.* Note:* This function is used to transpose DIB image, that image x, y coordinate exchange. Function will not change the size of the image,* but the image width will be interchangeable.************************************************************************/
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TransposeDIB.cpp