[vtkusers] Read Multiframe TIFF with new 5.2.0 release

Charles Monty Burns ch.monty.burns at googlemail.com
Sun Sep 28 23:14:34 EDT 2008


Hey,

I tryed to read an multiframe tiff by doing the following statements:

import vtk

reader = vtk.vtkTIFFReader()
reader.SetFileName("/medi2/ct_scans/Beckenknochen.tif")
reader.Update()

reader.CanReadFile(...) returns 3

Execute this crash in Segmentation fault.

What could be the reason for that error?

Greetings
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20080929/b68ac98e/attachment.htm>


More information about the vtkusers mailing list