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?