LuckyJayce / LargeImage

Android 加载大图 可以高清显示10000*10000像素的图片,轻松实现微博长图功能
Apache License 2.0
2.33k stars 416 forks source link

定位到区域块 #49

Open HuskarHuang opened 6 years ago

HuskarHuang commented 6 years ago

你好,我这边需要第一次加载大图,然后中心区域显示大图的某一块,要怎么处理,我这边能先知道left,top, right,bottom

LuckyJayce commented 6 years ago

调用 imageView.setScale(float scale, int centerX, int centerY)