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

feat: 52 - added an optional painter between the image and the crop grid #53

Merged
merged 2 commits into from
Jun 5, 2024

Conversation

monsieurtanuki
Copy link
Contributor

Now there's an optional CustomPainter between the image and the crop grid.
A typical use case would be to handle receipts, where we need to crop the image but that's not enough: sometimes we need to bar some personal data too.

For instance:

CropImage getCroppedBitmap
Screenshot_1717592735 Screenshot_1717592857

Uploaded image: https://prices.openfoodfacts.net/img/0003/pRFjLvNol8.jpg

@deakjahn
Copy link
Owner

deakjahn commented Jun 5, 2024

Just a slight nomenclature suggestion: overlayPainter would probably convey the idea better.

@monsieurtanuki
Copy link
Contributor Author

@deakjahn overlayPainter does sound good. Just pushed.

@deakjahn deakjahn merged commit fd60ee8 into deakjahn:master Jun 5, 2024
deakjahn added a commit that referenced this pull request Jun 5, 2024
@monsieurtanuki
Copy link
Contributor Author

Thank you @deakjahn for your feedbacks and your review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants