def bridge(image, mask=None, iterations=1):
    """Fill in pixels that bridge gaps.
    
    1 0 0    1 0 0
    0 0 0 -> 0 1 0