在线地址:http://imgram.cn/gif/
使用 PHP 将 GIF 拆解成帧 使用了 GifFrameExtractor 这个类库 https://github.com/Sybio/GifFrameExtractor
使用 PHP 将多张图片合成 GIF 使用了 GifCreator 这个类库 https://github.com/Sybio/GifCreator
单张图片绘制文字使用了 GD 库
稍后整理代码提交到 GitHub
学习日志 LIUGUOFENG
在线地址:http://imgram.cn/gif/
使用 PHP 将 GIF 拆解成帧 使用了 GifFrameExtractor 这个类库 https://github.com/Sybio/GifFrameExtractor
使用 PHP 将多张图片合成 GIF 使用了 GifCreator 这个类库 https://github.com/Sybio/GifCreator
单张图片绘制文字使用了 GD 库
稍后整理代码提交到 GitHub