in reply to Display a generated image using Mason

Try something like this:
$r->content_type('image/png'); $m->clear_buffer; $m->out($image); $m->abort(200);

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.