Reputation: 187
I have picture (particle picture, not moving, just single png), I preapared on photoshop, when On Android device, when you click the screen particle picture shows up, it is a bitmap on a sufraceview (drawed by OnDraw method), but it is terribly losing its quality
Any suggestions (See the test photoshop image and real screenshot from device) ?
Thanks
Upvotes: 1
Views: 976
Reputation: 1531
Not sure if this is the same issue, but I was getting a blurry png image too which I reference from an ImageView in my layout xml file. It is a 24 bit image also, but it wasn't until I saved the image with a larger width and height that it actually looked good. I went from a width of 88 to 250 and now the image looks great.
Upvotes: 0