> vtkImageCast *imageCast = vtkImageCast::New(); > imageCast->SetInput( reader->GetOutput() ); > imageCast->SetOutputScalarTypeToUnsignedChar(); > imageCast->Update(); > > try to use this code > That would work although you may want to use vtkImageMapToColors and adjust the Window and Level. John