[android-developers] Re: Adding Threshold to Bitmap Images

2009-08-25 Thread Streets Of Boston
You can create a color-filter with color-matrix that will give the effect of 'Threshold'. To get the correct values for the color-matrix, i used this web-site: http://www.quasimondo.com/archives/000565.php and the sources you can find here when you click on Download the source files here. This

[android-developers] Re: Adding Threshold to Bitmap Images

2009-08-24 Thread Streets Of Boston
You mean 'threshold' as a color-effect (turning a pic into a black and white (no grey) image)? On Aug 24, 1:09 am, Abdul Mateen abmat...@gmail.com wrote: Hi, I have a question about adding a threshold images into bitmap images, can this be possible with the Android SDK, if not can anyone here

[android-developers] Re: Adding Threshold to Bitmap Images

2009-08-24 Thread Abdul Mateen
Yes, probably the same. On Mon, Aug 24, 2009 at 7:42 PM, Streets Of Boston flyingdutc...@gmail.comwrote: You mean 'threshold' as a color-effect (turning a pic into a black and white (no grey) image)? On Aug 24, 1:09 am, Abdul Mateen abmat...@gmail.com wrote: Hi, I have a question about