1
- jai-imageio-jpeg2000
2
- ====================
1
+ [ ![ Release] ( https://jitpack.io/v/umjammer/jai-imageio-jpeg2000.svg )] ( https://jitpack.io/#umjammer/jai-imageio-jpeg2000 )
2
+ [ ![ Java CI] ( https://github.com/umjammer/jai-imageio-jpeg2000/actions/workflows/maven.yml/badge.svg )] ( https://github.com/umjammer/jai-imageio-jpeg2000/actions/workflows/maven.yml )
3
+ [ ![ CodeQL] ( https://github.com/umjammer/jai-imageio-jpeg2000/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/umjammer/jai-imageio-jpeg2000/actions/workflows/codeql-analysis.yml )
4
+ ![ Java] ( https://img.shields.io/badge/Java-8-b07219 )
5
+ [ ![ Parent] ( https://img.shields.io/badge/Parent-vavi--image-pink )] ( https://github.com/umjammer/vavi-image )
3
6
4
- [ ![ Build Status] ( https://travis-ci.org/jai-imageio/jai-imageio-jpeg2000.svg )] ( https://travis-ci.org/jai-imageio/jai-imageio-jpeg2000 )
7
+ # jai-imageio-jpeg2000
8
+
9
+ <img src =" https://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/JPEG_2000_logo.svg/190px-JPEG_2000_logo.svg.png " width =" 120 " />
5
10
6
11
JPEG2000 support for Java Advanced Imaging Image I/O Tools API core
7
12
[ jai-imagecore-core] ( https://github.com/jai-imageio/jai-imageio-core ) .
@@ -35,73 +40,17 @@ maintained and extends the original imageio with many useful features,
35
40
but depends on the
36
41
[ binary distribution of jai_core] ( http://download.osgeo.org/webdav/geotools/javax/media/jai_core/1.1.3/ ) .
37
42
43
+ ## Install
38
44
39
- ## Contribute
40
-
41
- You are welcome to raise
42
- [ Github pull requests] ( https://github.com/jai-imageio/jai-imageio-jpeg2000/pulls ) for any improvements,
43
- or to create [ GitHub issues] ( https://github.com/jai-imageio/jai-imageio-jpeg2000/issues ) for any bugs
44
- discovered.
45
-
46
- This project is maintained fully on GitHub by its community - to follow the project, simply
47
- [ watch this project on GitHub] ( https://github.com/jai-imageio/jai-imageio-jpeg2000/subscription ) .
48
-
49
-
50
- Usage
51
- -----
52
-
53
- To build this project, use Apache Maven 2.2.1 or newer and run:
54
-
55
- mvn clean install
56
-
57
- To use jai-imageio-core-jpeg2000 from a Maven project, add:
58
-
59
- <dependency>
60
- <groupId>com.github.jai-imageio</groupId>
61
- <artifactId>jai-imageio-jpeg2000</artifactId>
62
- <version>1.3.0</version>
63
- </dependency>
64
-
65
- To find the latest ` <version> ` above, see
66
- [ jai-imageio-jpeg2000 at BinTray] ( https://bintray.com/jai-imageio/maven/jai-imageio-jpeg2000 )
67
-
68
-
69
- jai-imageio-jpeg2000 is mirrored to Maven Central. Alternatively you can use
70
- this explicit repository:
45
+ https://jitpack.io/#umjammer/jai-imageio-jpeg2000
71
46
72
- <repositories>
73
- <repository>
74
- <id>bintray-jai-imageio</id>
75
- <name>jai-imageio at bintray</name>
76
- <url>http://dl.bintray.com/jai-imageio/maven/</url>
77
- <snapshots>
78
- <enabled>false</enabled>
79
- </snapshots>
80
- </repository>
81
- </repositories>
47
+ ## Usage
82
48
83
- The Maven repository include additional artifact types such as ` javadoc ` and ` sources `
84
- which should be picked up by your IDE's Maven integration.
49
+ ``` java
50
+ BufferedImage image = ImageIO . read(Paths . get(" /foo/bar.j2k" ). toFile());
51
+ ```
85
52
86
-
87
- Download
88
- --------
89
-
90
- To download the binary JARs, browse the
91
- [ Downloads at BinTray] ( https://bintray.com/jai-imageio/maven/jai-imageio-jpeg2000 ) .
92
-
93
-
94
- Javadoc
95
- -------
96
-
97
- * [ Javadoc for jai-imageio-jpeg2000] ( http://jai-imageio.github.io/jai-imageio-jpeg2000/javadoc/ )
98
- * [ Javadoc for jai-imageio-core] ( http://jai-imageio.github.io/jai-imageio-core/javadoc/ )
99
-
100
-
101
-
102
-
103
- Copyright and licenses
104
- ----------------------
53
+ ## Copyright and licenses
105
54
106
55
* Copyright © 1999/2000 JJ2000 Partners
107
56
* Copyright © 2005 Sun Microsystems
@@ -123,9 +72,7 @@ The [jj2000](src/main/java/jj2000) package in this module is licensed under the
123
72
with the GNU Public License (GPL)** . It is unknown what is the compatibility
124
73
of the JJ2000 license with other open source licenses.
125
74
126
-
127
- Changelog
128
- ---------
75
+ ## Changelog
129
76
130
77
* 1.3.1 - Now an OSGi bundle
131
78
* 1.3.0 - Changed package name to org.github.imageio.plugins.jpeg2000.
@@ -136,9 +83,7 @@ Changelog
136
83
support from [ jai-imageio-core] ( http://github.com/jai-imageio/jai-imageio-core )
137
84
for [ licensing reasons] ( https://github.com/jai-imageio/jai-imageio-core/issues/4 )
138
85
139
-
140
- More info
141
- ---------
86
+ ## More info
142
87
143
88
* https://github.com/jai-imageio/jai-imageio-jpeg2000
144
89
* https://github.com/jai-imageio/jai-imageio-core
0 commit comments