Page 1 of 1

write to a scalar variable

Posted: 2010-08-02T21:46:09-07:00
by hydsdrao
Hi, I am a perlmagick newbie and have a question. Is there a way to write an Image::Magick object to a scalar variable.
I am trying to send an image processed using Image::Magick in an email. I wanted to see if I can skip writing the processed image to a file before attaching it to an email message.( BTW, I am using MIME::Lite to send the email)