搜索资源列表
TGifImage.v2.2.Full.Source.BCB.836077
- 安装方法:用BCB打开CrnGifImage.bpk-->Compile-->Install,安装后在组件面板没有任何显示。在窗体上放置一个TImage,点击Picture属性旁边的按钮,可以看到支持的文件格式已经由原来的 All (*.jpg *.jpeg *.bmp *.ico *.emf *.wmf) 改变为: All (*.gif *.jpg *.jpeg *.bmp *.ico *.emf *.wmf) 这样就OK了。-installation me
GIF2EMF
- 魔法转换能够实现GIF->EMF,但转换后的图片不透明,这个软件能够将透明的GIF图片转成透明的EMF图片delphi5控件:TGIFIMAGE
CamCap
- 自己写的DELPHI版的VideoCapture模块,通过COM封装提供静态图像捕获功能(bmp,jpg),可以多贞组合为GIF89a格式(需要TGIFIMAGE组件,这里没提供)。可以在HTML页面中使用,并且可以和ASP上传页面配合直接上传,不需临时文件,具体见文档,自己看看代码也行。编译完成的OCX文件没有申请证书,用在网页里下载时会提示。捕获模块可以方便的调用,直接作为视频压缩、传输的前端模块。
TGIFImage.v.2.2.D7
- GIFImage 图片工具,用于D5/D6/D7
gifimaged7g
- TGIFiMAGE 2.2 支持D7等 Changed 2007.01.18 This is a version of Anders Melander s TGIFImage ported to Delphi 7, Delphi 2005, Delphi 2006. It supports animated GIF files.
TGIFImage.v.2.2.D7
- This a version of Anders Melander s TGIFImage ported to Delphi 7. It supports animated GIF files in Delphi 7. Note: This Delphi 7 version should also work older Delphi versions (not tested much). WARNING: Use it at your own risk. I m
TGifImage.v2.2.Full.Source.BCB.836077
- gifimage用于BCB,希望大家要的时候能用上。-gifimage for BCB, I hope everyone has the time can be used on.
gifimaged2009a
- Gif源码,实现对Gif图片的处理,文件是delphi2009下的源码-TGIFImage For Delphi2009 Source Code
gif
- Component for gif pictures
GifBlender2
- From: http://clootie.narod.ru/delphi/download_custom.html GifBlender2 sample This sample is sequel to "GifBlender" sample, below you can find list of changes: GIF s are rendered by blending two nearest frames of GIF animation on multitex
GifBlender
- GifBlender sample This simple sample show how to draw animated GIF on Direct3D texture using Ander Melander s TGIFImage component. You can find Delphi6+ compatible version of TGifImage component here on mine site.
ftgifanimate
- Animated GIF files Updated 2008.10.19. A Delphi unit to make it easy to create animated GIF files: ftgifanimate.zip (3 KB). Requires the TGIFImage unit -Animated GIF files Updated 2008.10.19. A Delphi unit to make it easy to crea
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
699w
- 程序采用Delphi6.0编写,使用的控件有Tskinengine,TGifImage.另外使用了流媒体技术-Program written by Delphi6.0, the use of control has Tskinengine, TGifImage. In addition to use of streaming media technology
GifImage2.2-D567
- delphi支持GIF第三方控件。说明如下: This a version of Anders Melander s TGIFImage ported to Delphi 7. It supports animated GIF files in Delphi 7. Note: This Delphi 7 version should also work older Delphi versions (not tested much). WARNING: Use it a
TGifImage.v2.2.BCB
- 可以增加使Image控件能够具有载入gif格式图像的功能,模拟爆炸之类的动态效果非常不错-Can increase the Image control to the loading gif format image function, the dynamic effects such as simulated explosion is very good
qq_face
- dephi制作qq表情功能,需要加载TGifimage-i cannot use english
GIf
- 加载GIF TGIFImage *gif=new TGIFImage() TBitmap *bmp=new TBitmap() gif->LoadFromFile("Demo.gif") Image1->Picture->Assign(gif) TGIFImageList *list=gif->Images int count=list->Count for (int i = 0 i < cou