.centerCrop()在Glide中的好处

ano*_*ous 6 android image-loading scaletype android-glide

出于好奇,我问这个问题.基本上我glide用来imageView通过设置scaleType图像来加载图像centerCrop.但我要问的是使用滑动的centercrop方法而不是imageview的scaletype是值得还是好的做法?我问这个是因为据我所知滑动将首先下载图像,然后将其转换为所需的形状.所以,我认为它不会增加图像的下载速度.那么这种方法有用吗?

我的假设可能是错误的.所以,如果我的问题是愚蠢或无关紧要,请原谅我.