[Insight-users] Fw:TIF to BMP and BMP to TIF

David Doria daviddoria at gmail.com
Thu Mar 24 07:35:54 EDT 2011


2011/3/23 michael ma <michael8446 at 126.com>:
> Dear all,
>
> does ITK have any class or example that can convert TIF  image  to BMP image
> and BMP image to TIF image?
>
> thank you for any help!
>
> Best regards,
> michael

You shouldn't have to do anything specific to those formats. Just use
an ImageFileReader
http://www.itk.org/Wiki/ITK/Examples/IO/ImageFileReader

followed by an ImageFileWriter
http://www.itk.org/Wiki/ITK/Examples/IO/ImageFileWriter

David


More information about the Insight-users mailing list