in reply to Re: Image::Magick and outputting to browser
in thread Image::Magick and outputting to browser

yes, binmode does nothing on systems that don't distinguish between binary and text files. however, it's good practice to include it because that'll be one less thing to have to worry about if you ever decide to port the code to windows.

anders pearson

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