Tencent / LKImageKit

A high-performance image framework, including a series of capabilities such as image views, image downloader, memory caches, disk caches, image decoders and image processors.
Other
2.08k stars 287 forks source link

LKImageView LKImageScaleModeAspectFit的一个疑问 #33

Closed tianyewai closed 5 years ago

tianyewai commented 5 years ago

当设置LKImageView 的 scaleModel为LKImageScaleModeAspectFit时,图像区域外的部分一直是黑色,没办法设置吗?

kelingjie1 commented 5 years ago

可以设置的,预绘制模式会保证输出的图片大小和规定大小一致,因此会有黑边。关闭预绘制之后,用的是UI调整的方式,就不会有黑边了。