Home
last modified time | relevance | path

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

/webtrees/app/Contracts/
H A DImageFactoryInterface.php77 public function createWatermark(int $width, int $height, MediaFile $media_file): ImageInterface; function
/webtrees/app/Factories/
H A DImageFactory.php251 public function createWatermark(int $width, int $height, MediaFile $media_file): ImageInterface function in Fisharebest\\Webtrees\\Factories\\ImageFactory