<div dir="ltr">Massinissa,<div><br></div><div>Thanks for the update.<br></div><div><br></div><div>It looks like you are not catching the exception.</div><div><br></div><div>Please go back to the code, and around the Update method of the reader add a try / catch block</div>
<div><br></div><div>   try</div><div>      {</div><div>      reader->Update();</div><div>      }</div><div>    catch( itk::ExceptionObject & excp  ) </div><div>      {</div><div>      std::cerr << excp << std::endl;</div>
<div>      }</div><div><br></div><div>[ See more details about this in the ITK Software Guide ]</div><div><br></div><div>The error that this will print in the console, will illuminate the source of the problem</div><div>when reading the image.</div>
<div><br></div><div>Please share with the list the error message that you get in the console,</div><div>once you run your program with this try/catch block added.</div><div><br></div><div>   </div><div>   Thanks  </div><div>
<br></div><div>     Luis</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Dec 13, 2013 at 11:45 PM, Massinissa Bandou <span dir="ltr"><<a href="mailto:Massinissa.Bandou@usherbrooke.ca" target="_blank">Massinissa.Bandou@usherbrooke.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Luis,<br>
<br>
I have done what you suggest and I got a pop up window saying:<br>
<br>
*itk::ImageFileReaderException at memory location 0x001deea8.*<br>
<br>
an arrow pointing at line 144 of itkImageFileReader.hxx<br>
*    ImageFileReaderException e(__FILE__, __LINE__, msg.str().c_str(),<br>
ITK_LOCATION);<br>
    throw e;*<br>
<br>
what's wrong with the preparation of the image??<br>
<br>
Massi<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-users.7.n7.nabble.com/Opacity-for-3D-image-tp32950p32988.html" target="_blank">http://itk-users.7.n7.nabble.com/Opacity-for-3D-image-tp32950p32988.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the ITK - Users mailing list archive at Nabble.com.<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
_______________________________________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org">Community@itk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/community</a><br>
</div></div></blockquote></div><br></div>