There is command in the oiiotool to swap the channels of a image by using the --ch command like so:
oiiotool rgba.tif --ch R=B,G,B=R,A -o bgra.tif
What Im asking is if there is an option to load two images to the stack and add lets say the Red channel from Image A to the green channel of image B.