[android-developers] Re: Canvas + Bitmap + ColorMatrixFilter is great. How to SAVE the bitmap?

2009-08-03 Thread Shane M. (Pop Crowd)
I guess from the lack of responses this isn't possible? Too bad. Shane On Aug 2, 2:14 pm, Shane shanemenchi...@gmail.com wrote: So I have a Canvas which uses a bitmap to store the draw calls on.  I have applied a ColorMatrixFilter to the underlying bitmap of the canvas.  It looks

[android-developers] Re: Canvas + Bitmap + ColorMatrixFilter is great. How to SAVE the bitmap?

2009-08-03 Thread Shane M. (Pop Crowd)
Off screen bitmap might be a possibility - let me look into that. Thanks Jason. Shane On Aug 3, 5:06 pm, Jason Proctor jason.android.li...@gmail.com wrote: the problem i think is that the filters and transforms and all that are done in native code, then that code writes to the frame buffer.

[android-developers] Canvas + Bitmap + ColorMatrixFilter is great. How to SAVE the bitmap?

2009-08-02 Thread Shane M. (Pop Crowd)
So I have a Canvas which uses a bitmap to store the draw calls on. I have applied a ColorMatrixFilter to the underlying bitmap of the canvas. It looks awesome when on the phone and during the OnDraw calls. The ColorMatrixFilter is making the bitmap look exactly like I want it when the Canvas