Skip to content

Commit 1e4e3cc

Browse files
author
bpb
committed
Update for 1.1-fcs
git-svn-id: https://svn.java.net/svn/jai-imageio-core~svn/trunk@223 52b6d869-ac91-4f49-cf29-ee230d7a48ce
1 parent b9d0003 commit 1e4e3cc

File tree

1 file changed

+20
-39
lines changed

1 file changed

+20
-39
lines changed

www/index.html

Lines changed: 20 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -166,74 +166,55 @@ <h3><a name="Project_Highlights"></a>Project Highlights
166166
</h3>
167167
<p><b>Release project Source code</b> </p>
168168
<p>The current Java Advanced Imaging Image I/O Tools source
169-
code is the version 1.1. It is
169+
code is the version 1.2. It is
170170
available for download from the CVS repository of this project.
171171
The&nbsp; <a href="https://jai-imageio.dev.java.net/cvs-tags.html">Java
172172
Advanced Imaging Image I/O Tools CVS
173173
tags page</a> lists the existing CVS tags and describes the naming
174174
scheme used for these in the CVS repository. The root of this release
175175
is
176-
tagged as <span style="color: rgb(0, 0, 238);">root-1_1</span> and the
177-
latest version is tagged as <span style="color: rgb(0, 0, 238);">jai-imageio-1_1-beta</span>.
176+
tagged as <span style="color: rgb(0, 0, 238);">root-1_2</span> and the
177+
latest version is tagged as <span style="color: rgb(0, 0, 238);">jai-imageio-1_1-fcs</span>.
178178
The latest version can be retrieved by simple cvs checkout command or
179179
the tag can be
180180
used to retrieve a specific version from the CVS repository.
181181
</p>
182-
<p>The latest source release differs from the released 1.0_01 version
183-
in
184-
the following
185-
way:<br>
186-
</p>
187-
<ul>
188-
<li>Apache Ant targets have been made consistent with jai-core
189-
targets.</li>
190-
<li>1.1 is the next version of Java Advanced Imaging Image I/O Tools
191-
being currently worked upon. 64 bit support and bug fixes for
192-
identified bugs will be added to the source code as part of this
193-
version.<br>
194-
</li>
195-
</ul>
196-
<ol>
197-
</ol>
198182
<p><span style="font-weight: bold;">Java Advanced Imaging Image I/O
199-
Tools </span><span style="font-weight: bold;">1.1_x bug
183+
Tools </span><span style="font-weight: bold;"> bug
200184
fixes</span><br>
201185
</p>
202186
<p>We will work with the community to address bugs identified in
203187
Java Advanced Imaging Image I/O Tools
204-
1.0_01, and will release new versions of Java Advanced Imaging Image
205-
I/O Tools
206-
1.1_x as
207-
needed.
188+
and will release new versions of Java Advanced Imaging Image
189+
I/O Tools as needed.
208190
Bug fixes will be immediately available in the CVS source, or from the
209-
weekly builds that we intend to set up at a later time on this site. We
210-
will release official 1.1_x versions as needed. 1.1-beta has been
211-
released and the
212-
release that we are currently working on is 1.1-fcs.<br>
191+
daily builds on this site. We
192+
will release official versions as needed. 1.1-fcs has been
193+
released and the release that we are currently working on is 1.2.<br>
213194
</p>
214195
<p><span style="font-weight: bold;">Java Advanced Imaging Image I/O
215-
Tools 2.0</span><br>
196+
Tools 1.2</span><br>
216197
</p>
217198
<p>We intend to start work on
218-
designing and implementing the next version of the Java Advanced
219-
Imaging Image I/O Tools API.
199+
designing and implementing the next version of Java Advanced
200+
Imaging Image I/O Tools.
220201
The scope of this release will be driven by community members.
221-
Prospective features include reader/writer plug-ins for JBIG and JBIG2,
222-
and support for JBIG-in-TIFF compression. Suggestions for features to
223-
include
224-
in the next major release
202+
Suggestions for features to
203+
include in the next major release
225204
are of course welcome.</p>
226205
<h3><a name="Project_Suggestions"></a>Project Suggestions
227206
</h3>
228207
<p>Here are some project ideas for the jai-imageio-core project.<br>
229208
</p>
230209
<ul>
210+
<li>JBIG reader and writer.</li>
211+
<li>JBIG2 reader and writer.</li>
212+
<li>JBIG[2]-in-TIFF [de]compression.</li>
213+
<li>Improve interfaces for handling GeoTIFF metadata.</li>
214+
<li>HTTP byte-range ImageInputStream.</li>
215+
<li>Enhance the JPEG2000 readers to accept a JPIP client as input.</li>
231216
<li>Support horizontal differencing predictor when reading and
232217
writing TIFF images with a bit depth other than 8 bits per sample.</li>
233-
<li>JPEG2000 reader should provide the number of resolution levels
234-
present in the image.</li>
235-
<li>JPEG2000 reader should implement setSourceRenderSize() capability.<br>
236-
</li>
237218
</ul>
238219
<h3><a name="Demos"></a>Demos</h3>
239220
<p>The <a href="https://jai-imageio-demos.dev.java.net/">jai-imageio-demos</a>

0 commit comments

Comments
 (0)