Image::mime
Get MIME Type of the current image
2.9M Downloads / Month
Open Source MIT License
2.9M Downloads / Month
Open Source MIT License
public Intervention\Image\Image mime()
Read MIME Type of current image instance, if it's already defined.
none
MIME Type of current image.
// read mime type of image
$mime = Image::make('public/foo.jpg')->mime();