Searched refs:createWatermark (Results 1 – 2 of 2) sorted by relevance
148 …$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
77 public function createWatermark(int $width, int $height, MediaFile $media_file): ImageInterface; function