Closed goldenmobile028 closed 2 years ago
This is great source code to crop the image. Do you have any idea to crop the final image using CIImage? I'd like to apply CIFilter and crop the image.
The cropping operation is mainly based on CGImage, I think it is better that you do another conversion between cropping and CIFiler.
Ok, thank you.
This is great source code to crop the image. Do you have any idea to crop the final image using CIImage? I'd like to apply CIFilter and crop the image.