Image.open; :py:func: ~PIL.Image.new; :py:func: ~PIL.Image.frombytes. im = PILImage.create(TEST_IMAGE) test_eq(type(im), PILImage) test_eq(im.mode, 'RGB') ...
確定! 回上一頁