cg小白兔 发表于 2024-6-6 15:37:14

【更新】Power GIF Runtime Library 1.8











Power GIF is the best GIF solution for Unity available on the Asset Store!
There are 3 approaches implemented:
● SIMPLE. Simple decoding/encoding operations. Simple call, simple result. But Unity may freeze on large files.
● ADVANCED. Encoding/decoding with iterators allows you to display a progress bar. It’s recommended for large files.
● REACTIVE. Parallel encoding/decoding with threads allows you to greatly improve performance for large files.

Features
● Decoding GIF
● Encoding GIF
● Color quantization with NeuQuant
● Iterators for displaying a progress bar
● Parallel encoding/decoding with threads
● Displaying GIFs with AnimatedImage component
● Downloading GIF from WWW
● Quick GIF preview (decoding the first frame only)
● GIPHY API (upload)
● A lot of examples
● Clean and simple C# code
● All Unity versions supported
● Unity uGUI

Supported platforms
● Android
● iOS
● Windows
● UWP
● Mac
● WebGL

Known limitations
● Power GIF doesn't support interlaced GIF (this feature may be added soon).
● You should disable Burst in case of build issues.


Power GIF 是 Asset Store 上适用于 Unity 的最佳 GIF 解决方案!
实施了 3 种方法:
● 简单。简单的解码/编码操作。简单的调用,简单的结果。但 Unity 可能会在处理大文件时冻结。
● 高级。使用迭代器进行编码/解码可显示进度条。建议用于处理大文件。
● 反应式。使用线程进行并行编码/解码可大大提高大文件的性能。

功能
● 解码 GIF
● 编码 GIF
● 使用 NeuQuant 进行颜色量化
● 用于显示进度条的迭代器
● 使用线程进行并行编码/解码
● 使用 AnimatedImage 组件显示 GIF
● 从 WWW 下载 GIF
● 快速 GIF 预览(仅解码第一帧)
● GIPHY API(上传)
● 大量示例
● 简洁的 C# 代码
● 支持所有 Unity 版本
● Unity uGUI

支持的平台
● Android
● iOS
● Windows
● UWP
● Mac
● WebGL

已知限制
● Power GIF 不支持隔行 GIF(此功能可能很快添加)。
● 如果出现构建问题,您应该禁用 Burst。





页: [1]
查看完整版本: 【更新】Power GIF Runtime Library 1.8