搜索资源列表
bmp位图处理类源码
- 位图类的源代码,原始的位图操作,显示等-bitmap type of source code, the original bitmap operation, display
BMP位图文件结构及平滑缩放
- 用普通方法显示BMP位图,占内存大,速度慢,在图形缩小时,失真严重,在低颜色位数的设备上显示高颜色位数的图形图形时失真大。本 文采用视频函数显示BMP位图,可以消除以上的缺点。 -using ordinary methods bitmap display BMP, or memory, is slower, the graphics narrow, serious distortion in the low median colors displayed on the device
java对bmp格式图象的处理
- 由于java对数字图象支持还远远不够,所以很难找到类和方法对图象进行好的处理,特别是bmp位图,我想我这是您的一个选择!-because of the digital image support is far from enough, it is difficult to find categories and methods of image processing good, especially bmp bitmap, I think this is the one you choose!
BMP位图文件程序
- 手把手教你了解BMP图形文件结构,C语言文件读写函数应用,一般数据处理方法,如果看不懂,说明我写的还不够具体,以后继续改进.-Maxivista you know BMP graphics structure of the document, document literacy C language function applications, generally data processing methods, if they did not understand that I was als
位图BMP格式图像文件处理类源码VC版
- 该类集成了常用的BMP位图文件的一些经常用到的比如文件读写等操作-such integrated common bitmap BMP documents some of the frequently used documents such as literacy, etc
BMP位图处理类
- 一个BMP位图处理类-a BMP Bitmap class
在VC中自建操作BMP位图文件的类
- 在VC中自建操作BMP位图文件的类-in VC relying operation from Bitmap File Class
BMP-process
- bmp位图图像处理的vc++源码,不错,有需要的来看一下,-bmp Bitmap image processing vc + + source code, yes, there is a need to look at the, Oh
BMP位图处理类源码
- BMP位图处理的源代码,非常好用-bitmap BMP handling the source code, very handy
bmp位图文件的读取与保存
- bmp位图文件的读取与保存- dib files of bmp read and save
bmp位图文件结构剖析
- 讲解了bmp文件的内部组成结构,内容非常详细,讲的也非常清楚;对想进行图形图像编程开发的用户极力推荐看一看。
BMP位图文件的存储格式
- BMP位图文件的存储格式
位图操作
- bmp位图按位读取、倒立读取、旋转操作
BrowseDWGtoBMP 从AutoCAD图形DWG格式的文件中直接读出位图信息生成BMP位图并显示
- 本示例使用VB.NET,从AutoCAD图形DWG格式的文件中直接读出位图信息生成BMP位图并显示在PictureBox控件中,同时使用DDVue对该DWG图形进行预览并比较效果。-This example uses VB.NET, from AutoCAD drawing files in DWG format directly read bitmap BMP bitmap information generated and displayed in a PictureBox control,
bmp-framebuffer.rar
- linux下的BMP位图显示程序,经测试好用,但请大家注意,不同的文件格式需要转换!,BMP under linux bitmap display program, tested good, but please note that the need for a different file format conversion!
BMP
- bmp基本处理的程序,包括了bmp位图的常用处理程序-bmp basic handling procedures, including the commonly used bmp bitmap processing
bmp
- 可以对bmp位图执行二值化,中值滤波,补偿遗漏点,细化处理。-Bmp bitmap can implement binarization, median filtering, compensation omitted point, refinement to deal with.
BMP-bitmap-operation
- BMP位图包括位图文件头结构BITMAPFILEHEADER、位图信息头结构BITMAPINFOHEADER、位图颜色表RGBQUAD和位图像素数据四部分。处理位图时要根据文件的这些结构得到位图文件大小、位图的宽、高、实现调色板、得到位图像素值等等。这里要注意的一点是在BMP位图中,位图的每行像素值要填充到一个四字节边界,即位图每行所占的存储长度为四字节的倍数,不足时将多余位用0填充-BMP bitmap file bitmap header structure, including BITMA
LSB隐藏
- 实现bmp灰度图像的LSB隐藏,能够将指定的信息嵌入bmp位图的最低位,从而达到数字隐写的目的。另外可以通过相反的过程来读取bmp位图的每一像素的最低位,将信息提取还原出来(BMP gray image LSB hidden, can specify the information embedded in the BMP bitmap of the lowest bit, so as to achieve the purpose of digital steganography. In addi
bmp位图解析例程
- bmp位图解析的例程,已经验证,十分好用