lsc %!s(int64=3) %!d(string=hai) anos
pai
achega
66cb5495d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 });
       }