Searched refs:resizeImage (Results 1 – 1 of 1) sorted by relevance
113 … $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