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 $
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)