size(300,100); background(100); stroke(0); textAlign(CENTER); text("Hello save() function", width/2, height/2); save("test.png");