Is there a way to render a .pd file to make a printable graphic besides loading the file into PD? as in: $ renderPD input_patch.pd output_graphic.png This would be useful for documentation and could be a nice addition to a web server or browser. -- Jeff
Interested in getting caught up on today's news? Click here to checkout USA TODAY Headlines. http://track.juno.com/s/lc?s=198954&u=http://www.usatoday.com/news/front...
On Thu Feb 01, 2007 at 10:46:22PM +0000, Jeff Sandys wrote:
Is there a way to render a .pd file to make a printable graphic besides loading the file into PD? as in: $ renderPD input_patch.pd output_graphic.png This would be useful for documentation and could be a nice addition to a web server or browser.
the Tk canvas can render right to postscript. isnt there even a menu option for this in Pd?
-- Jeff
Interested in getting caught up on today's news? Click here to checkout USA TODAY Headlines. http://track.juno.com/s/lc?s=198954&u=http://www.usatoday.com/news/front...
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Ctrl-P/Cmd-P, or File->Print on the menu, makes a Postscript file
from your patch.
.hc
On Feb 1, 2007, at 10:46 PM, Jeff Sandys wrote:
Is there a way to render a .pd file to make a printable graphic
besides loading the file into PD? as in: $ renderPD input_patch.pd output_graphic.png This would be useful for documentation and could be a nice addition to a web server or browser. -- Jeff
__ Interested in getting caught up on today's news? Click here to checkout USA TODAY Headlines. http://track.juno.com/s/lc?s=198954&u=http://www.usatoday.com/news/ front.htm?csp=24
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
I spent 33 years and four months in active military service and
during that period I spent most of my time as a high class muscle man
for Big Business, for Wall Street and the bankers. - General
Smedley Butler
On Feb 1, 2007, at 10:46 PM, Jeff Sandys wrote:
Is there a way to render a .pd file to make a printable graphic
besides loading the file into PD?
On Thu, Feb 01, 2007 at 07:56:53PM -0500, Hans-Christoph Steiner wrote:
Ctrl-P/Cmd-P, or File->Print on the menu, makes a Postscript file
from your patch.
I wonder if it's possible to start pd with -nogui and send a message with -send to accomplish the same thing? That would be really nice for making web pages showing off Pd abstractions.
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
On Fri Feb 02, 2007 at 09:46:56AM +0800, Chris McCormick wrote:
On Feb 1, 2007, at 10:46 PM, Jeff Sandys wrote:
Is there a way to render a .pd file to make a printable graphic
besides loading the file into PD?On Thu, Feb 01, 2007 at 07:56:53PM -0500, Hans-Christoph Steiner wrote:
Ctrl-P/Cmd-P, or File->Print on the menu, makes a Postscript file
from your patch.I wonder if it's possible to start pd with -nogui and send a message with -send to accomplish the same thing? That would be really nice for making web pages showing off Pd abstractions.
nope, since Tk is required to render the PS
theres already read-only PHP libs to render PD patches to SVG for browser display. check osku.de
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 02/02/2007, at 3.25, carmen wrote:
On Fri Feb 02, 2007 at 09:46:56AM +0800, Chris McCormick wrote:
On Feb 1, 2007, at 10:46 PM, Jeff Sandys wrote:
Is there a way to render a .pd file to make a printable graphic besides loading the file into PD?
On Thu, Feb 01, 2007 at 07:56:53PM -0500, Hans-Christoph Steiner
wrote:Ctrl-P/Cmd-P, or File->Print on the menu, makes a Postscript file from your patch.
I wonder if it's possible to start pd with -nogui and send a message with -send to accomplish the same thing? That would be really nice
for making web pages showing off Pd abstractions.nope, since Tk is required to render the PS
Also it only "prints" what is seen on the screen, not the whole patch
if it's larger then the screen.
Hi,
you may be remembering this*: http://osku.de/foo/pd_on_ff-canvas_001.html
just a test, doesnt really render pd patches...
but could be that i mentioned (that i wanted) to do a pd to png converter with php, but that would have been "too" much work, as you would have to do somekind of database/algorithm for knowing what objects have how many inputs and outputs (without using pd)...
and yes, my page is just a "place holder" im lazy and busy at work ;)
cheers andre
*needs firefox1.5+ (or gecko1.8+ based browser)
ps. more fun for gecko1.8 based programs (svg+javascript) http://osku.de/svg/gui-examples/ made with xulrunner in mind (cause using middle and right mouse button)
On Thu, 2007-02-01 at 21:25 -0500, carmen wrote:
On Fri Feb 02, 2007 at 09:46:56AM +0800, Chris McCormick wrote:
On Feb 1, 2007, at 10:46 PM, Jeff Sandys wrote:
Is there a way to render a .pd file to make a printable graphic
besides loading the file into PD?On Thu, Feb 01, 2007 at 07:56:53PM -0500, Hans-Christoph Steiner wrote:
Ctrl-P/Cmd-P, or File->Print on the menu, makes a Postscript file
from your patch.I wonder if it's possible to start pd with -nogui and send a message with -send to accomplish the same thing? That would be really nice for making web pages showing off Pd abstractions.
nope, since Tk is required to render the PS
theres already read-only PHP libs to render PD patches to SVG for browser display. check osku.de
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Fri, Feb 02, 2007 at 07:11:11PM +0100, Andre Schmidt wrote:
ps. more fun for gecko1.8 based programs (svg+javascript) http://osku.de/svg/gui-examples/ made with xulrunner in mind (cause using middle and right mouse button)
Really cool!
Chris.
chris@mccormick.cx http://mccormick.cx
On Fri, 2007-02-02 at 19:11 +0100, Andre Schmidt wrote:
ps. more fun for gecko1.8 based programs (svg+javascript) http://osku.de/svg/gui-examples/ made with xulrunner in mind (cause using middle and right mouse button)
That's really nice. Do you mind if people use/modify/hack for their own purposes?
Jamie
i would love to see improvements/other ideas!
im a big fan of open source, so everything i create is/will be open source (was just too lazy to write that down ;)
so please, hack away! :)
cheers andre
On Mon, 2007-02-05 at 08:34 +0000, Jamie Bullock wrote:
On Fri, 2007-02-02 at 19:11 +0100, Andre Schmidt wrote:
ps. more fun for gecko1.8 based programs (svg+javascript) http://osku.de/svg/gui-examples/ made with xulrunner in mind (cause using middle and right mouse button)
That's really nice. Do you mind if people use/modify/hack for their own purposes?
Jamie
Yeah. Those are really great.
it would be lovely if PD proper could use SVG/vector format for the
main GUI element, rather than bitmaps. THis would really give PD a
huge edge, and allow for re-use in other areas on other platforms, etc.
Very nice work!
On Feb 5, 2007, at 3:34 AM, Jamie Bullock wrote:
On Fri, 2007-02-02 at 19:11 +0100, Andre Schmidt wrote:
ps. more fun for gecko1.8 based programs (svg+javascript) http://osku.de/svg/gui-examples/ made with xulrunner in mind (cause using middle and right mouse
button)That's really nice. Do you mind if people use/modify/hack for their
own purposes?Jamie
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
v a d e //
www.vade.info abstrakt.vade.info
On Mon Feb 05, 2007 at 02:42:02PM -0500, vade wrote:
Yeah. Those are really great.
it would be lovely if PD proper could use SVG/vector format for the main GUI element, rather than bitmaps. THis would really give PD a huge edge, and allow for re-use in other areas on other platforms, etc.
it does use vectors for the main GUI elements. they might not be antialiased on your platform , but a tk scaling setting or tkpath installation can fix that..
as for SVG... there arent a lot of libraries to make working with the <canvas> object nice, yet. not that anything shoudl stop you from porting desire.tk to javascript..
Very nice work!
On Feb 5, 2007, at 3:34 AM, Jamie Bullock wrote:
On Fri, 2007-02-02 at 19:11 +0100, Andre Schmidt wrote:
ps. more fun for gecko1.8 based programs (svg+javascript) http://osku.de/svg/gui-examples/ made with xulrunner in mind (cause using middle and right mouse button)
That's really nice. Do you mind if people use/modify/hack for their own purposes?
Jamie
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
v a d e //
www.vade.info abstrakt.vade.info
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Ah. That is interesting. I was not aware of that at all. Thanks for
the info.
On Feb 5, 2007, at 2:54 PM, carmen wrote:
it does use vectors for the main GUI elements. they might not be
antialiased on your platform , but a tk scaling setting or tkpath
installation can fix that..
v a d e //
www.vade.info abstrakt.vade.info
*doh*,
i was browsing my homepage with ftp and found an old screenshot http://osku.de/pd/foo/screenshot-pd-php-render.png
it seems i did more than i thought... i wonder if i can find the source code some where on my backup discs...
but the "drawbacks" still apply...
cheers andre
On Fri, 2007-02-02 at 19:11 +0100, Andre Schmidt wrote:
Hi,
you may be remembering this*: http://osku.de/foo/pd_on_ff-canvas_001.html
just a test, doesnt really render pd patches...
but could be that i mentioned (that i wanted) to do a pd to png converter with php, but that would have been "too" much work, as you would have to do somekind of database/algorithm for knowing what objects have how many inputs and outputs (without using pd)...
and yes, my page is just a "place holder" im lazy and busy at work ;)
cheers andre
*needs firefox1.5+ (or gecko1.8+ based browser)
ps. more fun for gecko1.8 based programs (svg+javascript) http://osku.de/svg/gui-examples/ made with xulrunner in mind (cause using middle and right mouse button)
On Thu, 2007-02-01 at 21:25 -0500, carmen wrote:
On Fri Feb 02, 2007 at 09:46:56AM +0800, Chris McCormick wrote:
On Feb 1, 2007, at 10:46 PM, Jeff Sandys wrote:
Is there a way to render a .pd file to make a printable graphic
besides loading the file into PD?On Thu, Feb 01, 2007 at 07:56:53PM -0500, Hans-Christoph Steiner wrote:
Ctrl-P/Cmd-P, or File->Print on the menu, makes a Postscript file
from your patch.I wonder if it's possible to start pd with -nogui and send a message with -send to accomplish the same thing? That would be really nice for making web pages showing off Pd abstractions.
nope, since Tk is required to render the PS
theres already read-only PHP libs to render PD patches to SVG for browser display. check osku.de
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list