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.