Available Methodsheight()On this pageheight()->height(): intGet the image height.ParametersThis method has no parameters.Returnsint: The image heightExampleuse SergiX44\ImageZen\Image;$height = Image::make('path/to/image.jpg')->height();