Generating TIFF in iOS

浪尽此生 提交于 2019-12-01 08:42:32

问题


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.


回答1:


Have a look at ImageMagick, which has been compiled for iOS. This will handle the conversion for you.



来源:https://stackoverflow.com/questions/5321369/generating-tiff-in-ios

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!