Neos\Media\Domain\Model\ImageInterface::getAspectRatio PHP Method

getAspectRatio() public method

Edge / aspect ratio of the image
public getAspectRatio ( boolean $respectOrientation = false ) : float
$respectOrientation boolean If false (the default), orientation is disregarded and always a value >= 1 is returned (like usual in "4 / 3" or "16 / 9")
return float
    public function getAspectRatio($respectOrientation = false);