qchenqizhi / QCropper

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

Image blur after crop #12

Closed IshuRocks closed 2 years ago

IshuRocks commented 2 years ago

Image resolution change after crop

qchenqizhi commented 2 years ago

This is a feature, you can set it by croppingImageShortSideMaxSize and croppingImageLongSideMaxSize, if it can't meet your needs, you can modify maxWidthForCropSize or delete it directly.