programmer-on-the-street
When the bomb drops, the real fun begins, so let's get to work.
Tuesday, June 09, 2009
iPhone dev Stupidity 17: Clip Image from CGContext
Clip Image from CGContext
:
// create CGImageRef frome UIView context
CGImageRef imageref;
imageref =
CGBitmapContextCreateImage
(context);
// convert CGImageRef to UIImage;
UIImage *uiImage;
uiImage =[UIImage
imageWithCGImage:imageref
];
CGImageRelease(imageref);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment