How to Work with Large Images? (P5 seems broken)

edited January 2017 in Programming Questions

I'm trying to draw on an image larger than my monitor (approx 2400 x 3300 pixels). When I try to save the results only the part visible on the screen is saved correctly. I've tried saving both the window PGraphics and the offscreen PGraphics that I'm drawing into. In the case of the window one it crops the image and only saves the visible portion. In the case of the offscreen one it saves the full image, but none of the drawing commands to the offscreen portion of the window are preserved.

The sketch works correctly on a scaled down version of the image. I'm trying to get it to work at full resolution so I can print it. Please help!

Thank you!

Answers

Sign In or Register to comment.