hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
996 stars 391 forks source link

Circle cropstyle radius #365

Open tologonkudaiberdiuulu opened 2 years ago

tologonkudaiberdiuulu commented 2 years ago

Hi! I want to change circle crop style radius, 'cause it's too big. I've tried maxHeight, maxWidth, rectHeight, rectWidth. How I can make smaller radius? P.S. I'm using png format(I don't know, will it effect or not)

tologonkudaiberdiuulu commented 2 years ago

Also despite I selected different area, cropImage returning fixed area(When selecting with circle). Or I've missed some parameter(or configuration)?