in reply to Re: Gzip content-encoding and PerlMagick
in thread Gzip content-encoding and PerlMagick
Could I write to a container like <CONTAINER> and from there print it out to STDOUT? I am asking this because I need to apply Gzip to the output to speed up the transfer of the image to the browser, therefore I need to have the image data in a variable.binmode STDOUT; $image->Write("gif:-");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Gzip content-encoding and PerlMagick
by zentara (Cardinal) on Aug 13, 2008 at 18:14 UTC |