Skip to content

Instantly share code, notes, and snippets.

@yanks
Created May 31, 2011 20:09
Show Gist options
  • Save yanks/1001171 to your computer and use it in GitHub Desktop.
Save yanks/1001171 to your computer and use it in GitHub Desktop.
UIImage *oldimage = [UIImage imageNamed:@"bunny.png"];
UIImage *newImage = [UIImage imageWithCGImage:[oldimage CGImage]
scale:[oldimage scale]
orientation:UIImageOrientationDown];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment