问题
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