MantisBT - ITK
View Issue Details
0006716ITKpublic2008-04-04 03:012010-10-21 12:32
vpeter 
Stephen Aylward 
normalmajoralways
closedfixed 
 
 
0006716: MetaImageIO cannot deal with files > 2GB
Reading MetaImages larger than 2Gb into ITK doesn't work property. By simply trying to read and write a 5.2Gb file the result is only 1.2Gb (5.2Gb - 2*2.0Gb =1.2Gb ... overflow?).
No tags attached.
Issue History
2008-04-04 03:01vpeterNew Issue
2008-04-08 19:12Stephen AylwardStatusnew => assigned
2008-04-08 19:12Stephen AylwardAssigned To => Stephen Aylward
2008-04-08 19:12Stephen AylwardNote Added: 0011197
2008-04-08 19:12Stephen AylwardStatusassigned => confirmed
2008-04-09 06:10Stephen AylwardNote Added: 0011201
2008-04-30 11:09Stephen AylwardStatusconfirmed => resolved
2008-04-30 11:09Stephen AylwardResolutionopen => fixed
2008-04-30 11:09Stephen AylwardNote Added: 0011604
2010-10-21 12:32Gabe HartStatusresolved => closed

Notes
(0011197)
Stephen Aylward   
2008-04-08 19:12   
Luis has confirmed.
(0011201)
Stephen Aylward   
2008-04-09 06:10   
Code for a candidate fix has been committed to cvs
(0011604)
Stephen Aylward   
2008-04-30 11:09   
Changed numerous vars to size_t and other appropriate meta-types.