image in a window
-
Hi, how can i show an existing image in a c++ window. I mean i want my code to open a window and display an existing image in that window. In a future work i will try to show an image sequence in that window. For example, i have image001.bmp, image002.bmp,.. image016.bmp. I want to open a window and display the images as a slide show in that window. Maybe going to the next image can be assigned to pressing a key on the keyboard. Or maybe a time feature could be used. I mean, in the window, existing images will be displayed each 0.5 seconds with the same order in the sequence. Could someone help me with an explanatory piece of code? Thank you ...
-
Hi, how can i show an existing image in a c++ window. I mean i want my code to open a window and display an existing image in that window. In a future work i will try to show an image sequence in that window. For example, i have image001.bmp, image002.bmp,.. image016.bmp. I want to open a window and display the images as a slide show in that window. Maybe going to the next image can be assigned to pressing a key on the keyboard. Or maybe a time feature could be used. I mean, in the window, existing images will be displayed each 0.5 seconds with the same order in the sequence. Could someone help me with an explanatory piece of code? Thank you ...