If you’re only doing a few patches, I find exporting to postscript, converting to pdf, & then loading the pdf into a vector graphics program like Inkscape works. In Inkscape, I then fix the font sizing and spacing as well as choose a different font.
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Feb 15, 2016, at 8:02 AM, pd-list-request@lists.iem.at wrote:
From: Jonghyun Kim <agitato816@gmail.com mailto:agitato816@gmail.com> Subject: [PD] print to svg or png: font size, box shaping Date: February 15, 2016 at 4:11:59 AM MST To: "pd-list@lists.iem.at mailto:pd-list@lists.iem.at" <pd-list@lists.iem.at mailto:pd-list@lists.iem.at>
hi list,
I wanna print pd patch to svg or png. I mean not to print to console, but to vector image file.
I searched two methods, but either not acceptable yet.
what I expected: https://upload.wikimedia.org/wikipedia/commons/7/7b/Pd_example_3.svg https://upload.wikimedia.org/wikipedia/commons/7/7b/Pd_example_3.svg
but, what I get:
1: print ps(postscript): font size not correctly
https://2a2b66d052e595ab91afd8b684759eb36c0a8cf1.googledrive.com/host/0B42bn... https://2a2b66d052e595ab91afd8b684759eb36c0a8cf1.googledrive.com/host/0B42bn7ncw918TTE5V3p1WUFTeEk/pd-postscript-bad.ps
https://2a2b66d052e595ab91afd8b684759eb36c0a8cf1.googledrive.com/host/0B42bn... https://2a2b66d052e595ab91afd8b684759eb36c0a8cf1.googledrive.com/host/0B42bn7ncw918TTE5V3p1WUFTeEk/pd-postscript-bad-capture.png
2: pd-fileutils: font size problem, and shapes are a little bit strange https://2a2b66d052e595ab91afd8b684759eb36c0a8cf1.googledrive.com/host/0B42bn... https://2a2b66d052e595ab91afd8b684759eb36c0a8cf1.googledrive.com/host/0B42bn7ncw918TTE5V3p1WUFTeEk/pd-fileutils-test.svg
How to get a properly screen capture of pd patch?
Thanks, jonghyun