搜索资源列表
ZHG_bmp_demo
- 1.本程序包是ZHG本人用C/C++所做,可供他人学习、研究参考。传播时请务必保持整个程序包的完整,并注明作者信息、出处等,以尊重作者知识产权。 2.运行相应程序后,输入相应的16色256色或24位真彩色bmp图片名称,即可查看该图片。 3.图片名应完整,如应当输入tupian.bmp。 ----Author: zhg 2006.12 E-mail: wudazhg@163.com-1. This package is ZHG I use C / C made avai
EasyBMPtoAVI_0.54_console-source
- EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi movie file from a series of windows bitmap (BMP) images. Some features: 1) Support for reading all bit-depths supported by EasyBMP. At the present time,
24to16
- 本代码实现了24位BMP图片转565格式16位数组C文件,用法: 24to16 filename.bmp 生成:16filename.bmp 生成的16filename.bmp只能用附件中的“画图”打开!-BMP file of 24bits to bmp file of 16bits.
BMPTest
- 使用C++实现的BMP图片解码程序,实现对8位,16位,24位,32位的解码,并通过SetPixel显示。-The C++ program is to decode picture with BMP file format,it can decode bmp with 8bmp,16bmp,24bmp and 32bmp.