搜索资源列表
Convert2.1
- 一转BMP为数据的单EXE软件,网上找不到的(IC 供应商内部的)方便LCD同行使用,可以转Gray & RGB.-BMP switch to a single data EXE software. not online (IC vendors internal) to facilitate the use of peer-LCD can switch Gray
16Pic
- 将BMP文件数据转换成可以显示的内存buf
CatchScreen
- 抓取屏幕程序,读取内存,抓取整个屏幕的数据,并可存为BMP文件。-Screen Capture
Virtual_Oscillograph_based_on_labview
- 声卡采集示波器,不仅可以调波形,还可以将波形以bmp格式保存,文件读取回放,复位,暂停时调节波形,动态显示测量数据及相应的信号处理数据,具有各种滤波处理。里面附带了流程图和详细的技术文档资料,设计论文。-Design and Realization of Virtual Oscillograph based on LABVIEW
05
- 一个基于MFC的简单的屏幕截图工具,其中实现了热键截取-DWORD size=bitmap.bmWidthBytes*bitmap.bmHeight //图片数据大小 LPSTR lpData=(LPSTR)GlobalAlloc(GPTR,size) int panelsize = 0 //记录调色板大小 if(bitmap.bmBitsPixel<16) //判断是否为真彩色位图 panelsize =(int)pow(2
BMPConvert
- 本程序实现对BMP图像数据的获取以及RGB转为YCbCr空间的转换,并实习白点的检测功能-This procedure to achieve BMP image data acquisition and conversion of RGB to YCbCr space and internship white point detection
BMP2TXT-code
- 将BMP文件内容转换为TXT中数据,可用于BMP数据分析和硬件编程。资源中包含源代码。-Convert BMP file to TXT format with 16bits datum.