Available Methodsmime()On this pagemime()->mime(): stringGet the image mime type.ParametersThis method has no parameters.Returnsstring: The image mime typeExampleuse SergiX44\ImageZen\Image;$mime = Image::make('path/to/image.jpg')->mime();