关于GIF文档:
http://www.mistruster.com/others/gif.html

解决方案 »

  1.   

    刚才我回过一贴,GD库官方说是支持gif的动态的,呵呵,没有试验过啊
      

  2.   

    GD的官方有这样的话:Support for GIF was restored in gd 2.0.28 on July 21st, 2004. Support for creating GIF animations is also available. Note that gdlib-config --features can be used to list the image formats supported by gd. Versions of gdlib-config prior to recent updates do not support the --features option, which can be understood to mean that GIF is not available. Update: please note that PHP may or may not have been updated yet to include support for the GIF and animated GIF features that have been added to gd. See www.php.net for the official word on what is and isn't standard in PHP's internal version of gd at this time.更新日志:
    11/01/04: gd 2.0.32 has been released. gd 2.0.29 added animated GIF writing support, fontconfig support for easily specifying freetype font names, open polygon drawing, and important fixes for theoretically exploitable integer overflows in memory allocation code in previous releases. 2.0.30 corrected a minor compilation problem when freetype is absent, and 2.0.31 corrected a similar issue which prevented the Windows DLL version from being built. 2.0.32 corrected an issue when PNG is absent and also corrected a problem with umlauts in truetype text output. 在下载一栏中提示:
    Windows DLL .zip (NOT CURRENTLY FOR PHP)查看PHP官方网站也没有发现任何PHP支持 animated GIF 的说明
    可供下载的最新的php包含的windows dll的GD是2.0.28
    看来php还没有支持GD的最新功能
      

  3.   

    Imagemagick有WINDOWS for php的dll可供下载吗?
    我没有找到唉
      

  4.   

    生成多幅然后循环切换,动态的gif好像也忒复杂了点吧。
      

  5.   

    diy.mms.sohu.com,已经实现这个一问题,至于如何实现一起研究吧
      

  6.   

    虽然目前php的gd库还不支持生成多帧的gif图片,但是这个事情可以结合php编程实现。程序我已写成并通过初步测试。将考虑在适当的时候共享给大家。
      

  7.   

    关键是要研究一下gif动画的结构,看看他们是如何把几幅画面连起来的,以及如何压缩的等等~
      

  8.   

    www.wave12.com 动画GIF组件 可以实现
    功能特点:  
    1、高效率生成GIF动画文件;
    2、输入多种格式文件,包括BMP,JPG,GIF等格式;
    3、GIF帧延时自定义;
    4、属性灵活控制GIF输出;
    5、能够装载并回放动态GIF文件;
    6、获取帧信息,删除指定帧;
    7、输出动态GIF指定帧为静态GIF文件;
    8、组件用于WEB开发时只需要服务器端注册即可,无须客户端安装。
    9、性能稳定,消耗系统资极少,无内存泄露;
    10、可用于asp,vb,vc,vs.net,delphi等开发; 
      

  9.   

    我不知道唠叨大大是怎么实现的
    至少目前依靠现有的函数库是没办法动态生成的了我想是否可以用js+php来实现呢?
    原理就是........切换图片咯
      

  10.   

    是不是 200 分太少了,没人去研究它啊,我通过 ImageMagick 已经实现了:http://www.imagemagick.com.cn/php/magickwand_demo.php