public Intervention\Image\Image height()
Returns the height in pixels of the current image.
none
Height of current image as integer
// read height of image
$height = Image::make('public/foo.jpg')->height();
2023-09-08 更新 本文链接:https://upwqy.com/index.php/wiki/info/897.html