Home
last modified time | relevance | path

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

/webtrees/app/Factories/
H A DImageFactory.php113 … $image = $this->resizeImage(image: $image, width: $width, height: $height, fit: $fit);
198 … $image = $this->resizeImage(image: $image, width: $width, height: $height, fit: $fit);
322 …protected function resizeImage(ImageInterface $image, int $width, int $height, string $fit): Image… function in Fisharebest\\Webtrees\\Factories\\ImageFactory