Ejemplo n.º 1
0
def test_all_mono():
    mono_check('pil')
    mono_check('pil', 'tiff')
Ejemplo n.º 2
0
def test_all_mono():
    with expected_warnings(['.* is a boolean image']):
        mono_check('pil')
Ejemplo n.º 3
0
def test_all_mono():
    mono_check('pil')
Ejemplo n.º 4
0
def test_all_mono():
    mono_check('pil')
    mono_check('pil', 'tiff')
Ejemplo n.º 5
0
def test_all_mono():
    with expected_warnings(['.* is a boolean image']):
        mono_check('pil')