<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Write 3D color label map in itk and display it in Paraview</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi ITK users!<BR>
<BR>
I created a 3D color label map, where each pixel is of type RGBA. Which file format could I use to store such map in itk and to display it correctly in Paraview? I want to display this map next to a gray scale MR image, such that when I cut a certain plane, I see the plane of MR image with label map overlayed. I need RGBA because I want some pixels to be opaque.&nbsp;<BR>
<BR>
When I use RGB pixel type, I can write the file as .vtk and display it in Paraview (display the slice I want by using cut option and disabling MAP SCALARS option in Display window). However when I use RGBA with 4th channel for opacity of the pixel, I can&#146;t display the map correctly (MAP SCALARS option can not be turned off and the data is scaled using color map).<BR>
<BR>
I will appreciate any help you can give me!<BR>
<BR>
Jernej&nbsp;<BR>
</FONT>
</P>

</BODY>
</HTML>