Fresco setDownsampleEnabled(true) makes image muzz

2019-07-26 17:02发布

问题:

I config the fresco with setDownsampleEnabled(true) and use PhotoDraweeView to zoom the image.But the image is muzzy when i enlarge it.If I remove setDownsampleEnabled(true), the image shows well when i zoom out.But it will lead to other problem.Does anyone has good solution?