in reply to Image::Magick and outputting to browser

When PerlMagick is writing to standard output, it does so without respecting the buffered data in Perl's buffer. Either unbuffer STDOUT, or make sure it's flushed before calling the ImageMagick routine.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Image::Magick and outputting to browser