Search found 2 matches

by huelter
2015-11-18T15:28:12-07:00
Forum: Developers
Topic: Can myImage.display() not halt the execution of the program?
Replies: 2
Views: 4178

Re: Can myImage.display() not halt the execution of the program?

Thank you for replying.

That command does allow execution, but I can't redraw on it. Should I request a feature?

Edit: I found a way using

Code: Select all

display -remote image &
by huelter
2015-11-18T07:53:55-07:00
Forum: Developers
Topic: Can myImage.display() not halt the execution of the program?
Replies: 2
Views: 4178

Can myImage.display() not halt the execution of the program?

Hi.

I am wondering if there is a way for ImageMagick to continue program execution after calling display()? The window has to be closed for the program to continue at the moment.

What I want to do is to display an image, modify it, and redraw the image on the same window. Is this possible?

Thanks!