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

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
20ohm
Posts: 1
Joined: 2011-08-29T01:36:08-07:00
Authentication code: 8675308

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

Post by 20ohm »

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?
Post Reply