搜索资源列表
GraphicEx87
- 说明:GraphicEx.pas文件使得TImage支持30多种图象格式,有TIFF images(*.tif *.tiff), SGI images(*.bw, *.rgb, *.rgba, *.sgi), ZSoft Paintbrush images(*.pcx, *.pcc), Kodak Photo-CD images(*.pcd), CompuServe images(*.gif), Photoshop images(*.psd, *.pdd), Paintshop Pro imag
GIFImage
- 這是一個可以給TIMAGE控件添加動畫功能的非顯示控件
基本画线实现算法
- 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (Col
ImageEx
- 增加D7的TImage,使之具有鼠标进出响应,从而让TImage在某些开发中替代,button-Add MouseEnter,MouseLeave Event For Delphi TImage
TImagePSaveBMP
- 实现CAD TO BMP ,DWG TO JPEG,CAD ON Timage 的示例代码-To achieve CAD TO BMP, DWG TO JPEG, CAD ON Timage sample code
imagesegmentation
- 研究了数字图像的读取和保存。在C++ Builder6.0环境下,利用TImage类,实现了Bmp和Jpeg两种常见图像格式文件的读取和保存。研究了数字图像的预处理方法和图像调节方法。主要包括数字图像的几何变换、亮度及对比度调节、色彩处理等。-Studied the number of read and save images. In C++ Builder6.0 environment, use of TImage class, the realization of the two commo
TImage-using-Picture
- 在TImage中用Picture打开图片后能用Canvas进行后续的操作系统说Image中包含的图片能修改)-Open the image in the TImage using Picture can not be used Canvas for follow-up after the operation (the system that contains the Image in the picture can not be changed)
file
- 1,pe.zip PE文件是windows(95/98/NT)目前采用的可执行文件格式。流行的CIH病毒就是通过改变PE文件的内容,并且保持文件大小不变,从而实现自己的功能。本程序通过分析PE文件格式,将可执行文件的文件定位表重新定位,指向用户编写的DLL,然后指令指针返回正常调用位置。在DLL中通过系统挂钩,实现了后台各种级别密码的截获功能。COOL! (110KB)<END> 2,mailchecker.zip 关于smptp,pop3,tray 等方面的编程(56K
TOpenGL
- opengl在c++builder的一个控件,与Timage控件相似,是opengl在c++builder中画图更加简单方便-Opengl in c++ builder of a control, and Timage controls similar, opengl is in c++ builder of drawing more easily
bmp-jpg@jpg-bmp
- bmp位图转换为jpg格式,jpg格式转换为bmp位图,支持Timage对象操作,标准的Delphi控件-bmp bitmap converted to jpg format, jpg format converted to bmp bitmap support Timage object manipulation, the standard Delphi controls
OpenCV2.42_Image
- BCB 2007 使用 OpenCV 2.24 部份功能的簡單範例,內含 lib、dll 及 include 檔,實做功能為開啟圖檔並顯示在 TImage 元件顯示-A simple example using OpenCV 2.24 BCB 2007 part feature, containing lib, dll and include files
TDrgdagImgdhagesgDelphi
- 控件继承自TImage类,主要实现了图片的加速度拖动和碰撞检测 第一次写控件,很多地方都不懂,请网友们多多指正。-ompatible MSIE 6.0 Windows NT 5.2 SV1 .NET CLR 1.1.4322 .NET CLR 2.0.50727 .NET CLR 3.0.4506.2152 .NET CLR 3.5.30729 .NET4.0C .NET4.0E)
ktpmats-formats-TImage
- GraphicEx 文件使得TImage支持30多种图象格式-GraphicEx file makes the TImage support more than 30 image formats
antialiasing123
- Simple Delphi example to demonstrate the problem to resize an image using a standard TImage control of Delphi. If we use this control and resize an image to half-size, we note that Aliasing appears in the result picture. In this example (3) shows