1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-22 15:55:14 +00:00

imagick instead of gd

Gd changes the colors of non srgb pics
This commit is contained in:
Anna 2024-12-21 07:38:28 +01:00 committed by GitHub
parent fb89814670
commit e132c68765
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,6 @@ return [
| |
*/ */
'driver' => env('IMAGE_DRIVER', 'gd'), 'driver' => env('IMAGE_DRIVER', 'imagick'),
]; ];