dyjh 6 years ago
parent
commit
150fccd6ea
1 changed files with 1 additions and 1 deletions
  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;
     }
 }