Files
newznab-tmux/config/image.php
T
2026-07-14 22:41:51 +02:00

21 lines
542 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Default Image Driver
|--------------------------------------------------------------------------
|
| This option controls the default image processing driver that will be
| used when manipulating or converting images. This driver is always
| utilized unless another driver is explicitly specified instead.
|
| Supported: "gd", "imagick"
|
*/
'default' => env('IMAGE_DRIVER', 'imagick'),
];