-
Notifications
You must be signed in to change notification settings - Fork 28
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
may not support image png conversion base64 #4
Comments
That's possible, we mainly designed this lib to send camera pictures which are JPEG so we didn't focus on PNG. I add it to the roadmap, in the meantime feel free to PR :) |
any news on it? |
@Desintegrator did you find any way to remove the dark background in image? |
@kirantripathi yes, its works correctly in ios without any changes and for android you need to open RNImgToBase64Module.java in lib sources and change single line in "bitmapToBase64" method |
@Desintegrator thank you for your help. |
I conversion .png to base64 , when i decoding base64 to png , the background is black
The text was updated successfully, but these errors were encountered: