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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>libics home</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.8 Online Documentation.©2000-2010 by Cris Luengo and others.</p>
<h1>libics v.1.6.8<br>
<span class="subtitle">Image Cytometry Standard file reading and writing.</span></h1>
<p>This is the reference library for ICS (Image Cytometry Standard), an
open standard for writing images of any dimensionality and data type to
file, together with associated information regarding the recording
equipment or recorded subject.</p>
<div class="navbar">
<ul>
<li><a href="." class="selected">libics home</a>
<ul>
<li><a href="#description">What is ICS</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#license">License</a></li>
</ul>
</li>
<li><a href="Documentation.html">Documentation</a></li>
<li><a href="Credits.html">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>
<h2><a name="description"></a>ICS version 1.0 and 2.0</h2>
<p>ICS stands for Image Cytometry Standard, and was first proposed in:</p>
<p class="indented">P. Dean, L. Mascio, D. Ow, D. Sudar, J. Mullikin,
"Proposed standard for image cytometry data files", Cytometry, n.11,
pp.561-569, 1990.
<span class="download"><a href="http://dx.doi.org/10.1002/cyto.990110502">[DOI]</a></span>
<span class="download"><a href="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&list_uids=2379446">[PubMed]</a></span>
</p>
<p>It writes 2 files, one is the header, with an <tt>'.ics'</tt>
extension, and the other is the actual image data (with an
<tt>'.ids'</tt> extension).</p>
<p>ICS version 2.0 extends this standard to allow for a more versatile
placement of the image data. It can now be placed either in the same
<tt>'.ics'</tt> file or embedded in any other file, by
specifying the file name and the byte offset for the data.</p>
<p>The advantage of ICS over other open standards such as TIFF is that it
allows data of any type and dimensionality to be stored. A TIFF file
can contain a collection of 2D images; it's up to the user to determine
how these relate to each other. An ICS file can contain, for example, a
5D image in which the 4th dimension is the light frequency and the 5th
time. Also, all of the information regarding the microscope settings
(or whatever instrument was used to acquire the image) and the sample
preparation can be included in the file.</p>
<h2><a name="contact"></a>Contact</h2>
<p>The libics library is currently maintained by <a href="https://svi.nl"> Scientific Volume Imaging</a>.
You can mail comments, bugs and feature requests to
<a href="mailto:libics@svi.nl">libics(at)svi.nl</a></p>
<h2><a name="license"></a>License</h2>
<p>This library is distributed under the
<a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU LESSER GENERAL PUBLIC
LICENSE</a> (formerly the GNU Library Public License), version 2.1. This means you can use it
for whatever purpose, commercial or not, open or not. However, if you re-distribute
the sources in any form whatsoever you need to include the original copyright
statement. And if you change anything you need to mention this too.</p>
<p>This also means that none of the people involved in this project can be held
responsible for anything that goes wrong while you use this software. You use it
at your own risk.</p>
</body>
</html>
|