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:
parent
dcd846e9a9
commit
843b613446
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'driver' => env('IMAGE_DRIVER', 'gd'),
|
||||
'driver' => env('IMAGE_DRIVER', 'imagick'),
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue