-
Notifications
You must be signed in to change notification settings - Fork 55
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
Can I only show the crop rectangle? #37
Comments
Thanks for the reply. I actually also want to be able to change the colour of the area in the view that is not the cropped image to say white. I think if these changes were made it would be closer to that of Instagram's. Thanks again for the reply. P.S After making that post, I actually went into the library's code and narrowed it down to the drawTransparentLayer() method. I went on to learn a bunch about Android Canvas haha :) I'm rather new to Android. |
Good. |
Yep sounds good. Look forward to the change. Thanks! |
I have made PR #38 for this request. However, I didn't add I added attribute for outsideLayer color. You can check this attribute in 1.2.2-SNAPSHOT snapshot version from maven
|
Failed to resolve the dependency :/ |
Did you add snapshots repository?
|
I released v1.2.2 |
woops sorry for no reply. it wasn't really exactly what i wanted even after the last update so i decided to try and work on implementing the custom image view myself. tot it will be a fun project that i can learn much from. but thanks for the release yo. i hope it helps other developrs. |
I want to hide off the parts of the image that is outside of the crop window. Is that possible. I want the imagecropview to be just the final image.
The text was updated successfully, but these errors were encountered: