mr0xf00 / easycrop

Image cropper for jetpack compose
Apache License 2.0
108 stars 25 forks source link

CropError with SavingError message #16

Open onivas opened 4 months ago

onivas commented 4 months ago

Hello, I'am following the Demo app, everything is fine except when I'm cropping the photo and after calling the function imageCropper.crop(...) I got the CropError with the message SavingError.

How can I get more log in order to understand that is the main reason of that error?

Thanks