I have two different PImages that I'd like to combine into one PImage. They are both 1920x1080 pixels, and I'd like to combine them into one 3840x1080 image so that I can send it to an external application, essentially appending the second image to the right of the first. Can anyone recommend how to achieve this?
Will I need to load them into pixel arrays? If so, once I do how do I convert the resultant pixel array back into a PImage? If there is a less processor intensive way to do this, that'd be preferable. Thanks in advance.
1