can i crop image by coordinates like (10,10,320,312)?
问题 Goal : How Crop a image after zooming. can i crop image after zooming at predefined coordinates like (10,10,320,312). my UIImageView has this size? I have a UIImageView in a UIScrollView and I can zoom my image. I wants after zooming when I press cropButton the image which is displaying in UIImage is cropped. I wants size of image equal to UIImageView size. thanks !! before zooming after zoom and crop my code is here. -(void)cropButtonClicked { //Calculate the required area from the