question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to find cropped Image on device

See original GitHub issue

Hi , Thanks for your beautiful library

I have some quires,

  1. If I load Image through Camera for cropping ,Will that camera taken full image stored on device ?
  2. Once crop option clicked , Will Cropped Image stored on device ?

If not then , kindly advice some solution to save both Camera taken image and Cropped Image from using your library .

I seen WRITE_EXTERNAL_STORAGE in your sample manifest but unable to find cropped image on device.

Thanks in Advance , Awaiting for your reply 😃

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
chandrahasancommented, Jun 5, 2016

Hi Arthur, Thanks for your reply

Through saveCroppedImageAsync(myUri); option I successfully changed cropped image save path , Same like I want to change Camara capchured image path.

By default its storing on AppName/cache/pickImageResult.jpeg , I want to change this to external path & name , Kindly advise the solution.

Thanks in Advance.

1reaction
ArthurHubcommented, Jun 3, 2016
Uri myUri = Uri.fromFile(new File(getExternalCacheDir(), "image.jpeg"));
CropImage.activity(imageUri)
    .setOutputUri(myUri)
    .start(this);
Read more comments on GitHub >

github_iconTop Results From Across the Web

Photos doesn't register/save crop changes, but will save other
When I open a photo in Microsoft Photos and crop it and save it, then Photos just doesn't register/save these changes. I can...
Read more >
Android Error - Access denied unable to save cropped image
After the update, the following error is thrown when cropping: unable to save cropped image - access denied. App works fine on other...
Read more >
Cropping problems - Google Photos Community
1. Long press the Photos App icon · 2. Tap the "i" button on the top right corner to go into App info...
Read more >
"Unable to save cropped image" on Gallery - XDA Forums
The way I fixed this was to open it up in the photo editor, "crop" it to the exact same size it was...
Read more >
Crop and straighten photos in Photos on Mac - Apple Support
Save your changes: Click Done. Stop cropping without saving your changes: Click Revert to Original. See alsoPhoto editing basics in Photos on Mac ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found