Swift51.com
Swift 头像
Swift  2016-03-21 20:47

用于解码渐进式下载 JPEG 的库 Concorde

回复:0  查看:5674  感兴趣:33  赞:2  

用于解码渐进式下载 JPEG 的库 Concorde。

用于下载和解码渐进式 JPEG 的库 Concorde

加载效果对比,右边使用了Concorde

示例代码:

let imageView = CCBufferedImageView(frame: ...)
if let url = NSURL(string: "http://example.com/yolo.jpg") {
    imageView.load(url)
}


相关开源代码