[Solved] Scissor Function in iphone App [closed]


Look in this guide In short, use this function, it makes cropped image from uncropped image and cropping mask.

CGImageRef CGImageCreateWithMask (
   CGImageRef image,
   CGImageRef mask
);

2

solved Scissor Function in iphone App [closed]