catchthecows/AndroidImageMap

Loseing Image Quality While Zoom In/Out

Opened this issue · 1 comments

i use these classes in my project. but when i zoom in out image many times. after 3-4 times image quality is losing. how to overcome this problem please help.

Make sure that mScaleFromOriginal is set to true.

mScaleFromOriginal=true;

When this is set, the view should always do image resizing from the original bitmap image for best quality.