setup


    void setup() {
      size(800, 600);
      smooth();
      a = loadImage("soutine.jpg");
    }