1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-22 07:42:41 +00:00

imagick instead of gd

Gd changes the colors in pics that are not is srgb
This commit is contained in:
Anna 2024-12-20 12:32:05 +01:00 committed by GitHub
parent dcd846e9a9
commit 843b613446
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'),
];