-
-
Notifications
You must be signed in to change notification settings - Fork 297
Blend fails with transparency #218
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
Milestone
Comments
Here is another version of the code to accomplish same desired effect that works fine in Java Mode but fails in Android Mode
|
Fixed with 24acabb and 161137e. Please note that access to the pixels array needs to be accompanied with the use of updatePixels at the end of the pixel operations:
|
thanks, works great! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code at https://github.com/ajavamind/MergeTransparentPhotoLoop
runs as expected in Java Mode, but in Android Mode it fails to blend two photos.
Is there something missing in my code for the Android version to run?
Testing with 3.1.1 and Android 3.0-RC4 with different SDK versions 4.4, 5.0.2 and 6.0.1 on two phones.
The text was updated successfully, but these errors were encountered: