Screen\Image\Types\Type::getMimeType PHP Method

getMimeType() public method

Gets the MIME type of resulted image
public getMimeType ( ) : string
return string
    public function getMimeType()
    {
        return static::MIME_TYPE;
    }