in reply to Re: Working with images
in thread Working with images

Image::Magick looks quite useful. I'll have to give that a try. By the way, after a cursory glance through the documentation, I didn't see how I could return the image directly to the caller, rather then saving it. Do you know how to do that?
Gracias

Replies are listed 'Best First'.
Re: Re: Re: Working with images
by Chmrr (Vicar) on Mar 31, 2002 at 22:54 UTC

    You'll want to print it to standard output. Per the docs, this would be:

    $image->Write("gif:-");

    perl -pe '"I lo*`+$^X$\"$]!$/"=~m%(.*)%s;$_=$1;y^`+*^e v^#$&V"+@( NO CARRIER'

      ¡Hey, that works great!
      ¡¡Muchas Gracias!!