loopj / android-smart-image-view

Android ImageView replacement which allows image loading from URLs or contact address book, with caching
http://loopj.com/android-smart-image-view/
1.3k stars 510 forks source link

Bitmaps are extremely low quality #14

Closed mac-cain13 closed 11 years ago

mac-cain13 commented 11 years ago

Since commit 302339fce748f6ad83163f520a0b26cf35c5bb35 all my Bitmaps (JPG and PNG) are extremely low quality and pixelated. I load the images from a webserver and have tested it with different images, servers and different locations in my App.

Seems that the new Bitmap decoding routing is not working for me.

loopj commented 11 years ago

Hey @mac-cain13 I've reverted 302339f in commit 828cb79, since it was causing problems for multiple people. Thanks!

mac-cain13 commented 11 years ago

Great! Thanks. :)