[vtkusers] ImageReaders

H.Vidal, Jr. hvidal at tesseract-tech.com
Tue Jul 29 21:40:24 EDT 2003


On Wed, 30 Jul 2003, Matthias Haack wrote:

> Hi,
> 
> I'm new to vtk and wondering if there's an image reader which can 
> autodetect the image type.

I haven't noticed one in class hierarchy. I suspect that if it's not
implemented via existing specialist classes, you will have to read
header/data, etc. via parent class vtkImageReader or vtkImageReader2.
A new subclass or specialized detection via an existing class sounds like
the way to go.

'vtk auto detect file type' on google did not come up with anything too
directly related.

hv





More information about the vtkusers mailing list