搜索资源列表
BenQ-SC-SDK
- 本开发包是为明基扫描仪专门提供的,可以让用户进行二次开发的开发包。该开发包是用VC++ 6.0开发的动态连接库(scan.dll)。接口简单,调用方便,让您可以在最短的时间内实现对明基扫描仪的功能定制。另外,本开发包还提供给用户明基自行开发的影像文件读写库(ImageRW.dll),提供了多种影像格式的支持,让您可以方便的将扫描得到的影像数据存成各种格式(支持的文件格式有BMP, PCX, JPG, TIF, TGA, PNG)的影像文件。本开发包内还附有开发例程,即使你一点都不了解扫描仪的驱动
万年历OCX控件ccalendarx
- 万年历的控件软件简介: 本代码通过对image类的序列化,实现读取jpg,gif,bmp格式的图像文件,并显示出来程序的执行需要GdiPlus.dll。 -hefty almanac of Control Software Descr iption : The code of the image sequence category, achieving read jpg, gif, bmp format of the image file, and demonstrate imple
带百分比的进度条xgauge
- 万年历的控件软件简介: 本代码通过对image类的序列化,实现读取jpg,gif,bmp格式的图像文件,并显示出来程序的执行需要GdiPlus.dll。 -hefty almanac of Control Software Descr iption : The code of the image sequence category, achieving read jpg, gif, bmp format of the image file, and demonstrate imple
2003062715485812383
- TIN.rar软件简介: 本代码通过对image类的序列化,实现读取jpg,gif,bmp格式的图像文件,并显示出来程序的执行需要GdiPlus.dll。 -TIN.rar Software Descr iption : The code of the image sequence category, achieving read jpg, gif, bmp format of the image file, and demonstrate implementation of the
200312031110395922
- 软件简介: 本代码通过对image类的序列化,实现读取jpg,gif,bmp格式的图像文件,并显示出来程序的执行需要GdiPlus.dll。 -Software Descr iption : The code of the image sequence category, achieving read jpg, gif, bmp format of the image file, and demonstrate implementation of the procedures req
TypesImageView
- CImageObject 这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中)-CImageObject the library can handle BMP, GIF, PCX, TGA
tuxiangwenjian
- ImageView.zip CImageObject 这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中) bitmap_ocx.zip 一个自适应大小的位图控件
relink
- MFC IIS防盗链 开发环境 vc++ 7.0(MFC) / windows 2003 sp1 / iis6.1 主要功能: 1 防盗链 2 限制文件下载线程数 3 限制文件下载速度 使用方法: 1 打开Internet 信息服务(IIS)管理器/本地计算机/网站/默认网站/属性/ISAPI筛选器/添加 2 名称随便 文件 选择你解压缩下来的relink.dll 3 重启IIS 4 打开ReLink.ini 具体参数: [settings
BMP文件转换为JPG文件的源代码
- BMP文件转换为JPG文件的源代码,调用了jpgdll.dll ,BMP file into a JPG file of source code, call the jpgdll.dll
ImageCtrl
- 图形控件,支持bmp\jpg,可以缩放和计算坐标-Graphic controls, support bmp \ jpg, scaling and calculation of the coordinates can be
JPGDll
- 该软件是一个动态库插件,能将一些数据通过参数传进接口,转化为图表,并生产jpg,bmp等图片,效果清晰,每一条记录还带有颜色,非常漂亮。这位工程生成报表,并打印提供了很好的方案。-The software library is a dynamic plug-in, to some data into the interface through the parameters of mass, into a chart, and the production of jpg, bmp and oth
20040607vcBMPJPGjpgdll.dll
- 用VC把BMP格式的文件转换成JPG格式的文件 完全可以运行-Using VC to BMP file format converted to JPG format in the documents can run
JpegBMP
- A DLL library of converting bmp and jpg each other,which includes .h and .lib file! You can easily use it!
PicView
- 自己学习MFC和OpenCV的练习,图像读取采用OpenCV实现,算法自写,主要功能 1. 支持bmp,jpg,png,tif,pgm等图像格式 2. 支持滚轮缩放 3. 支持鼠标移动图像 4. 支持全屏查看 5. 支持自动播放(幻灯式播放) 6. 支持水平、垂直翻转,90度旋转 7. 支持键盘操作 8. 绘制图像时基本无闪烁-Using OpenCV implementation, the main functions 1. Supports bmp, jpg,
cximageLite_V600
- CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage is open source and licensed under the zlib license. In a nutshell, this means that you can use the code however you wish, as long as you
BMPJPG
- 转换bmp到jpg 使用jpgdll.dll 功能强大 图像质量好-Convert bmp to jpg images using the powerful quality jpgdll.dll
VImageconvertB
- VB图片批量转换处理工具源程序代码,可以将BMP转为JPG/GIF,也可以实现这个反过程,转换时可以设定转换品质,自动遍历符合条件件的目录,显示转换进度条。这个程序实际上是IJL15.DLL动态库文件的一个应用示例,用IJL15.DLL你还可以编写很多实用的程序。 -VB Picture Batch convert the source code of the processing tools, can be converted to BMP JPG/GIF can also achieve
DirectX-Media-Player
- This a simple media player application suports all types that you computer can play it actually search for a render device. Well i can play all files i want (Even mpg and avi a small window pops up with the screen). It usses Quartz DLL that belon
ImageUtils
- PB可以调用的BMP转JPG的动态库 PB 函数声明 function Boolean Bmp2Jpgzzp(ref string bmp_name,ref string jpg_name) library 'ImageUtils.dll' alias for 'Bmp2Jpg' function Boolean Jpg2Bmpzzp(ref string bmp_name,ref string jpg_name) library 'ImageUtils.dll' alias for
BMP与JPG图象转换DLL
- BMP图象与JPG图象相互转换动态库,调整jpg类型大小,直接调用(BMP and JPG image conversion, adjust the size of jpg)