Python: reverse of transferring image into list of pixels?

后端 未结 0 949
一向
一向 2021-01-23 02:55
im = Image.open(\'segmentace_zkusebni_pi.jpg\')
pixel = list(im.getdata())

gets me a list of RGB of every pixel in the image. For my thesis (not program

相关标签:
回答
  • 消灭零回复
提交回复
热议问题