搜索资源列表
从BMP文件中创建一个设备无关的位图(5KB)
- 从BMP文件中创建一个设备无关的位图(5KB)-from BMP file to create a device-independent bitmap (5KB)
BmpTest
- 内存DC创建BMP,并在BMP上添加文字显示示例-Memory DC to create BMP, and BMP to add text display example
bmp
- 在用vc做程序时候,经常需要把输出的文本和图形保存到位图文件,当然可以有现成的控件来实现,但总不能如自己所愿,还是自己动手写吧!如下图: 一、实现方法 要把文本和图形保存到位图文件,只要对掌握位图结构有一定的了解,一切都ok呢。先必须要创建内存设备环境,然后内存设备环境创建的DIB区域,别忘了还要创建个CBitmap对象,CBitmap对象必须和DIB区域关联起来,把CBitmap对象选择到当前设备环境,然后在当前设备环境输出文本和图形就可以了。 -Vc
fath_BarcodeX_NET_v2.0
- BarcodeX.NET is a .NET WinForms component and ASP.NET server control designed to create almost any type of industrial barcode in your applications and web sites. Features * 100 C# managed code * Available to .NET framework 2.0, 3.0 and
createbmp
- 可以通过输入灰度值来创建BMP图像,但 缺点是只能创建8位位图-Gray value can be input to create a BMP image, but the only disadvantage is the creation of 8-bit bitmap
bmp_red
- this source create a red bmp.
GrabBitmaps
- Improved DirectShow sample code - GrabBitmaps sample. This console app will open a long AVI file in the parent directory,create a filter graph with a sample grabber filter, read frames out of it every second for a few seconds, and write the frames
ij
- ImageJ是一個基於java的公共的圖像處理軟件,它是由National Institutes of Health開發的。可運行於Microsoft Windows,Mac OS,Mac OS X,Linux,和Sharp Zaurus PDA等多種平台。其基於java的特點, 使得它編寫的程序能以applet等方式分發。 ImageJ能夠顯示,編輯,分析,處理,保存,打印8位,16位,32位的圖片, 支持TIFF, PNG, GIF, JPEG, BMP, DICOM, FITS等
CREAT_FONT_BMPDlg
- 用BDF字库文件中读出数据,生成BMP图片-reading font info from bdf file and create bmp font file
Unit1
- 根据采集的数据源创建BMP位图,可以是8位的也可以是24位的-According to collected data sources to create BMP bitmap, which can be 8-bit 24-bit can also be
create-transparent-BMP-guide
- BMP位图透明格式的详解制作教程.doc-create transparent BMP guide
ConvBDF1
- Usage: convbdf [options] [input-files] convbdf [options] [-o output-file] [single-input-file] options: -c Convert .bdf to .c source file -h Convert .bdf to .h header file (to create sysfont.h) -f Convert .bdf to .fnt font file -b Convert
how-to-create-bmp-with-errors
- hello its nice and good
pylon-bmp
- Create BMP file through pylon AcquireSingleFrame
BMPTestSaveBmp
- 能够创建BMP JPG格式的图片,并显示其内容-To create BMP JPG format images, and display its contents
bmp-image-browsing-software
- vc++制作的一个查看bmp图片小软件。-vc++ create a bmp image to view a small software.
vb-menu-bmp
- vb创建位图菜单,vb利用api创建位图菜单-vb create a bitmap menu
vb-menu-bmp
- vb创建位图菜单,vb利用api创建位图菜单-vb create a bitmap menu
BMP-bitmap-class-created-
- BMP位图类的创建与MFC单文档视图类的显示,bmp文件大体上分成四个部分,位图文件头,位图信息头,调色板,实际的位图数据-Create a class with MFC BMP bitmap single document view class display, bmp files generally divided into four parts, bitmap file header, bitmap information header, color palette, the actual
CreatBmp
- 创建BMP文件的小程序,C++源码,非常实用学习-a simple C++ code to Create bmp file.