From 843b613446977cd9c79f8fb272a2d1efdca25643 Mon Sep 17 00:00:00 2001 From: Anna Date: Fri, 20 Dec 2024 12:32:05 +0100 Subject: [PATCH] imagick instead of gd Gd changes the colors in pics that are not is srgb --- 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'), ];