¡@

Home 

2014/10/15 ¤U¤È 10:05:47

iphone Programming Glossary: croppedimg

Blur an image of specific part (rectangular, circular)?

http://stackoverflow.com/questions/14107979/blur-an-image-of-specific-part-rectangular-circular

nil Method 4 Touch Move #pragma mark Touch Methods void touchesMoved NSSet touches withEvent UIEvent event UIImage croppedImg nil UITouch touch touches anyObject CGPoint currentPoint touch locationInView self.imageView double ratioW imageView.image.size.width.. @ x 0.0f y 0.0f width 0.0f height 0.0f cropRect.origin.x cropRect.origin.y cropRect.size.width cropRect.size.height croppedImg self croppIngimageByImageName self.imageView.image toRect cropRect Blur Effect croppedImg croppedImg imageWithGaussianBlur9.. cropRect.size.height croppedImg self croppIngimageByImageName self.imageView.image toRect cropRect Blur Effect croppedImg croppedImg imageWithGaussianBlur9 Contrast Effect croppedImg croppedImg imageWithContrast 50 croppedImg self roundedRectImageFromImage..