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
> > 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.
> >
> >
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
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