Hi @ all,<br><br>i wanted to test the code of GeodesicActiveContourImageFilter.cxx from the example folder. So I took the core code and build it into my own app. It works great. But If I comment all the secondary writers (&quot;writer1&quot; - &quot;writer4&quot;) and their relevant casters etc., which produce the intermediate outputs, I get a fine error message. This doesn&#39;t make any sense to me, because the secondary writers do not mess with the primary writer...or what?<br>
<br>Thanx in advance, Michael<br><br>///////////////////////// here is the message ///////////////////////////////////<br>itk::ExceptionObject (0139BD50)<br>Location: &quot;void __thiscall itk::ImageFileWriter&lt;class itk::Image&lt;unsigned char,2&gt; &gt;::Write(void)&quot; <br>
File: c:\programme\itksource\code\io\itkImageFileWriter.txx<br>Line: 271<br>Description: itk::ERROR: ImageFileWriter(09CEBCC0): Largest possible region does not fully contain requested paste IO regionPaste IO region: ImageIORegion (0139BDA8)<br>
  Dimension: 2<br>  Index: 0 0 <br>  Size: 0 0 <br>Largest possible region: ImageRegion (0139BD78)<br>  Dimension: 2<br>  Index: [0, 0]<br>  Size: [0, 0]<br><br><br>