fixed 632492 vtk/5.8.0-5 thanks This has been fixed in VTK 5.8.0:
$ cat vtkPNGReader.cxx
...
#if PNG_LIBPNG_VER >= 10400
png_set_expand_gray_1_2_4_to_8(png_ptr);
#else
png_set_gray_1_2_4_to_8(png_ptr);
#endif
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

