How to merge channel images into RGB image in Go

前端 未结 0 2000
無奈伤痛
無奈伤痛 2021-01-13 13:25

Just like the Python code below:

r, g, b = im.split()
im = Image.merge("RGB", (b, g, r))

Anyway,I try not to merge but directly put

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