mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
Reduce letter avatar size by 50%
This commit is contained in:
parent
6aaec6438f
commit
5b420c7d0d
@ -107,7 +107,7 @@ class avatar
|
|||||||
if ($ttf)
|
if ($ttf)
|
||||||
{
|
{
|
||||||
ob_start();
|
ob_start();
|
||||||
imagejpeg($image, null,100);
|
imagejpeg($image, null,50);
|
||||||
$result = ob_get_contents();
|
$result = ob_get_contents();
|
||||||
ob_clean();
|
ob_clean();
|
||||||
imagedestroy($image);
|
imagedestroy($image);
|
||||||
|
Loading…
Reference in New Issue
Block a user