Hello again,
What I have is an image that is made up of five images. ThroughSetImageSize and ImageToImage I appended each image to the right edge of the prior image. As a result I now have to append the images of multiple images together in a different fashion. Rather than adding each image to increase the X resolution I need to add each image to increase the Y resolution. Basically, I need to stack the images like rows rather than columns.
I tried tackling this with my VI that I used to add images which increased the X resolution by simply changing the Y resolution into the shift register but it was doing it in the wrong direction. Attached is the VI and two different sample images. I know that I'm missing something very simple and blatantly obvious and its driving me nuts.
Thanks in advance