dyjh 6 년 전
부모
커밋
150fccd6ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Helper/functions.inc.php

+ 1 - 1
app/Helper/functions.inc.php

xqd
@@ -101,7 +101,7 @@ if (! function_exists('imageToCircle')) {
                 }
             }
         }
-        imagejpeg($img, $url);
+        imagepng($img, $url);
         return $url;
     }
 }