public Intervention\Image\Image width()

Returns the width in pixels of the current image.

Parameters

none

Return Values

Width of current image in pixels as integer

Examples

// read width of image
$width = Image::make('public/foo.jpg')->width();

See also

Edit