I Hope this is the right place to ask this.
- background(bg);// where bg is a background image, same size as size(X,Y)
should set the background image. Im using eclipse(Helios) for Processing Development, added the required libraries but that code always throws an error "background image must be the same size as your application", funny enough, the same Piece of code loads the background image when run from within the PDE.
Any fix for this?
1