Does anyone have a simple example of how to use libTiff in xcode for ios7?
The example that used to be on IBM's site has been taken down, and I have no idea where to start! I have a small 300x300 B&W UIImage (currently being output as a PNG representation) that I would like to convert to a TIFF.
Any help would be greatly appreciated.
I found the answer following David's hint.
Just for reference in case anyone else has the same difficulties as me in finding a solution to this problem! I have edited the question title to reflect the solution!