Export drawing with blur
in
Programming Questions
•
2 years ago
I attempted to export a drawing to pdf after using filter(BLUR, 6);
I got an error and assumed it was because blurs couldn't be exported into a vector. Then I tried to output it to .dxf, but ended up with a zero kb .dxf file that wont open in autocad. I changed to mode to OPENGL and others, but the file is still 0kb.
Is there any way I can export my drawing from processing into a still image/vector while using this filter?
Here's my file:
http://harrisonweber.com/test.pde
I got an error and assumed it was because blurs couldn't be exported into a vector. Then I tried to output it to .dxf, but ended up with a zero kb .dxf file that wont open in autocad. I changed to mode to OPENGL and others, but the file is still 0kb.
Is there any way I can export my drawing from processing into a still image/vector while using this filter?
Here's my file:
http://harrisonweber.com/test.pde
1