Image::height
Get the height in pixels of the current image
2.9M Downloads / Month
Open Source MIT License
2.9M Downloads / Month
Open Source MIT License
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();