Saving from PDE non-programmatically when the output is too large to screenshot

I have a program which has been running all day and I stupidly forgot to put any code in to save the output. The resulting image is too large to be displayed on my small laptop screen. Is there any way to save the output image from the PDE once it's finished generating? (This is running processing 2.2.1 in linux).

Tagged:

Answers

  • Hello there danceexmachina, you could easily import the pdf library and have it save the output to a .PDF file, then just zoom out on the PDF when done. I hope this is what you are looking for.

    -RywesTech www.rywestech.com

  • Without stopping the sketch and adding some code, it seems hard to do, if not impossible.

  • edited September 2014

    you can make a screen shot

    maybe there are special screen grabber programs (cautious of mal ware...) that can capture a window that's bigger than the screen?

    i don't know about wins own abilities...

  • edited September 2014

    no, when you use alt-print instead of print alone win takes only the visible part of the current window, not the entire window

Sign In or Register to comment.