views:

3301

answers:

2

My iPhone application needs to save an image in the Camera Roll. I need to generate the .THM file because otherwise the photo is not recognized by the iPhone. Are there any Objective-C API to do it?

Thank you.

+6  A: 

To save a photo on the iPhone, refer to this: http://stackoverflow.com/questions/178915/how-to-save-picture-to-iphone-photo-library

Chris Lundie
A: 

Thank you very much. I apologize for not finding that answer, I tried.

This could just be a comment on the answer. :)
Chris Hanson