当前位置

网站首页> 程序设计 > 开源项目 > 编程语言 > 浏览文章

Giraffe

作者:小梦 来源: 网络 时间: 2024-02-15 阅读:

Git@OSC 安卓客户端 1.0 Beta 发布

Giraffe 是 iPhone 的编码动画 GIF 文件,使用的 GIF 编码库是 ANGif(UIImagePixelSource.mExportViewController.m 文件 )

ANGif 示例

ANGifEncoder * encoder = [[ANGifEncoder alloc] initWithOutputFile:@"myFile.gif" size:CGSizeMake(100, 100) globalColorTable:nil];[encoder addApplicationExtension:[[ANGifNetscapeAppExtension alloc] init]];[encoder addImageFrame:anImageFrame];[encoder addImageFrame:anotherImageFrame];[encoder closeFile];



相关阅读

热点阅读

网友最爱