Home
last modified time | relevance | path

Searched refs:createWatermark (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Factories/
H A DImageFactory.php148 …$watermark = $this->createWatermark(width: $image->width(), height: $image->height(), media_file: …
201 …$watermark = $this->createWatermark(width: $image->width(), height: $image->height(), media_file: …
251 public function createWatermark(int $width, int $height, MediaFile $media_file): ImageInterface function in Fisharebest\\Webtrees\\Factories\\ImageFactory
/webtrees/app/Contracts/
H A DImageFactoryInterface.php77 public function createWatermark(int $width, int $height, MediaFile $media_file): ImageInterface; function