<DIV>Hi,&nbsp; </DIV>
<DIV>&nbsp; I think&nbsp;the problem is your png image's name.&nbsp;you should change all&nbsp;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>&nbsp; pngreader.SetFilePrefix(standardStr + "\image");<BR>&nbsp; pngreader.SetFilePattern("%s%d.png");<BR>&nbsp; // ... ...<BR>&nbsp; pngreader.SetDataExtent(0, 511, 0, 511, 1, 10);<BR>&nbsp; // ... ...<BR></FONT>&nbsp; hope this could help you.</DIV>
<DIV>&nbsp; M. J. </DIV>