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