<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>I have a question about the speed of the WriteImage function in the Python wrappers for SimpleITK.</div>
<div><br>
</div>
<div>I've got a simple program that reads in a volumetric image and writes out the orthogonal slices as individual files. For the case of a lung CT with 300 axial slices, writing out the 300 slices takes the following times:</div>
<div><br>
</div>
<div>5.12 seconds when writing them as TIFF images</div>
<div>25.31 seconds when writing them as Meta images</div>
<div>55.63 seconds when writing them as DICOM images</div>
<div><br>
</div>
<div>The order of magnitude time difference between writing the TIFFS and the DICOM images was shocking. Has anyone else observed anything like this?</div>
<div><br>
</div>
<div>I'm using Python 2.7 and SimpleITK version 0.4.0.</div>
<div><br>
</div>
<div>Brian</div>
<div><br>
</div>
</body>
</html>