net / com.drake.net / android.content.Context / syncDownloadImage
syncDownloadImage¶
funContext.syncDownloadImage(url:String, with:Int= 0, height:Int= 0):File
同步下载图片, 图片宽高要求要么同时指定要么同时不指定 要求依赖 Glide
Parameters¶
url - 请求图片的绝对路径
with - 图片宽度
height - 图片高度