ArthurHub / ArthurHub/Android-Image-Cropper
feature request: return mutable bitmap
Open
enhancement
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
your library works very nicely, but while trying to use it in my app, i had a need to further manipulate the bitmap returned from the crop. unfortunately, since the returned bitmap is immutable, i had to copy it to another mutable bitmap.
if it would be possible to add an options flag to make the returned bitmap mutable, that would help a lot.
also, making BitmapUtils public would help as well. for instance to manipulate the bitmap as above and then write it to a URL as is done in BitmapCroppingWorkerTask.
thanks,
itay
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.