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 & HelpOther Libraries › Export SVG/Tiff an P3D generated Image
Page Index Toggle Pages: 1
Export SVG/Tiff an P3D generated Image (Read 2247 times)
Export SVG/Tiff an P3D generated Image
May 25th, 2010, 10:42am
 
Hi,
i´m used the explode script from Daniel Shiffman out of the example base.
I changed it a little that my image will explode but not on an mouseinput.
Now I need the generated image as an SVG-or Tiff-file, in a printable Size (300dpi).
I found the SVG Export libary, but now I hope I´m not false, it could only export 2D effects. But the explode script use P3D.
And my Source is an JPG-File not really usable to get SVG exported file.
What can I do now?

Best Regards
Re: Export SVG an P3D generated Image
Reply #1 - May 25th, 2010, 2:28pm
 
Why do you want an svg export? it makes absolutely no sense as these are just colored pixels. But if you can explain what you need it for, we will find a way.

Re: Export SVG/Tiff an P3D generated Image
Reply #2 - May 25th, 2010, 4:44pm
 
It was a thinking mistake Smiley. The original Image was from Illustrator and this was the source of my scattered  thoughts.
I changed my first post. I let the SVG-Libary inside because I read that this libary can also export Tiff-Files.
Re: Export SVG/Tiff an P3D generated Image
Reply #3 - May 25th, 2010, 10:52pm
 
so do you know how to export as tiff now ?
Re: Export SVG/Tiff an P3D generated Image
Reply #4 - May 26th, 2010, 12:51pm
 
I found the createGraphics(), but I havn´t jet the time to test it.
Also up to I have more time Smiley.
Page Index Toggle Pages: 1