We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54bdee0 commit c00c850Copy full SHA for c00c850
docs/utils/image.md
@@ -27,8 +27,8 @@ The `Image` class is built to work with multiple image processing backends.
27
28
## Setting the image driver
29
30
-The image driver can be set using the `setImageDriver()` method in the `Transformers` class. The default driver is
31
-IMAGICK, but you can change it to GD or VIPS based on your requirements.
+The image driver can be set using the `setImageDriver()` method in the `Transformers` class. There is no default driver,
+so if you're performing any image related tasks, you must set an image driver.
32
33
```php
34
use Codewithkyrian\Transformers\Transformers;
0 commit comments