-
Notifications
You must be signed in to change notification settings - Fork 1.3k
PremultipliedImage/UnassociatedImage: Add support for different backing storage #9333
Comments
Android P introduces a replacement for |
Great, that means we can switch over once 2024 rolls around :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
On Android, we're currently copying over the pixels from the underlying Android Bitmap when we initialize an
Image
. Instead, we should change ourImage
implementation on Android so that it always uses javaBitmap
object as the backing store to avoid converting back and forth./cc @asheemmamoowala
The text was updated successfully, but these errors were encountered: