chrisbatt / AndroidFastImageProcessing

A framework for speeding up image processing on android devices by taking advantage of shaders on the GPU.
MIT License
285 stars 118 forks source link

Set Filtred Bitmap to ImageView #13

Open ricardogdp opened 10 years ago

ricardogdp commented 10 years ago

Hi,

I would like to use that framework in my app, I need to set the result to imageview, I saw the examples, but I don't want use setContentView. It is possible? Thanks.

gkakasevski commented 10 years ago

Hi ricardogdp, I have the same problem, do you solved it? Actually I want to take the filtered image as Bitmap object.