<HTML>
<HEAD>
<TITLE>Re: [Paraview] Gzipped image file load</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Joohwi,<BR>
<BR>
I&#8217;m afraid that when I recently implemented that NRRD reader, I only implemented a subset that read raw image files. &nbsp;I did not use the NRRD library because it does not support parallel file reads, which is something that I need to do. &nbsp;Rather, the current implementation simply reads NNRD header files and passes that information to the raw image reader code.<BR>
<BR>
To implement an NRRD reader that reads the gzipped image files, the easiest path would be to implement a new reader that used the NRRD library. &nbsp;This reader would necessarily be nonparallel, and therefore restrictive in other ways.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 6/1/10 3:29 PM, &quot;Joohwi Lee&quot; &lt;<a href="joohwi@email.unc.edu">joohwi@email.unc.edu</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi, <BR>
<BR>
I tried to load gzipped NRRD file in Paraview, but it can't recognize the image saying that <BR>
<BR>
ERROR: In /home/kitware/Dashboard/MyTests/ParaView-3-8/ParaView-3.8/ParaView/VTK/Parallel/vtkPNrrdReader.cxx, line 365 vtkPNrrdReader (0x1d65a900): Unsupported encoding: gzip ERROR: In /home/kitware/Dashboard/MyTests/ParaView-3-8/ParaView-3.8/ParaView/VTK/Filtering/vtkExecutive.cxx, line 756 vtkCompositeDataPipeline (0x1d66b110): Algorithm vtkPNrrdReader(0x1d65a900) returned failure for request: vtkInformation (0x1d675050) &nbsp;&nbsp;Debug: Off &nbsp;&nbsp;Modified Time: 71816 &nbsp;&nbsp;Reference Count: 1 &nbsp;&nbsp;Registered Events: (none) &nbsp;&nbsp;Request: REQUEST_INFORMATION &nbsp;&nbsp;ALGORITHM_AFTER_FORWARD: 1 &nbsp;&nbsp;FORWARD_DIRECTION: 0 <BR>
<BR>
Is there a way to load 'gzipped' image files? I need it to save my local storage.<BR>
Thanks in advance,<BR>
<BR>
Joohwi.<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>