Color Banding Android Solution
问题 What is possible solution to banded images in Android Activity or in OpenGl. Look at the answer below. Hope it Helps 回答1: Color Banding Solved ooooooooooyyyyyyyeaaaaaaaaaa I solved color banding in two phases 1) * when we use the BitmapFactory to decode resources it decodes the resource in RGB565 which shows color banding, instead of using ARGB_8888, so i used BitmapFactory.Options for setting the decode options to ARGB_8888 second problem was whenever i scaled the bitmap it again got banded