qianmohunchen

Results 3 issues of qianmohunchen

Luban.Companion.with(ProcessLifecycleOwner.get()) .load(bitmap) .setOutPutDir(PathUtils.getExternalAppPicturesPath()) .useDownSample(true) //(可选)压缩算法 true采用邻近采样,否则使用双线性采样(纯文字图片效果绝佳) .format(Bitmap.CompressFormat.JPEG)//(可选)压缩后输出文件格式 支持 JPG,PNG,WEBP .ignoreBy(250) //(可选)期望大小,大小和图片呈现质量不能均衡所以压缩后不一定小于此值, .quality(100) //(可选)质量压缩系数 0-100 .compressObserver(new Function1() { @Override public Unit invoke(CompressResult bitmapFileCompressResult) { bitmapFileCompressResult.setOnSuccess(new Function1() { @Override public Unit invoke(File...

targetSdk升级到33 然后升级到1.7.1 居然网络请求都报错了 看评论区有人反馈 过不了审核的 有毒的 郭神有空看看吗

## Current use version? #### 当前使用的版本是多少?3.11.2 ``` ``` ## Will this problem occur in demo? #### Demo能否复现这问题? ``` ``` ## Describe the problem or provide an error log? #### 描述问题或提供错误log?...