Intervention/Image2

首页

width()


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

2023-09-08 更新 本文链接:https://upwqy.com/index.php/wiki/info/927.html



widen()