Remove unused placeholder images in public directory
This commit is contained in:
parent
ed558a6484
commit
d34c79b4cd
Binary file not shown.
Before Width: | Height: | Size: 807 B |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
@ -311,8 +311,8 @@ function createPlaceholderImage (string $path, int $width = 200, int $height = 2
|
||||
{
|
||||
$img = ImageBuilder::new($width, $height)
|
||||
->enableAlphaBlending(TRUE)
|
||||
->addBackgroundColor(255, 255, 255, 127)
|
||||
->addCenteredText($text, 64, 64, 64, 1);
|
||||
->addBackgroundColor(255, 255, 255)
|
||||
->addCenteredText($text, 64, 64, 64);
|
||||
|
||||
$path = rtrim($path, '/');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user