Quote:
Originally Posted by dljeffery
You can create a circle (or just any arbitrary shape/pattern) masking graphic in some graphics editor and add it to your project, and then use CGImageMaskCreate (to create your mask image), and CGImageCreateWithMask (to apply your mask over your photo).
I do this with a sort of torn-off looking mask to create a thumbnail image of photos for table cells in my app.
|
Wow, I had no idea it was that easy. Thanks for the tip. A simpe search turned up this
how-to