Hello maxrussel
You need to add a
image(img,xCoordinate,yCoordinate);
line to display your image on the screen which then gets saved to your output.jpg file.
Hello maxrussell
You can display multiple pictures on your canvas by simply using the image(); method more than once. If you want to edit the pictures before printing them to the canvas you can use methods like tint, saturation etc. There is a detailed description of all Processing methods here: https://processing.org/reference/