PluginProbe
QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress / 2.0.0
QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress v2.0.0
4.1.2 4.1.1 4.1.0 4.0.1 4.0.0 3.3.1 3.3.0 trunk 1.0.0 2.0.0 2.1.0 3.0.0 3.1.0 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8
quickwebp / includes / vendor / intervention / image / src / config / config.php

config.php in QuickWebP – WebP & AVIF Image Optimizer, Compression & SEO for WordPress 2.0.0, at includes/vendor/intervention/image/src/config/config.php

21 lines 508 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 return [
4
5 /*
6 |--------------------------------------------------------------------------
7 | Image Driver
8 |--------------------------------------------------------------------------
9 |
10 | Intervention Image supports "GD Library" and "Imagick" to process images
11 | internally. You may choose one of them according to your PHP
12 | configuration. By default PHP's "GD Library" implementation is used.
13 |
14 | Supported: "gd", "imagick"
15 |
16 */
17
18 'driver' => 'gd'
19
20 ];
21