コード例 #1
0
ファイル: test_pil.py プロジェクト: haohao200609/Hybrid
def test_all_mono():
    mono_check('pil')
    mono_check('pil', 'tiff')
コード例 #2
0
ファイル: test_pil.py プロジェクト: Adeilsoara/LearnPython
def test_all_mono():
    with expected_warnings(['.* is a boolean image']):
        mono_check('pil')
コード例 #3
0
ファイル: test_pil.py プロジェクト: cuulee/scikit-image
def test_all_mono():
    mono_check('pil')
コード例 #4
0
def test_all_mono():
    mono_check('pil')
    mono_check('pil', 'tiff')
コード例 #5
0
ファイル: test_pil.py プロジェクト: Cadair/scikit-image
def test_all_mono():
    with expected_warnings(['.* is a boolean image']):
        mono_check('pil')