I am using CImg library to display a grayscale image (from a matrix) with VS 2008 and wants the code execution shall not stop once image is displayed i.e the image shall also continue to display and the code shall also continue its execution to next line so next image can be formed...
Is there any function available in CImg library which allows to keep the image displayed ...
Thanks in advance...