qchenqizhi / QCropper

Image cropping/rotating/straightening library for iOS in Swift
MIT License
268 stars 51 forks source link

How can I crop the image using CIImage #11

Closed goldenmobile028 closed 2 years ago

goldenmobile028 commented 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.

qchenqizhi commented 2 years ago

The cropping operation is mainly based on CGImage, I think it is better that you do another conversion between cropping and CIFiler.

goldenmobile028 commented 2 years ago

Ok, thank you.