glv
4
Hello,
Welcome to the Processing forum.
There are examples in the Processing IDE (File > Examples…)
Using this one:
Add to setup:
textSize(24);
Add a line to display text after the image:
text("Space: The final frontier.", width-400, 50);
And voila!
References:
:)
1 Like