Skip to content

Commit c00c850

Browse files
fix(docs): Update image documentation on default image driver
1 parent 54bdee0 commit c00c850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/utils/image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ The `Image` class is built to work with multiple image processing backends.
2727

2828
## Setting the image driver
2929

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.
30+
The image driver can be set using the `setImageDriver()` method in the `Transformers` class. There is no default driver,
31+
so if you're performing any image related tasks, you must set an image driver.
3232

3333
```php
3434
use Codewithkyrian\Transformers\Transformers;

0 commit comments

Comments
 (0)