Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 iOS 中,我需要通过程序将一些 png 图像转换为 gif 图像,并确保输出的 gif 格式图像的尺寸尽可能小。
我假设您想在代码中而不是在您的 Mac 上执行此操作,对吗?
我要尝试的第一件事是ImageIO框架。它可以将 png 文件转换为 CGImageRef 对象,然后将 CGImageRefs 导出为 gif 文件。