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

Get filtrated bitmap #6

Closed hnvmeta closed 10 years ago

hnvmeta commented 10 years ago

Framework should support to get filtrated image. It means that when we pass a image, after applying these filters, we can get processed image.

hrocho commented 10 years ago

I need to do something similar like previous post. Can I make only one image processing without showing result on screen and get result in Bitmap without saving it to file? Thanks for your reply ..

chrisbatt commented 10 years ago

I have changed the JPGFileEndpoint to use the FBO, so the screen size should no longer limit the jpg output file size. Also, I added a bitmap endpoint that will return the bitmap to a callback method every time a new bitmap is created.

hnvmeta commented 10 years ago

Thank you Chrisbatt ^ ^

On Sun, Jan 19, 2014 at 5:17 AM, chrisbatt notifications@github.com wrote:

I have changed the JPGFileEndpoint to use the FBO, so the screen size should no longer limit the jpg output file size. Also, I added a bitmap endpoint that will return the bitmap to a callback method every time a new bitmap is created.

— Reply to this email directly or view it on GitHubhttps://github.com/chrisbatt/AndroidFastImageProcessing/issues/6#issuecomment-32694866 .

Thân ái! Văn Hưng

senseigadget commented 10 years ago

I'm kinda new to android. This is exactly what I need but I can't figure out how to implement it, does anyone have a simple example. Thanks.

hnvmeta commented 10 years ago

Chrisbatt has given some examples. You can find what you want in these projects. On Feb 20, 2014 11:12 PM, "senseigadget" notifications@github.com wrote:

I'm kinda new to android. This is exactly what I need but I can't figure out how to implement it, does anyone have a simple example. Thanks.

— Reply to this email directly or view it on GitHubhttps://github.com/chrisbatt/AndroidFastImageProcessing/issues/6#issuecomment-35637899 .

senseigadget commented 10 years ago

The examples don't show how to use the BitmapOutput class. Sorry should have been more clear, I just need an example of how to use the BitmapOutput class.

hnvmeta commented 10 years ago

Hung sent you an invitation

Twitter helps you stay connected with what's happening right now and with the people and organizations you care about.

Accept invitation

https://twitter.com/i/532c251e-1323-4f21-aae9-595963003ec2

You can unsubscribe from receiving email notifications from Twitter at anytime. For general inquiries, please visit us at Twitter Support. Unsubscribe: https://twitter.com/i/o?t=1&iid=730ee8052043431cb8e69c84a579d9a3&uid=0&c=IuVwbCB3dgHdpf%2FXBACjaSqyKtrD%2B4jxLFeaYiRRUvGWLToRj3HHqz8UnpINBv%2BkZBNb3iTxfkYxg%2FhIRV6qrTuNQVDMYkxqDOnQWmCOTGzygwFurfKNyQ%3D%3D&nid=9+26

Need help? https://support.twitter.com

ricardogdp commented 10 years ago

Hi, How I can get filtrated image bitmap?

Thanks,.