<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style>
<!--
@font-face
        {font-family:Wingdings}
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:#0563C1;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:#954F72;
        text-decoration:underline}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {margin-top:0cm;
        margin-right:0cm;
        margin-bottom:0cm;
        margin-left:36.0pt;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
.MsoChpDefault
        {font-family:"Calibri","sans-serif"}
@page WordSection1
        {margin:72.0pt 72.0pt 72.0pt 72.0pt}
div.WordSection1
        {}
ol
        {margin-bottom:0cm}
ul
        {margin-bottom:0cm}
-->
</style>
</head>
<body lang="EN-GB" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi,</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">I have created a utility that provides a capability to convert from many vendor formats to the DICOM (supplement 145 now embodied in standard) media file format for VL Whole Slide Microscopy Images.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">The utility is for Windows only, and is available as a GUI and command line program. I have made available both the 32-bit (x86) and 64-bit (x64) variants at:</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoListParagraph" style="text-indent:-18.0pt"><span style="font-family:Symbol"><span style="">&middot;<span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><a href="https://s3-eu-west-1.amazonaws.com/uk-co-ffei-sierra/Downloads/SierraConverter_Setup_x86.exe">https://s3-eu-west-1.amazonaws.com/uk-co-ffei-sierra/Downloads/SierraConverter_Setup_x86.exe</a></p>
<p class="MsoListParagraph" style="text-indent:-18.0pt"><span style="font-family:Symbol"><span style="">&middot;<span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><a href="https://s3-eu-west-1.amazonaws.com/uk-co-ffei-sierra/Downloads/SierraConverter_Setup_x64.exe">https://s3-eu-west-1.amazonaws.com/uk-co-ffei-sierra/Downloads/SierraConverter_Setup_x64.exe</a></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">You may also need to install the Microsoft Visual C&#43;&#43; 2010 runtime libraries as these are not currently installed with the application.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoListParagraph" style="text-indent:-18.0pt"><span style="font-family:Symbol"><span style="">&middot;<span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><a href="http://www.microsoft.com/en-gb/download/details.aspx?id=8328">http://www.microsoft.com/en-gb/download/details.aspx?id=8328</a> (x86)</p>
<p class="MsoListParagraph" style="text-indent:-18.0pt"><span style="font-family:Symbol"><span style="">&middot;<span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><a href="http://www.microsoft.com/en-gb/download/details.aspx?id=13523">http://www.microsoft.com/en-gb/download/details.aspx?id=13523</a> (x64)</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">A user guide for the utility can be downloaded from <a href="https://s3-eu-west-1.amazonaws.com/uk-co-ffei-sierra/Downloads/SierraConverter_UserGuide.pdf">
https://s3-eu-west-1.amazonaws.com/uk-co-ffei-sierra/Downloads/SierraConverter_UserGuide.pdf</a>.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">The utility uses the OpenSlide library, and as it has been used for a viewer that I also developed (sorry, but I cannot make this available to you) and I needed that to be able to open the DICOM images that I had converted (and from other
 sources), I modified the sources to allow me to do this. In due diligence I have made available the modified OpenSlide sources. These can be downloaded from
<a href="https://s3-eu-west-1.amazonaws.com/uk-co-ffei-sierra/Downloads/openslide_src.zip">
https://s3-eu-west-1.amazonaws.com/uk-co-ffei-sierra/Downloads/openslide_src.zip</a>.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">The sources include a new vendor driver &#8216;nema&#8217; chosen as this is the body that oversees changes to the DICOM standard. There is also a new &#8216;ffei&#8217; vendor driver for a format that we are using internally so this can be ignored.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">Please note that the DICOM support in the OpenSlide library only opens the first image in the file-set. Also if you analyse the resulting file(s) from the conversion you will see that I have made some assumptions about the image orientation
 relative to the DICOM standard. These may not always be correct as I have no other vendor originated file sets to check.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">I believe that the file set written by the converter is valid as I used the &#8216;dciodvfy&#8217; utility written by David Clunie (<a href="http://www.dclunie.com">http://www.dclunie.com</a>) to check.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">I use the excellent (and free) Rubo DICOM parser to look inside the DICOM files generated (<a href="http://www.rubomedical.com/dicomparser">http://www.rubomedical.com/dicomparser</a>).</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">Note that you will need an ICC profile in order to use the utility. However the utility does not check that it is a scanner profile, so you could just use a monitor profile. Several are available in the C:\Windows\System32\spool\drivers\color
 folder on Windows machines. The file will be populated with whichever you choose, but is unlikely to be semantically &#8216;correct&#8217; as a result if you do not have access to the original vendor&#8217;s ICC profile. Vendors such as Aperio embed theirs so you could try
 extracting it with a hex editor or such.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">John Stevenson-Hoare</p>
<p class="MsoNormal">&nbsp;</p>
</div>
<hr>
<div style="background-color:#FFFFFF; border:1px dotted #003333; padding:.8em">
<div align="center"><a href="http://www.ffei.co.uk"><img alt="FFEI Limited" src="http://www.ffei.co.uk/wp-content/uploads/2013/04/FFEI_Logo_BoxOnly_72dpi-Web-optimised-76x75.jpg" height="75" alt="FFEI_Logo_BoxOnly[1].png" border="0"></a>
<a href="http://www.ffei.co.uk/ffei-wins-third-queens-award-for-innovation/"><img alt="FFEI wins 3rd Queens award for innovation" src="http://www.ffei.co.uk/wp-content/uploads/2013/10/QA_small.png" height="75" border="0"></a></div>
<span style="font-size:12pt; font-family:'Cambria','times new roman','garamond',serif; color:#800080"><strong>CONFIDENTIALITY AND DISCLAIMER NOTICE</strong></span><br>
<p style="">This message and any attachment is confidential and is protected by copyright. If you are not the intended recipient, please email the sender and delete this message and any attachment from your system.
<br>
<br>
Dissemination and or copying of this email is prohibited if you are not the intended recipient. We believe, but do not warrant, that this email and any attachments are virus free. You should take full responsibility for virus checking.<br>
<br>
No responsibility is accepted by FFEI Ltd for personal emails or emails unconnected with FFEI Limited's business.
<br>
<br>
FFEI Limited is a limited company registered in England and Wales (Registered Number: 3244452).
</p>
<div align="center"><a href="http://www.linkedin.com/company/ffei" target="_blank"><img src="http://www.ffei.co.uk/wp-content/uploads/2013/10/linkedin_Small.png" border="0" alt="Join us on Linked In"></a>
<a href="https://twitter.com/FFEI_ltd" target="_blank"><img src="http://www.ffei.co.uk/wp-content/uploads/2013/10/twitter_small.png" height="30" border="0" alt="Follow @FFEI_ltd"></a>
<a href="http://www.youtube.com/user/FFEIPrintTechnology" target="_blank"><img src="http://www.ffei.co.uk/wp-content/uploads/2013/10/YouTube_small.png" height="30" border="0" alt="FFEI YouTube Channel"></a>
</div>
<div align="center"><span style="padding-top:10px; font-weight:bold; color:#000000; font-size:10pt; font-family:'Calibri',Arial,sans-serif">Registered Office: The Cube, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2 7DF, England.
</div>
</span></div>
</body>
</html>