The way I see most people use Processing is for drawing an image directly onto a screen or webpage on the client side.
How would one use Processing to create an imag
Processing was originally written for Java if I remember correctly. It was then ported to Javascript. You could use Java to create the image.