【发布时间】:2021-07-29 18:37:32
【问题描述】:
这是链接 (https://imgplay.zendesk.com/hc/en-us/articles/360029411991-What-is-GIF-Dithering-Option-),上面写着When you save the file as GIF with dithering, it can make your GIF more natural.
如何使用 Objective-C 或 Swift 实现 Dithering 以从 UIImage 或视频帧创建更自然的 GIF?
【问题讨论】:
-
尝试搜索有关 Floyd Steinberg 抖动算法en.wikipedia.org/wiki/Floyd%E2%80%93Steinberg_dithering
-
我找到了这个算法。但未能在 swift /objective-C 中实现
标签: ios swift objective-c core-image dithering