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