lisen87 / image_pickers

图片多选并压缩,保存图片到相册,视频多选,预览图片和视频
Apache License 2.0
90 stars 59 forks source link

Unrestricted Aspect Ratio #118

Closed zamirszn closed 11 months ago

zamirszn commented 1 year ago

how do i implement cropping with any aspect ratio ?

lisen87 commented 1 year ago

try it -----> CropConfig(enableCrop: true, width: 99, height: 125)

zamirszn commented 1 year ago

try it -----> CropConfig(enableCrop: true, width: 99, height: 125)

okay thanks alot , I'll get back to you

zamirszn commented 1 year ago

try it -----> CropConfig(enableCrop: true, width: 99, height: 125)

Screenshot_20230629-222702.png

is it possible to implement the crop like this

lisen87 commented 1 year ago

Currently, this function is not implemented。This function may be added in the future

zamirszn commented 1 year ago

Currently, this function is not implemented。This function may be added in the future

okay thanks

zamirszn commented 1 year ago

Currently, this function is not implemented。This function may be added in the future

hey hi, do you by any chance know how i can implement this please?

lisen87 commented 1 year ago

@zamirszn

Plugin updated 。image_pickers: 2.0.4+2。 You can give it a try。 CropConfig(enableCrop: true,width: -1, height: -1) or CropConfig(enableCrop: true).

zamirszn commented 1 year ago

@zamirszn

Plugin updated 。image_pickers: 2.0.4+2。 You can give it a try。 CropConfig(enableCrop: true,width: -1, height: -1) or CropConfig(enableCrop: true).

Waw , thanks alot , I appreciate