<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hello,<div><br></div><div>This error message may need to be improved [1]. I think your file name does not exist.</div><div><br></div><div>Try assigning your filename string to a variable. This will enable inspection of the variable's value and checking os.path.isfile() to determine if it exists. You may want to look into using Python raw strings for windows paths [2]. I think that if you pass a filename to SimpleITK with forward slashes it should still work too. </div><div><br></div><div>Also SimpleITK 0.9.0 is now out :)</div><div><br></div><div>HTH,</div><div>Brad</div><div><br></div><div>[1] <a href="https://issues.itk.org/jira/browse/SIMPLEITK-638">https://issues.itk.org/jira/browse/SIMPLEITK-638</a></div><div>[2] <a href="https://docs.python.org/2/tutorial/introduction.html#strings">https://docs.python.org/2/tutorial/introduction.html#strings</a></div><div><br></div><div>Also your filename string contains python escaped sequences. Using the Windows contentions of backslashes for filenames is very problematic.</div><div><br></div><div><br></div><div><br></div><div><br><div><div>On May 19, 2015, at 8:44 PM, Lefkowitz, Matthew E <<a href="mailto:mel88@pitt.edu">mel88@pitt.edu</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div data-externalstyle="false" dir="ltr" style="font-family: Calibri, 'Segoe UI', Meiryo, 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', sans-serif; font-size: 12pt;"><div>​</div><div><br></div><div>I recently upgraded my SimpleITK version up to the newest version, version .9.0rc1. Since the upgrade, I have not been able to load .tiff images into simpleITK and I cannot figure out why. It is worth noting that it is not a memory issue as I have used test images in the .tiff format and I still obtained the same errors. Furthermore, I am running SimpleITK in 64 bit python as I needed the extra memory in past projects I worked on. In order to test finally whether the issue originates from the code or from SimpleITK errors, I ran a set of old code (which I know worked) and it gave me the same error. I attached a screenshot of the error below. As you can (or cannot) see, I receive the error: sitk::ERROR: Unable to determine ImageIO reader for “C:\MIIA\Kim_Lab\Liver\test.tiff”.</div><div><br></div><div><br></div><div><span><Image753.png></span></div><div>I would greatly appreciate any help. If any more information is needed from me in order to resolve the problem, please let me know.</div><div><br>Sincerely,</div><div>Matt Lefkowitz</div></div>_____________________________________<br>Powered by<span class="Apple-converted-space"> </span><a href="http://www.kitware.com/">www.kitware.com</a><br><br>Visit other Kitware open-source projects at<br><a href="http://www.kitware.com/opensource/opensource.html">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">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">http://www.itk.org/Wiki/ITK_FAQ</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://public.kitware.com/mailman/listinfo/insight-users">http://public.kitware.com/mailman/listinfo/insight-users</a></div></blockquote></div><br></div></body></html>