[vtkusers] Read Multiframe TIFF with new 5.2.0 release

Sean McBride sean at rogue-research.com
Mon Sep 29 15:57:43 EDT 2008


On 9/29/08 5:14 AM, Charles Monty Burns said:

>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?

Did it work in an older version of VTK?

It could have been caused by the fix for this bug:
<http://public.kitware.com/Bug/view.php?id=5469>

libTIFF was updated in VTK 5.2.
 
-- 
____________________________________________________________
Sean McBride, B. Eng                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada





More information about the vtkusers mailing list