You can use VisIt to perform this visualization. According to the VisIt FAQ:
VisIt can read in many image file formats created by popular image editing software including: BMP, JPEG, PNG, PPM, PNM, RGB, TIFF. Stacks of images can also be assembled into 3D volumes using a .imgvol file, which is a text file containing the names of the files to assemble into the 3D volume.
As an example, I created 20 slices of a paraboloid and output each slice into a PNG file. I then created imagelist.imgvol that contains:
Z_START: 0.0
Z_STEP: 5
test1.png
test2.png
test3.png
test4.png
test5.png
test6.png
test7.png
test8.png
test9.png
test10.png
test11.png
test12.png
test13.png
test14.png
test15.png
test16.png
test17.png
test18.png
test19.png
test20.png
Notice that I used Z_STEP to rescale the z-axis. Then I opened the imgvol file in VisIt, and clicked Add -> Contour -> Intensity. This results in the following image:
