X Tutup
The Wayback Machine - https://web.archive.org/web/20200919205616/https://github.com/jdamcd/android-crop/pull/138
Skip to content
New issue

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

Returns bounds into intent #138

Open
wants to merge 1 commit into
base: master
from
Open

Returns bounds into intent #138

wants to merge 1 commit into from

Conversation

@Sunno
Copy link

Sunno commented Jun 30, 2015

Hi! I'm including this feature since sometimes we need get crop bounds, for example, in my project I need to save cropping in an API in order to be edited in another devices (iOS or even web).

Bounds will be return as a rectangle in on activity result.

Rect bounds = data.getParcelableExtra(Crop.BOUNDS);

Please let me know if there's any issue concerning this.

Alvaro Marquina
@jdamcd jdamcd added the enhancement label Sep 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.
X Tutup