I am developing an image processing application in ios5. In this application I want to select part of image and then delete that part from the original image.
I tried cropping the image. Cropping is giving me the image that I have selected. But it is not deleting that image from original image.
Any idea how can i achieve it?
Well this is the piece of code that i have used in one of my application and it works perfectly
For this to work with your code, you need to create a imageview if you dont have one and then replace the
someimageviewvariable with your imageview.You need to provide the values for
somex, somey, somewidth and someheight.