<DIV>Hi, </DIV>
<DIV> I think the problem is your png image's name. you should change all your png image's name to be "image0.png", "image1.png", "image2.png" and so on. at the same time, you must specify the image range, then you could use vtkPNGReader like so:</DIV>
<DIV><FONT color=#0000ff>vtkPNGReader pngreader = new vtkPNGRead();<BR> pngreader.SetFilePrefix(standardStr + "\image");<BR> pngreader.SetFilePattern("%s%d.png");<BR> // ... ...<BR> pngreader.SetDataExtent(0, 511, 0, 511, 1, 10);<BR> // ... ...<BR></FONT> hope this could help you.</DIV>
<DIV> M. J. </DIV>