cowgirl has asked for the wisdom of the Perl Monks concerning the following question:
I need to use gzip encoding. The encoding part works for me, but I don't understand how to get the raw image data from PerlMagick to encode it. If I run:$image->Write("gif:-");
I receiveprint $image;
Is there a way to extract this data instead of letting PerlMagick write it?Image::Magick=ARRAY(0x847d3e0)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Gzip content-encoding and PerlMagick
by zentara (Cardinal) on Aug 13, 2008 at 16:39 UTC | |
by cowgirl (Acolyte) on Aug 13, 2008 at 17:28 UTC | |
by zentara (Cardinal) on Aug 13, 2008 at 18:14 UTC | |
|
Re: Gzip content-encoding and PerlMagick
by Burak (Chaplain) on Aug 13, 2008 at 18:16 UTC | |
by cowgirl (Acolyte) on Aug 13, 2008 at 19:59 UTC | |
by tod222 (Pilgrim) on Aug 13, 2008 at 22:26 UTC | |
|
Re: Gzip content-encoding and PerlMagick
by dwm042 (Priest) on Aug 13, 2008 at 16:08 UTC |