# quickwebp/2.0.0/includes/vendor/intervention/image/src/config/config.php

QuickWebP – WebP &amp; AVIF Image Optimizer, Compression &amp; SEO for WordPress, version 2.0.0. 21 lines.

- Page: https://pluginprobe.com/plugins/quickwebp/2.0.0/code/includes/vendor/intervention/image/src/config/config.php
- Raw: https://pluginprobe.com/plugins/quickwebp/2.0.0/raw/includes/vendor/intervention/image/src/config/config.php
- Modified: 2023-02-10T18:52:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/quickwebp/2.0.0/code/includes/vendor/intervention/image/src/config/config.php#L10-L20`.

```php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Image Driver
    |--------------------------------------------------------------------------
    |
    | Intervention Image supports "GD Library" and "Imagick" to process images
    | internally. You may choose one of them according to your PHP
    | configuration. By default PHP's "GD Library" implementation is used.
    |
    | Supported: "gd", "imagick"
    |
    */

    'driver' => 'gd'

];

```
