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