ImageHandlerInterface.php
system/Images/ImageHandlerInterface.php
11 fn
resize
(int $width, int $height, bool $maintainRatio = false, string $masterDim = 'auto')
crop
(?int $width = null, ?int $height = null, ?int $x = null, ?int $y = null, bool $maintainRatio = false, string $masterDim = 'auto')
convert
(int $imageType)
rotate
(float $angle)
flatten
(int $red = 255, int $green = 255, int $blue = 255)
reorient
()
getEXIF
(?string $key = null)
flip
(string $dir = 'vertical')
fit
(int $width, int $height, string $position)
text
(string $text, array $options = [])
save
(?string $target = null, int $quality = 90)