Reputation: 1857
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.
Upvotes: 2
Views: 2662
Reputation: 17014
Have a look at ImageMagick, which has been compiled for iOS. This will handle the conversion for you.
Upvotes: 1