RE: [MASON] Using GD for dynamic graphics [SOLVED]

2002-03-22 Thread Nicolai Schlenzig
Thank you for your comments Ken, What I'm looking for in this case _is_ dynamic generated images and not really static files (generated by GD). But if I'm ever to use that kind of functionality - I know what to do (now) :) Dave pretty much got my scenario covered in his mail, so I'll be trying

RE: [MASON] Using GD for dynamic graphics

2002-03-22 Thread Nicolai Schlenzig
> > When I create a new GD::Image drawing whatever on it and trying > > to print it - it will be prepended to my html header for the > > page. I then tried to put it in $m->out to have in printed within > > Mason, but that simply printed the raw PNG in all its glory as > > text on screen. > > > >

Re: [MASON] Using GD for dynamic graphics

2002-03-21 Thread Ken Y. Clark
On Wed, 20 Mar 2002, Nicolai Schlenzig wrote: > Date: Wed, 20 Mar 2002 15:19:32 +0100 (CET) > From: Nicolai Schlenzig <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [MASON] Using GD for dynamic graphics > > Hi > > I would like to add some dynamic generated graphics to my site and find GD

Re: [MASON] Using GD for dynamic graphics

2002-03-21 Thread Dave Rolsky
On Wed, 20 Mar 2002, Nicolai Schlenzig wrote: > When I create a new GD::Image drawing whatever on it and trying to print > it - it will be prepended to my html header for the page. I then tried > to put it in $m->out to have in printed within Mason, but that simply > printed the raw PNG in all it