将 GIF 文件加载到 CGImage 中
显然 PNG 和 JPEG 的创建功能对 GIF 文件没有帮助, 如何可能(并且容易?)将 gif 文件加载到 CGImage 中。
obviously both creation functions for PNG and JPEG doesn't help for GIF files,
How is it possible (and easy?) to load a gif file into a CGImage.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于 Mac,最简单的方法是:
For a Mac, the easiest way is:
根据JG的回答,供参考。
获取文件“名称”的可靠方法是:
然后继续 JG 的解决方案:
Building on JG's answer, for reference.
A solid way to get the "name" of the file is:
And then continue with JG's solution: