Neos\Media\Domain\Model\ImageInterface::getAspectRatio PHP 메소드

getAspectRatio() 공개 메소드

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")
리턴 float
    public function getAspectRatio($respectOrientation = false);