You can use image sequences in MFile and MFReader objects just like a common video file. You should initialize them with a wildcard. For example:
MFReader myReader = new MFReader(); myReader.ReaderOpen(@"c:\myImages\*.png", "");
or
MFile myFile = new MFile(); myFile.FileNameSet(@"F:\big_buck_bunny\*.tga", null)
Supported formats for images: PNG, JPG, BMP, TIFF, TGA, DPX.