[Insight-users] zraw

Sajendra sajendra at gmail.com
Fri Nov 5 08:07:28 EDT 2010


This should do the trick:
writer->SetUseCompression(false);

See here:
http://www.itk.org/Doxygen/html/classitk_1_1ImageFileWriter.html#a8a6c28a452130806a0bd577d70df8b0c

If you wanted to convert files that you had already created to
uncompressed you could write a small application that read them in
using an ImageFileReader and then immediately wrote them back to disk
with ImageFileWriter making sure that you set compression off.

Regards,
Sajendra

On Thu, Nov 4, 2010 at 1:57 PM, advanced math <advanced.math at gmail.com> wrote:
> Hi Everybody,
>
> I set my program to output the deformation field in .mhd format.
> But I found that the corresponding .raw is now in .zraw.
>
> It seems a new feature. How can I turn it off or how to convert the .zraw
> into common .raw?
>
> Many Thanks,
>
>
>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>


More information about the Insight-users mailing list