Available Methodswidth()On this pagewidth()->width(): intGet the image width.ParametersThis method has no parameters.Returnsint: The image widthExampleuse SergiX44\ImageZen\Image;$width = Image::make('path/to/image.jpg')->width();