MantisBT - ITK
View Issue Details
0007324ITKpublic2008-07-10 12:132010-10-21 12:31
x25c54 
kentwilliams 
normalmajoralways
closedfixed 
 
ITK-3-12 
0007324: AnalyzeImageIO does not write RGB (multi-component) images
AnalyzeImageIO does not write multi-component images such as RGB images. This is a known problem with ITK's AnalyzeImageIO.

An attempt to write a RGB returns with this exception: "itk::ERROR: AnalyzeImageIO(03193830): More than one component per pixel not supported"

No tags attached.
cpp main.cpp (1,729) 2008-07-10 12:13
https://public.kitware.com/Bug/file/1592/main.cpp
Issue History
2008-07-10 12:13x25c54New Issue
2008-07-10 12:13x25c54File Added: main.cpp
2009-04-20 17:13Luis IbanezStatusnew => assigned
2009-04-20 17:13Luis IbanezAssigned To => kentwilliams
2009-04-24 16:50kentwilliamsNote Added: 0016188
2009-04-24 16:50kentwilliamsStatusassigned => resolved
2009-04-24 16:50kentwilliamsFixed in Version => ITK-3-12
2009-04-24 16:50kentwilliamsResolutionopen => fixed
2010-10-21 12:31Gabe HartStatusresolved => closed

Notes
(0016188)
kentwilliams   
2009-04-24 16:50   
added support for rgb images & added regression test for same.