Skip to content

Commit

Permalink
Update contract
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed Oct 7, 2024
1 parent eeeaeb8 commit 3a59e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/ImageDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function crop(int $width, int $height, CropPosition $position = CropPosit

public function focalCrop(int $width, int $height, ?int $cropCenterX = null, ?int $cropCenterY = null): static;

public function base64(string $imageFormat): string;
public function base64(string $imageFormat, bool $prefixWithFormat = true): string;

public function background(string $color): static;

Expand Down

0 comments on commit 3a59e5c

Please sign in to comment.