Remove unused placeholder images in public directory
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
This commit is contained in:
parent
85e7b0f6bc
commit
962bb32f96
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)
|
$img = ImageBuilder::new($width, $height)
|
||||||
->enableAlphaBlending(TRUE)
|
->enableAlphaBlending(TRUE)
|
||||||
->addBackgroundColor(255, 255, 255, 127)
|
->addBackgroundColor(255, 255, 255)
|
||||||
->addCenteredText($text, 64, 64, 64, 1);
|
->addCenteredText($text, 64, 64, 64);
|
||||||
|
|
||||||
$path = rtrim($path, '/');
|
$path = rtrim($path, '/');
|
||||||
|
|
||||||
|
@ -22,5 +22,5 @@ use RuntimeException;
|
|||||||
* Exception for bad configuration
|
* Exception for bad configuration
|
||||||
*/
|
*/
|
||||||
class ImageCreationException extends RuntimeException {
|
class ImageCreationException extends RuntimeException {
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user