height — Get height of image
Description
public Intervention\Image\Image height()
Returns the height in pixels of the current image.
Parameters
none
Return Values
Height of current image as integer
Examples
// read height of image
$height = Image::make('public/foo.jpg')->height();