@@ -3,13 +3,12 @@ jai-imageio-core (standalone)
33
44[ ![ Build Status] ( https://travis-ci.org/jai-imageio/jai-imageio-core.svg )] ( https://travis-ci.org/jai-imageio/jai-imageio-core )
55
6- NOTE: This is a fork of the
7- [ original jai-imageio-core] ( https://java.net/projects/jai-imageio-core/ )
8- (which is no longer maintained upstream).
6+ NOTE: This is a community fork of the original ` java.net ` project
7+ jai-imageio-core (which is no longer available upstream).
98
109
1110This project adds read/write support for the following file types to
12- Java's [ ImageIO] ( http ://docs.oracle.com/javase/8/docs/api/javax/imageio/ImageIO.html) :
11+ Java's [ ImageIO] ( https ://docs.oracle.com/javase/8/docs/api/javax/imageio/ImageIO.html) :
1312
1413* wbmp
1514* bmp
@@ -19,14 +18,20 @@ Java's [ImageIO](http://docs.oracle.com/javase/8/docs/api/javax/imageio/ImageIO.
1918* tiff
2019* gif (write)
2120
21+
22+ _ Note that most of these formats are now [ supported by Java 9] ( https://docs.oracle.com/javase/9/docs/api/javax/imageio/package-summary.html ) ._
23+
2224The classes of this projects are not generally used directly, but through
2325the SPI plugin mechanism of ImageIO. See the
24- [ ImageIO guide] ( http://docs.oracle.com/javase/8/docs/technotes/guides/imageio/spec/imageio_guideTOC.fm.html )
25- for details.
26+ [ ImageIO guide] ( https://docs.oracle.com/javase/8/docs/technotes/guides/imageio/spec/imageio_guideTOC.fm.html )
27+ for details.
28+
29+ The implementations provided by this project use the package name
30+ ` com.github.jaiimageio ` , note that other implementations might be provided by
31+ your Java installation or other dependencies.
2632
27- This project is called 'standalone' as unlike the [ original
28- jai-imageio-core] ( https://java.net/projects/jai-imageio-core/ )
29- it has removed dependencies to jai-core packages (` javax.media.jai ` ) and JPEG
33+ This project is called 'standalone' as unlike the original
34+ jai-imageio-core it has removed dependencies to jai-core packages (` javax.media.jai ` ) and JPEG
30352000 (` jj2000 ` ). This version also does not include the C
3136implementations from libJIIO, meaning that this version is platform independent
3237and fully redistributable under the 3-clause BSD license in
@@ -38,7 +43,7 @@ as it has a different (non-GPL compatible) license.
3843
3944
4045If you are not concerned about GPL compatibility or source code
41- availability, you might instead want to use
46+ availability, you may want to check out
4247https://github.com/geosolutions-it/imageio-ext/ which is actively
4348maintained and extends the original imageio with many useful features,
4449but depends on the [ binary distribution of jai\_ core] (
@@ -58,7 +63,7 @@ might still be of use to someone else.
5863
5964jai-imageio GitHub committers and contributors include (in no particular order):
6065
61- * [ Stian Soiland-Reyes] ( http ://orcid.org/0000-0001-9842-9718)
66+ * [ Stian Soiland-Reyes] ( https ://orcid.org/0000-0001-9842-9718)
6267* [ John Hewson] ( http://jahewson.com/ )
6368* [ Peter Hull] ( https://github.com/peterhull90 )
6469* [ Mark Carroll] ( https://github.com/mtbc )
@@ -131,7 +136,7 @@ or the [GitHub releases](https://github.com/jai-imageio/jai-imageio-core/release
131136Javadoc
132137-------
133138
134- Standalone [ Javadoc for jai-imageio-core] ( http ://jai-imageio.github.io/jai-imageio-core/javadoc/) is also
139+ Standalone [ Javadoc for jai-imageio-core] ( https ://jai-imageio.github.io/jai-imageio-core/javadoc/) is also
135140provided.
136141
137142
@@ -186,10 +191,13 @@ More info
186191---------
187192
188193* https://github.com/jai-imageio/jai-imageio-core
189- * http://jai-imageio.github.io/jai-imageio-core/javadoc/
194+ * https://jai-imageio.github.io/jai-imageio-core/javadoc/
195+ * http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-client-419417.html
196+ * https://docs.oracle.com/javase/8/docs/api/javax/imageio/ImageIO.html
197+ * https://docs.oracle.com/javase/8/docs/technotes/guides/imageio/index.html
198+ * https://docs.oracle.com/javase/8/docs/technotes/guides/imageio/spec/imageio_guideTOC.fm.html
199+
200+ These links are no longer available as ` java.net ` has shut down:
201+
190202* https://java.net/projects/jai-imageio-core/
191- * http://www.oracle.com/technetwork/java/current-142188.html
192203* http://download.java.net/media/jai/builds/release/1_1_3/
193- * http://docs.oracle.com/javase/8/docs/api/javax/imageio/ImageIO.html
194- * http://docs.oracle.com/javase/8/docs/technotes/guides/imageio/index.html
195- * http://docs.oracle.com/javase/8/docs/technotes/guides/imageio/spec/imageio_guideTOC.fm.html
0 commit comments