Searched refs:ImageInterface (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/Contracts/ |
H A D | ImageFactoryInterface.php | 23 use Intervention\Image\Interfaces\ImageInterface; alias 77 public function createWatermark(int $width, int $height, MediaFile $media_file): ImageInterface; 82 public function addWatermark(ImageInterface $image, ImageInterface $watermark): ImageInterface;
|
/webtrees/app/Factories/ |
H A D | ImageFactory.php | 35 use Intervention\Image\Interfaces\ImageInterface; alias 251 public function createWatermark(int $width, int $height, MediaFile $media_file): ImageInterface 261 public function addWatermark(ImageInterface $image, ImageInterface $watermark): ImageInterface 322 …protected function resizeImage(ImageInterface $image, int $width, int $height, string $fit): Image… 334 protected function extractImageQuality(ImageInterface $image, int $default): int
|