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 & HelpPrograms › Graphics larger than your graphics card support -
Page Index Toggle Pages: 1
Graphics larger than your graphics card support - (Read 1064 times)
Graphics larger than your graphics card support -
Mar 15th, 2010, 7:59am
 
I have images from flicker which are (3072 x 2304)

This is way larger than my graphics card can handle.

I know about Processing Tilesaver which you can use to create large images.

How can I use that to load these humongous image sizes ?
Re: Graphics larger than your graphics card support -
Reply #1 - Mar 15th, 2010, 8:24am
 
Tilesaver is indeed about creating large images in OpenGL mode which indeed relies on the graphics card to ensure output.
Your problem is to load large images. Beside memory problems (just up the memory setting), Processing should have no issue in loading these. What is your problem exactly?
Re: Graphics larger than your graphics card support -
Reply #2 - Mar 16th, 2010, 5:05am
 
Processing is reporting that the image is larger than my Graphics card/resolution can support.

Is there a workaround?
Re: Graphics larger than your graphics card support -
Reply #3 - Mar 16th, 2010, 6:57am
 
Surprising. Can you show the exact error message?
And how you load the image?
Page Index Toggle Pages: 1