hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
971 stars 374 forks source link

Cant set custom aspect ratio preset #269

Open pavanyewale opened 2 years ago

pavanyewale commented 2 years ago

I want to set custom aspect_ratio_preset like ratio5X7 how can I achive that

ksAvinash commented 2 years ago

same requirement here

amit-onappr commented 2 years ago

You need to use the AspectRatio parameter for that CropAspectRatio(ratioX: width, ratioY: height)

alexislg2 commented 2 years ago

Yes, that would be awesome to be able to add our own presets.

alexislg2 commented 2 years ago

@amit-onappr aspect_ratio_preset and aspect_ratio are 2 different concepts in this package

mrzanirato commented 1 year ago

Hello, same request here. I need to add a custom preset to scan credit cards ( aspect ratio of 1.586 ) Is it possible? Thanks!

cyberlahy commented 1 year ago

yes, aspect ratio of 3/4 9/16 ...