1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>libics: Credits</title>
<link rel="stylesheet" href="libics.css" type="text/css" title="default">
<!--[if lte IE 6]>
<link rel="stylesheet" href="iexplorefix.css" type="text/css" title="default">
<![endif]-->
</head>
<body>
<p class=header>libics v.1\.6\.6 Online Documentation.
©2000-2010 by Cris Luengo and others.</p>
<div class="navbar">
<ul>
<li><a href=".">libics home</a></li>
<li><a href="Documentation.html">Documentation</a></li>
<li><a href="Credits.html" class="selected">Credits</a></li>
<li><a href="Links.html">Links</a></li>
<li><a href="https://github.com/svi-opensource/libics/releases">Download</a></li>
<li><a href="https://github.com/svi-opensource/libics">GitHub</a></li>
</ul>
</div>
<h1>Credits</h1>
<p>As of 2016, this library is maintained by Scientific Volume Imaging:</p>
<p class="indented"><a href="https://svi.nl">Scientific Volume Imaging Holding B.V.</a><br>
Hilversum, The Netherlands.<br></p>
<p>This library was originally written and maintained by</p>
<p class="indented">Cris Luengo<br>
(previously at) Delft University of Technology, Delft, NL</p>
<p>With help from</p>
<ul class="credits">
<li>Bert Gijsbers, Scientific Volume Imaging BV, Hilversum, NL
(Most changes for version 1.3)</li>
<li>Fons Laan, Hubrecht Laboratorium, Utrecht, NL
(SCIL_Image compatability, MAKE files, bug fixes)</li>
<li>Frank de Jong, Delft University of Technology, Delft, NL
(IcsViewer utility improvements)</li>
<li>Peter Verveer, EMBL, Heidelberg, Germany
(autoconf/automake script)</li>
<li>David Svoboda, Masaryk University, Brno, Czech Republic
(Windows make files)</li>
<li>Glenn Pierce
(Idea of opening in "rw" mode and history iterator)</li>
</ul>
<p>Most of the code herein hasn't changed since the previous version,
by</p>
<p class="indented">Dr. Hans T.M. van der Voort<br>
<a href="https://svi.nl">Scientific Volume Imaging Holding B.V.</a><br>
Hilversum, The Netherlands.<br></p>
<p>Which ultimately is based upon stuff written by:</p>
<p class="indented">Damir Sudar, Geert van Kempen, Jan Jitze Krol, Chiel
Baarslag, Fons Laan and Hans van der Voort.</p>
<p>Compression is realized with <a href="http://www.zlib.org">zlib</a> version 1.1.3 or newer.</p>
<p>This project is hosted by <a href="http://github.com">GitHub</a></p>
</body>
</html>
|