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

Run this processing in background service #29

Open PKUEcho opened 8 years ago

PKUEcho commented 8 years ago

I'm curious if possible we can run this processing function in background? For the current steps, we need first add the FastImageProcessingView to activity layout, can we bypass this to enable processing in a background service? Thanks so much if anybody can help with this.