[Insight-users] ImageIOFactory: GIPL added.

Luis Ibanez luis.ibanez@kitware.com
Mon, 10 Feb 2003 12:28:03 -0500


Marcel, Julien,

The Gipl factory has been added to the list of pre-registered factories.

Please let me know if there is any problem.

Thanks

    Luis

---------------------------

Marcel Prastawa wrote:

>I was unable to read in a GIPL image using the ImageFileReader class and I 
>found that the GiplImageIOFactory class was not registered in 
>ImageIOFactory, was this done intentionally?
>
>In addition to that, I had to register the GIPL factory before the Analyze 
>factory, otherwise the .gipl files will be opened using the Analyze IO class:
>...
>ObjectFactoryBase::RegisterFactory( VTKImageIOFactory::New() );
>// The following line was added
>ObjectFactoryBase::RegisterFactory( GiplImageIOFactory::New());
>ObjectFactoryBase::RegisterFactory( AnalyzeImageIOFactory::New());
>...
>
>Thanks,
>Marcel
>
>_______________________________________________
>Insight-users mailing list
>Insight-users@public.kitware.com
>http://public.kitware.com/mailman/listinfo/insight-users
>
>  
>