We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This happens when removing crop() from picking camera image.
fun pickCameraImage(view: View) { cameraLauncher.launch( ImagePicker.with(this) //.crop() .cameraOnly() .maxResultSize(1080, 1920, true) .createIntent() ) }
The text was updated successfully, but these errors were encountered:
Drjacky#96 Fix picking camera image without cropping
e36fc8f
That happened to me due to .maxResultSize, can you check deleting that?
.maxResultSize
Sorry, something went wrong.
No branches or pull requests
This happens when removing crop() from picking camera image.
The text was updated successfully, but these errors were encountered: