Skip to content

Instantly share code, notes, and snippets.

@yoshimin
Created August 24, 2014 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoshimin/4a8f697d3cc5cb7a2379 to your computer and use it in GitHub Desktop.
Save yoshimin/4a8f697d3cc5cb7a2379 to your computer and use it in GitHub Desktop.
CGImageRef srcImageRef = self.imageView.image.CGImage;
CGImageRef croppedImageRef = CGImageCreateWithImageInRect(srcImageRef, [切り取る枠のCGRectを指定]);
UIImage *croppedImage = [UIImage imageWithCGImage:croppedImageRef];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment