詹子聪 пре 5 година
родитељ
комит
87b2fc1f5a
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/src/main/java/com/miekir/ocr/ui/OperationPresenter.java

+ 1 - 0
app/src/main/java/com/miekir/ocr/ui/OperationPresenter.java

@@ -126,6 +126,7 @@ public class OperationPresenter extends BasePresenter<IOperationView> {
                 if (!file.getParentFile().exists()) {
                     file.mkdirs();
                 }
+                // todo 压缩图片
                 boolean saveCropSuccess = ImageUtil.saveBitmapFile(rotatedBitmap, file);
                 originalBmp.recycle();
                 croppedBmp.recycle();