Re: PerlMagick in an output filter

2005-02-15 Thread Stas Bekman
Dean Maslic wrote: Hi, Im trying to implement an output filter that modifies images using PerlMagick in a proxy environment. Since magick reads an image from a file-handle/stdin I guess I need to write the response data to a temp-file, Im not sure if its better to use the stream api's $f->read(my $

PerlMagick in an output filter

2005-02-15 Thread Dean Maslic
Hi, Im trying to implement an output filter that modifies images using PerlMagick in a proxy environment. Since magick reads an image from a file-handle/stdin I guess I need to write the response data to a temp-file, Im not sure if its better to use the stream api's $f->read(my $buffer, BUFF_LEN)