0
Reply

Showing Fullscreen Image Sequences Fast

Ask a question
Vlad Joukov

Vlad Joukov

14y
1.7k
1
I have image sequences in .bmp files (200-500) frames. The idea is to load all the frames into memory and then be able to show them like a video with variable refresh rate, swapping between different loaded sequences, displaying images from two sequences side by side, pausing, ect. My question is what is the best way to approach this ? How should the Images be loaded into memory ? What is the best way of displaying the images, DirectX or WPF or something else ?