Note: this code is untested and not all browsers can handle this.#assuming $image contains the gif and $q is a CGI object use URI; my $u = URI->new("data:"); $u->media_type("image/gif"); $u->data($image); print $q->img(-src => "$u");
--
flounder
In reply to Re: Display a generated image using Mason
by flounder99
in thread Display a generated image using Mason
by nite_man
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |