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

Black screen in some devices #31

Open raarlac opened 8 years ago

raarlac commented 8 years ago

Any image I open specifically in Nexus 7 and Galaxy Tab 3 gets completely black. I figured out that the only way it works is inputing images of sizes power of 2 (512x512).

Bukhari386 commented 3 years ago

Hey there! Have you found any solution to this problem? If so, please share.