1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00

fix: update qr code test images due to Imagemagic extension upgrade in the base image

This commit is contained in:
德华 刘 2023-12-05 14:13:24 +00:00
parent 38a3c08772
commit 1595d41490
4 changed files with 1 additions and 1 deletions

View file

@ -485,7 +485,7 @@ App::get('/v1/avatars/qr')
$response
->addHeader('Expires', \date('D, d M Y H:i:s', \time() + (60 * 60 * 24 * 45)) . ' GMT') // 45 days cache
->setContentType('image/png')
->send($image->output('png', 9));
->send($image->output('png', 5));
});
App::get('/v1/avatars/initials')

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 11 KiB