From e132c68765dfa55a9f528b9d510e5a59768f995f Mon Sep 17 00:00:00 2001 From: Anna Date: Sat, 21 Dec 2024 07:38:28 +0100 Subject: [PATCH] imagick instead of gd Gd changes the colors of non srgb pics --- config/image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/image.php b/config/image.php index eb77c9089..265942a81 100644 --- a/config/image.php +++ b/config/image.php @@ -15,6 +15,6 @@ return [ | */ - 'driver' => env('IMAGE_DRIVER', 'gd'), + 'driver' => env('IMAGE_DRIVER', 'imagick'), ];