搜索资源列表
DrawBmp
- Bmp图象显示的子函数,显示16色的,图形驱动未初始化阿
DrawBmp
- 一个用VC++编的很基本的源代码,新手可以看看,非常简单
DrawBmp
- Bmp图象显示的子函数,显示16色的,图形驱动未初始化阿-Bmp images displayed Functions, 16-color display, the graphics driver uninitialized Ah
DrawBmp
- 一个用VC++编的很基本的源代码,新手可以看看,非常简单-A used VC++ Series of very basic source code, and newcomers can look at, very simple
drawBMP
- 在Dialog中做图,画出各种曲线,稍做修改,还可以增加存为BMP图片的功能-Dialog to do in the map, draw a variety of curves, with some small modifications, can also be saved as a BMP image to increase the function of
DrawBMp
- 实现了BMP文件的打开,反色,伪彩,以及直方图绘制-BMP files to achieve the open, anti-color, pseudo color, and draw the histogram
DrawBMP
- 利用MFC的DIALOG功能实现对位图的导入并显示在窗口-The DIALOG using MFC functions to implement bitmap import and display in the window
CBMPImage
- 测试环境: Visual Studio 2010 MFC 备 注:如果不是上述环境,请将DrawBMP函数重写;而且由于各个版本问题,添加必要的头文件~ 贴一个挫挫的类,献给正在学BMP文件格式的同学 使用范围:24位BMP位图(无调色板); 如何增加使用范围:改写GetPixel函数,与SetPixelRGB函数; 如何增加调色板: 改写Load函数,其中添加对调色板的读取。