搜索资源列表
DSPbmp
- 用turbo c 编写的bmp文件显示程序-used to prepare the documents show bmp procedures
GIF_code
- 这是一个关于GIF图片文件格式的C语言解码程序-This is a GIF image files on the C language format decoding procedures
ImageCompress
- 行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.pcx;c:\\test.jpg必须存在 -itinerary coding, JPEG compression coding (basic system) command line compiler process followin
ilib
- ILib是一个符合GPL协议的自由软件,提供完整的源代码。该库支持读写X11 BDF字体、PPM、PGM、XPM、BMP、JPEG、GIF、PNG等图像文件,而且还有一些很实用的绘图函数,很有参考价值!工具:通用C 。-ILib GPL is an agreement with the free software, provides a complete source code. Reading and writing support for the X11 BDF font, PPM, PGM
bmp.c
- tc可以直接调用的c语言图片显示程序,将16色BMP文件显示在你的界面上!-tc can directly call the c language picture display program, 16-color BMP file shows you the interface!
display_bmp
- 该程序实现了在Visual c++的环境下对bmp图像文件的显示-the program in Visual c environment right bmp image files show
imageConvert
- 一个用C#写一个图片转换程序,可以转为GIF,JPG,PIF文件。-a C# to write a picture switching procedures can be converted to GIF, JPG, PIF documents.
showbitmap
- 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp(\"PATH//Filename.bmp\") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile(\"PATH//Filename.bmp\") 从资源装入 BOOL bmp.LoadFromResource(UINT n
mtkgif-c
- 基于MTK平台GIF图像解码代码,包含LZW压缩算法和GIF的文件解码!
BMP文件操作
- 纯C的BMP文件操作程序,包含bmp文件的读取,和内存数据写入文件。本人亲自编写,是我机器视觉项目的一个接口程序,特地分享。
读取图形文件
- C语言环境代码下读写BMP文件代码。
ImageStone
- ImageStone圖像處理文件庫,使用GZIP源始檔授權,支持大部分常見的圖片格式,只是處理PNG文件時有些問題。-ImageStone image processing document library, use the GZIP file源始authorization, support most common image format, PNG files only deal with some problems.
GIFFormatPictureDisplay
- 源代码完成了对格式为GIF的图像文件的显示,在打开图像文件前需要将该图像命名为(111.GIF)。-Completed the source code for the GIF format image files are displayed in the open before the required image file name of the image (111.GIF).
jpeg_struct
- 一个文件,完全用C写的,没有任何的C++和动态链接库,实现读取jpeg文件,解压为bmp文件。-a c code decompress jpeg file to bmp.
dat_to_bmp
- 将CCS保存的.dat文件(16位的图像数据),转化为.BMP格式的图片 -CCS saved. Dat files (16-bit image data), converted to BMP format images
240320-TFT-ILI9325-driven
- 240320触摸屏液晶ILI9325驱动程序 C51核的单片机即可驱动。文件为.C文件,TXT文本,KEIL IAR AD都能打开-240320 touch screen LCD ILI9325 driver the C51 core single-chip can be driven. The file C files, TXT text, KEIL IAR AD can be opened
c
- 基于VC++的bmp位图读写程序,可以对位图文件进行读写,并简单处理-Bmp bitmap based VC++ of literacy programs, can read and write a bitmap file, and simple treatment
24to16
- 本代码实现了24位BMP图片转565格式16位数组C文件,用法: 24to16 filename.bmp 生成:16filename.bmp 生成的16filename.bmp只能用附件中的“画图”打开!-BMP file of 24bits to bmp file of 16bits.
Dicom viewer
- C# winform 医学影像信息Dicom图片文件查看器(C# WinForm medical image information Dicom picture file viewer)
halcon联合c#采集图像,并处理
- 第一个按钮从文件夹之中选一张图片,第二个按钮给选择的图片进行blob分析。