fresco加载多图卡顿,fresco OOM,ResizeOptions失效

时间:2025-01-28 07:16:52

ImagePipelineConfig.newBuilder(context).setDownsampleEnabled(true).build();

然后在将此起配置到你的application中

(this,imagePipelineConfig);

//原因貌似是fresco裁剪只支持jpg,而设置setDownsampleEnabled这个就支持png 等格式,详见下面

/xyczero/p/