在 iOS 中生成 TIFF
我无法在搜索引擎中找到有关在 iOS 上创建 TIFF(或转换 jpg 或从 UIImage 获取 TIFF 表示形式)的任何信息。
我需要创建一个 TIFF 图像,最好是从我的 UIIMage 或从 jpg 表示形式转换而来。我看到 PNG 和 JPG 支持,但没有看到 TIFF 图像的支持。
我上传图像的服务需要 TIFF(签名捕获)。
任何帮助表示赞赏。
I have not been able to find any info on creating a TIFF on iOS (or converting a jpg or getting a TIFF representation from a UIImage) in the search engines.
I need to create a TIFF image, preferably from my UIIMage or converting from a jpg representation. I see PNG and JPG support but nothing for TIFF images.
The service I am uploading images to requires TIFF (signature capture).
Any help appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 ImageMagick,它是为 iOS 编译的。这将为您处理转换。
Have a look at ImageMagick, which has been compiled for iOS. This will handle the conversion for you.