Generating TIFF in iOS

2019-02-19 17:14发布

问题:

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.



标签: iphone ios tiff