[android-developers] Android Bitmap Blending

2011-09-16 Thread Christian Bianchini
I have a PNG that I need to remove the background with Mulipily
Blending, I found an example but I should to have the image in 3
colors and the alpha. My problem is that I don't have only one png but
1000 png, I should to do the Blending every image.

This is the example: 
http://kevindion.com/2011/01/android-bitmap-blending-color-channels/

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Android Bitmap Blending

2011-09-16 Thread Kristopher Micinski
On Fri, Sep 16, 2011 at 12:28 PM, Christian Bianchini max...@gmail.com wrote:
 I have a PNG that I need to remove the background with Mulipily
 Blending, I found an example but I should to have the image in 3
 colors and the alpha. My problem is that I don't have only one png but
 1000 png, I should to do the Blending every image.

 This is the example: 
 http://kevindion.com/2011/01/android-bitmap-blending-color-channels/


Yeah, that's not going to fly...

All at once?

I think that sounds like a good way to have your program crash quickly.

Kris

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en