write to a scalar variable

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
hydsdrao

write to a scalar variable

Post 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)
Post Reply