ImageFile = Image.open('filePath', 'r') ImageFile = ImageFile.convert('YCbCr') ImageFileYCbCr = numpy.array(ImageFile) ImageFileYCbCr
確定! 回上一頁