搜索资源列表
C++Builder图像处理编程
- BMP图象在C++Builder环境下的实现,是个用于学习的不错的源码.-BMP images in the C Builder environment of achieving, is good for learning the source.
BmpVsJpg
- C++builder写的一个BMP与JPEG批量转换代码-C builder wrote a batch of BMP and JPEG code conversion
BCBBmpToIco
- 自己用C++Builder写的一个BMP(正方形<128)转换为ICO的代码-own C Builder write a BMP (square lt; 128) converted to the code ICO
HowtogetbmpImageforC++Builder
- C++ Builder环境下读取bmp图像,这种源码很少见,很有用哦-C Builder environment reading bmp image, which rarely see the source code, useful oh
imagesconvert
- C++builder下使用的png,gif,jpg,bmp图片的相互转换.-C builder use of the png, gif, jpg, bmp image conversion.
bcb-sjk
- 《C++Builder数据库开发实用教程》光盘使用说明: 一、本光盘包括如下文件: (1)Forms.rar,这是本书要做的工程的可重用窗体文件。 (2)Band4.rar,这是本书所做的窗体应用程序的全部代码。 (3)cert.rar,这是测试证书制作包。 (4)Addition.rar,这是控制扫描设备的DLL文件。 (5)Exam.rar,这是移植后的Active Form工程。 (6)ExamSite.rar,这是部署后的工程。 (7)SampleBMPs
AviToBmp
- c++ builder编程,将AVI转换为分离的BMP文件.
BMP处理Windows编程中图像
- BMP处理Windows编程中图像处理相对比较复杂,好在C++ Builder提供了一些图形类,它们通过 ... 选择要处理的图像文件
atviewer
- ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement \"View file\" feature in your Delphi/C++Builder application. The following view
二阶微分图像增强
- 通过二阶微分算子对BMP图像进行微分,然后加上原图,实现图像增强的效果。采取C++ Builder 编程
BmpToAvi.rar
- 将几张bmp图片编码为avi视频文件,生成avi的类代码在writeavi.cpp文件中,Bmp picture to a few avi video files encoded to generate the class code avi files writeavi.cpp
GreatGraphicsView
- 自己编制的大型图形浏览程序源码,可以任意拖动,设置透明或不透明显示方式(BMP格式),任意角度旋转,放大或缩小,主要用于课堂教学中对大型图形的展示。-Their own large-scale preparation of graphical source browser, drag can be set up transparent or opaque display (BMP format), arbitrary angle rotation, zoom in or out, mainly
ATViewer2.7
- 支持版本:Delphi 5-2009, C++Builder 5-2009 ATViewer特性: Text, Binary, Hex, Unicode:所有文件,无大小限制 RTF, UTF-8: Image:支持格式,BMP, JPG, ICO, GIF, PNG, WMF, TGA等 Multimedia:可以被Windows Media Player支持的格式,AVI, MPEG, WMV, MP3 Internet:可以被MS Internet Explorer
bmp-font-bit
- 这是用C++ Builder写的两个位图转换成C51格式的提取程序源代码.仅供参考学习,请勿用于商业目的。谢谢 (1)EX1生成4096色16bit(双8bit)RGB数据 (2)EX2用于字库提取,采用横向扫描,可以在画图程序里输入汉字保存图片后转换, 但我推荐使用C51bbs上龙版的字模3输入汉字,然后保存图片或copy到画图程序,可以 很方便的制作各种菜单图片 如有什么问题可以Email跟我联系 95908@163.com 16:54 2004
bmp-picture-maker
- 位图图片制作好工具,可以制作多种类型的图片,24 BIT,16BIT,8BIT等待-Produced a good tool for bitmap images, you can produce various kinds of images, 24 BIT, 16BIT, 8BIT wait
WaterMarkEmbedChkTest
- 现在大家提供的源码都是针对BMP图片的防篡改例程,本源码主要是针对JPG图片的嵌入水印和提取水印判断,希望对大家有帮助!-Now we provide the source code is tamper-resistant against BMP images routines, this source is mainly directed against JPG images embedded watermark and the extracted watermark judgments we
gaoqinkaokoucode
- 高清卡口监控报警系统基于Microsoft的DirectShow技术,运行于Windows 2000或以上平台。本系统支持目前市面上的大多数WDM驱动程序的视频捕捉卡、1394及USB连接的DV设备等,支持一机多卡;支持内存中位图的识别;支持BMP、JPG等图片格式文件的识别及存储;支持AVI、MPG、WMV等录像文件格式的回放及识别;支持MPEG4高压缩比的AVI格式的录像片断保存。-HD mount monitor alarm system is based on Microsoft s D
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
bmp2txt
- C++Builder源码,将BMP图形转换成文本字符,并可以保存为文本文件。参照网上资料,自行调试通过。-C++ Builder source code, to BMP graphics into text characters, and can be saved as a text file. Refer to online information through their own debugging.
Jpg-to-Bmp(OK)
- bmp文件与jpg文件相互转化,基于C++ Builder 6.0开发,并调试通过。-Convert bmp file to jpg file,and Test Pass。