@@ -45,7 +45,7 @@ The basic image classes of Icy are the <a href="icy/sequence/Sequence.html">Sequ
The <ahref="icy/sequence/Sequence.html">Sequence</a> class allows the definition of an image over the 5 [XYCZT] dimensions.<br/>
It contains a list of and <ahref="icy/image/IcyBufferedImage.html">IcyBufferedImage</a> and maintain a [Z,T] position for each of them.<br/>
<br/>
<imgsrc="icy/doc/doc-files/img_struc.png"/>
<imgsrc="doc-files/img_struc.png"/>
<br/>
<br/>
The <ahref="icy/image/IcyBufferedImage.html">IcyBufferedImage</a> object overrides the AWT <ahref="http://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferedImage.html">BufferedImage</a> object so it remains compatible with the available API as image transformation and processing.