防止 MFMailComposeViewController 缩放动画 GIF

发布于 2024-10-28 12:35:24 字数 195 浏览 0 评论 0原文

我将动画 GIF 附加到要使用 MFMailComposeViewController 发送的电子邮件中。如果 GIF 足够大,MFMailComposeViewController 将询问用户是否要将其调整为较小的尺寸。不幸的是,动画不会保留在调整大小的图像中。

如何禁止 MFMailComposeViewController 调整图像大小或使其保留动画?

I'm attaching an animated GIF to an email to be sent with MFMailComposeViewController. If the GIF is of sufficient size the MFMailComposeViewController will ask the user whether they want to resize it to a smaller size. Unfortunately, the animation will not be preserved in the resized image.

How do I either forbid MFMailComposeViewController to resize the image or make it preserve the animation?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

(り薆情海 2024-11-04 12:35:24

没有内置 API 可以执行此操作,但一种选择是将动画 GIF 压缩为 ZIP,然后将其附加。 MFMailComposeViewController 不会提供调整 ZIP 大小的功能(除非它正在查看其内容)。

There’s no built-in API to do this, but one option is to compress the animated GIF into a ZIP, then attach that. The MFMailComposeViewController won’t offer to resize the ZIP (unless it’s peeking into its contents).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文