python 图片二值化处理(处理后为纯黑白的图片) 先随便招一张图片test.jpg做案例然后对图片进行处理#图片二值化fromPILimportImageimg=Image.open('te 图片二值化