Hi

I'm new to Image::Magick.

I have a perl script which displays an image and requires some user input
from the command line.

I would like to leave the image displayed while getting the input but the
script is hanging once the image is displayed and does not continue until I
close the window.

I have tried using

$image->Write('win:');

and

system("imdisplay $path");

but both seem to block.

Any ideas?

Secondly if there is a way of leaving the display open while continuing with
the script is there a way of closing the display programmatically later on?

Many thanks
Mark


_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to