We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
建议增加 类型检测/循环次数/UnclampedDelayTime/DelayTime 的支持
1.目前SVGA是ProtoBuf二进制格式+zlib压缩, 单独zlib格式无法检测是否是svga格式,建议在最终的二进制前面的特定位置加上特定的tag,用于检测是否是SVGA格式,基本信息(如FPS,时长,是否包含音频,音频格式)等. 2.建议支持 LoopCount/UnclampedDelayTime/DelayTime 等特性, 对标GIF 和 Animated WEBP等标准动图格式. 3.长远看,建议按照标准图片二进制格式定义SVGA的二进制文件, 将会是为数不多的支持播放声音的动图格式
The text was updated successfully, but these errors were encountered:
你的建议很好
Sorry, something went wrong.
SVGA 3.0 的格式会尽量参照标准的视频、图片格式设计。
No branches or pull requests
建议增加 类型检测/循环次数/UnclampedDelayTime/DelayTime 的支持
1.目前SVGA是ProtoBuf二进制格式+zlib压缩, 单独zlib格式无法检测是否是svga格式,建议在最终的二进制前面的特定位置加上特定的tag,用于检测是否是SVGA格式,基本信息(如FPS,时长,是否包含音频,音频格式)等.
2.建议支持 LoopCount/UnclampedDelayTime/DelayTime 等特性, 对标GIF 和 Animated WEBP等标准动图格式.
3.长远看,建议按照标准图片二进制格式定义SVGA的二进制文件, 将会是为数不多的支持播放声音的动图格式
The text was updated successfully, but these errors were encountered: