lsc 3 năm trước cách đây
mục cha
commit
66cb5495d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/GM/studyStudentGM.vue

+ 1 - 1
src/components/GM/studyStudentGM.vue

@@ -5765,7 +5765,7 @@ export default {
       ) {
         // const blob = await imageConversion.compress(file, 0.8)
         file = await this.pngToWhiteBg(file);
-        const blob = await imageConversion.compressAccurately(file, 64);
+        const blob = await imageConversion.compressAccurately(file, 128);
         // const blob = await imageConversion.compressAccurately(file, {type:file.type});
         file = new File([blob], file.name, { type: file.type });
       }