Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I'm really sorry to be obtuse. I have been rtfm for f ages but I don't see how to simply print my image to the screen. I can write it to a file and then print it and then delete the file. But I don't want to. Can someone help me with this (and show me where it was in the docs!). Thanks.

Replies are listed 'Best First'.
Re: image::magick print to screen
by almut (Canon) on Mar 05, 2009 at 09:29 UTC
Re: image::magick print to screen
by zentara (Cardinal) on Mar 05, 2009 at 11:43 UTC
    With Image::Magic, always go thru the source code's example scripts, and see how they do it. The examples are better than the docs.

    I'm not really a human, but I play one on earth My Petition to the Great Cosmic Conciousness
Re: image::magick print to screen
by moritz (Cardinal) on Mar 05, 2009 at 09:28 UTC
    You could try to use '-' as the file name, or pass *STDOUT instead of the file name. For some modules that works, don't know if it does for Image::Magick.