How To Load Image As Pixel Image In Android Java?
i want to creat an android app that shows all pixels of an image but when i zoom color of the corners of the pixels blend with other pixels around it i want pixels to show their co
Solution 1:
i understood how to stop pixels from blending. I was using 2×2 image on the screen 300ppi . If i want to show 1 pixel per inch i should use pixel bitmap(here bt3) width as 300 best would be width of the pixel square = width of the screen / num of pixels
Post a Comment for "How To Load Image As Pixel Image In Android Java?"