1、图像转换为矩阵matrix = numpy.asarray(image) 2、矩阵转换为图像image = Image.fromarray(matrix) 文章来源: 利用python中的PIL进行矩阵与图像之间的转换 标签 矩阵 矩阵图 python矩阵 python