ios - xcode5: how can I save and load an image? -
I am developing an app, where I can apply a filter to an image. Does someone know how I can do this? Take a look at the documents here: You Then read again:
I want to create an undo button which resets the original image in imageView .
The solution is that before I apply any filter, before I save the original image in my original UIImage object. In this way I can just go back to it in my undo mode.
UIImagePNGRepresentation () .
imageWithContentsOfFile:
Comments
Post a Comment