We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Has anyone had any issues trying to draw and save images larger than your screen size? It seems to cap my width and height at my screen size. The same is also true when I instantiate a separate PGraphics object and draw everything there. Actually, I'm getting all kinds of weird things when using PGraphics objects. There seems to be some weird relationship between the size() method called in the main sketch and the engine that renders things in my separate PGraphics instance.
I'm using Processing 2.2.1, default renderer, Windows 7.
Answers
I tested this code and it saved me an image as expected... Processing 2.2.1 - macos 10.9.4
ok, so if only i were using a mac....