in reply to Outputing image in perl script/cgi
???
I suppose you are aware of the img tag and your problem is that the image data is generated dynamically.
The classic answer is either to statically store the image or to link in the image src url to a second cgi call requesting the image.
An alternative with "new" browsers is base64 encoding of an inlined image.
(Not really a perl question)
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Outputing image in perl script/cgi
by kepler (Scribe) on Nov 08, 2015 at 13:48 UTC | |
by LanX (Saint) on Nov 08, 2015 at 15:00 UTC | |
| |
by kennethk (Abbot) on Nov 08, 2015 at 16:31 UTC |