Hallo MIke!
This is easy to do with PixelMath.
Step 1
iif(x()>(width($T)/1),pixel($T,x(),y()),pixel($T,width($T)-x(),y()))
Set Image id to b
Set Image width to the double value of the right Image width
drag the triangle on the right image.
Step 2
iif(x()>(width($T)/1),pixel(b,width(b)-x(),y()),pixel($T,x(),y()))
Set Image id to double
Set Image width to the double value of the left Image width
drag the triangle on the left image.
Thats it. Double contains your Images side by side.
Gerald
P.S.: There is also a working possibility with the Script "ImageInsert", but thats not so impressive complex....