CanHub / Android-Image-Cropper

Image Cropping Library for Android, optimised for Camera / Gallery.
Apache License 2.0
1.24k stars 255 forks source link

options is unresolved #549

Closed psrivastavasci closed 1 year ago

psrivastavasci commented 1 year ago

I want to click a picture/open gallery and pick an image And then crop it to use further. But I am getting the error below.

Screenshot 2023-03-06 at 2 21 45 PM

I am using version 4.5.0

pingothedoer commented 1 year ago

how did you fix it?

BraveEvidence commented 1 year ago

cropImage.launch( CropImageContractOptions( uri = null, cropImageOptions = CropImageOptions( imageSourceIncludeCamera = false, imageSourceIncludeGallery = true, ), ), )

https://www.youtube.com/channel/UC-wcneYz7rKa-fWg7PJaM0A