We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › saving highres images drawn without a background
Page Index Toggle Pages: 1
saving highres images drawn without a background (Read 233 times)
saving highres images drawn without a background
Feb 12th, 2009, 7:18am
 
I am working on some images i want to print and thought about ways to print work done with particles(points/lines) drawn without a background... is there any good way to export it highres? or am i limited to my screen resolution?

i know that it wont work with the tilesaver as it is openGL and has to be redrawn, are there any other ways? how would you do that ?
Re: saving highres images drawn without a backgrou
Reply #1 - Feb 12th, 2009, 11:38am
 
You can draw in a PImage of arbitrary size (limited by memory!).
When saving the image, it will probably have the screen resolution, though (72, 96, 120dpi, depending on system).
But if most image formats, you can just change this setting to another value (300, 1200...), without even changing the image data.
Page Index Toggle Pages: 1