搜索资源列表
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
Gif Image图片处理
- DELPHI对GifImage的图片处理,非常不错哦!
GifImage
- 在Delphi中加载gif图片,使按扭更加漂亮,-At Delphi load gif image, so that more pretty buttons, huh, huh
eDocEngine_r_p251
- eDocEngine VCL v2.5.2 - eDocEngine VCL is a comprehensive e-document creation component suite for Delphi™ and C++Builder® . eDocEngine can create documents in clipboard, PDF, RTF, HTML, XHTML, EXCEL, TEXT, CSV, Quattro Pro, LOTUS 1-2-3, DIF,
Image_source
- junit and gif image -junit and gif image ////////
delphi-jpgtogif
- 这个是也花费了我好多时间,这是截图之后发现图片太大了,一个整个桌面的图片有5m那么大,我怎么压缩都还是大,后来发现转为gif格式之后,图片质量也还可以,但是图片也才100k不到。编写dnf木马截密保必备,最近我在开发的,有高手可以和我联系哦。-This is also cost me a lot of time, which was discovered after screenshot image is too great, an entire desktop picture has 5m b
loadgif
- 在RichEdit中载入Gif动画,类似QQ表情-In the RichEdit load Gif animation, similar to the expression QQ
useGIFImagegetGif
- 本例子介绍在delphi软件开发中,实现用GIFImage调用Gif的例子.-This example describes the delphi software development to achieve with GIFImage call Gif example.
gifimage
- 在delphi上实现透明的gif图像 . 可以用-In the delphi to achieve a transparent gif image. Can be
txt2gif
- 一个将文本转换为GIF动画的例子程序,使用了GIFImage.pas里的TGIFImage类作为实现手段,供参考,包内已附GIFImage.pas源码-The text into a GIF animation of the example program, use the GIFImage.pas in the TGIFImage class as a means of achieving, for reference, the bag is attached GIFImage.pas sou
yzmtq
- 简单验证码是指验证码图片里的字符,固定不变,或者变化很小的验证码,比如:字符上会有一些干扰点干扰线等情况,或者只有少数几种字体变化和字体大小变化。 这里给出源代码都是非常简单的源代码,学过《C程序设计》的都可以看懂,不会超出书本范围,而且不使用指针,这样VB,Delphi,JAVA 等语言都可以照此写出相应的源代码。 验证码提取可以分为三个大的步骤:预处理,分割,提取。预处理又可细分为读取图片,二值化,去干扰点,去干扰线等等步骤。 读取图片很简单就是把要提取的
delphiphototype
- Delphi获取图片类型,获取GIF/JPG/JPEG/ICO/BMP等图像的格式属性,可指定外部图像文件,获取后显示在窗口的文本框中。-Delphi get the picture type for GIF/JPG/JPEG/ICO/BMP image format attributes, you can specify an external image file, access the text box in the window.
Register_HTMLEdit_v0.01.zip
- 在一个项目中,为了文档在 C/S 与 B/S 之间直接兼容,C/S 也使用 HTML 作为文档格式。所以我参考 eWebEditor 在线编辑的JS 脚本,写了 一个像 RichEdit 那样可以插入GIF,JPG 等图片的编辑窗口控件。 HTML 可直接用 C:\Program Files\Common Files\Microsoft Shared\Triedit\dhtmled.ocx 做编辑窗口,但我在实际应用中发现 dhtmled.ocx 存在不版本间接口不相同的情况。所以参考