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:
parent
fb89814670
commit
e132c68765
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