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

High memory usage #22

Open gkakasevski opened 9 years ago

gkakasevski commented 9 years ago

Hi, we notice high memory usage on this library even on simple image filters (for example, 2 blends, brightness, contrast). We tested different filters on small image (640x640) and for one filter from 100MB to 300MB RAM memory was used. This amount is very large just for simple image processing and if this is true, this library is impractical to include in projects. We tested this with modifying GenericFilterExample included in this project. Do you have any information/idea/help about this problem?

hnvmeta commented 9 years ago

Can you publish your code?