[Insight-users] about itkImageSeriesWrite
Luis Ibanez
luis.ibanez at kitware.com
Tue Jul 12 12:07:40 EDT 2005
Hi Yixun,
The ImageSeriesWrite used to generate the filesnames for you
using the assumption that you used a numerical scheme.
Since this is not acceptable for writing DICOM files, this
functionality was separated into a Filenames generator, so
you can generate DICOM filenames or Numeric file names.
Please look at the new edition of the ITK Software Guide,
http://www.itk.org/ItkSoftwareGuide.pdf
in particular to the "Reading and Writing Images" chapter,
where you will find the description on how to write a volume
as a series of PNG 2D images.
The example that you want to look at is:
Insight/Examples/IO/
ImageReadImageSeriesWrite.cxx
This example is explained in detail in the Software Guide.
Regards,
Luis
-------------------
Yixun Liu wrote:
> Hi,
> I use itkImageSeriesWrite to write the itk::image into a series of png
> files. However, I receive the warning: this function has been
> deprecated. How to remove this warning?
>
> Thanks
>
> Yixun Liu
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list