在Python平台中,已经成为事实上的图像处理库的是()。
A. Skimage
B. CV2
C. NumPy
D. PIL
查看答案
PIL库中哪个是最主要的模块?
A. Image
B. ImageChops
C. ImageDraw
D. ImageFile
某代码读取图片文件时,识别该图像文件为PNG格式,那么该代码很可能使用了Image类中的()属性。
A. mode
B. info
C. palette
D. format
Image.convert(mode)实现图像的模式转换,参数设置为()时,图像转换为灰度图像。
A. 1
B. L
C. F
D. P
分离颜色通道使用的方法是()。
A. Image.split()
B. Image.blend()
C. Image.merge()
D. Image.seek()