Changes
- Builds with OpenJDK 11 #36 (thanks @rleigh-codelibre)
- Report supported progressive write in
J2KImageWriteParam
#22 - Allow padding at end of stream from dcm4che #33 by @red1408
- Fix overflow regressions since 5.1 release #26 by @faceless2
- Fix constant values changed since 5.1 release #26 by @faceless2
- Java 9 support #21 by @rleigh-codelibre
- Correct shifting by #24 by @Jugen (but see #26)
- Depend on imageio-core 1.4.0 by @rleigh-codelibre
- Add YCbCr support #13 from @rleigh-codelibre
ForwCompTransfSpec
: Allow 'false' as an alternative to 'off' #14 by @rleigh-codelibre- Fix NullPointerException reading as a Raster #17 by @rleigh-codelibre @melissalinkert
- HTML javadoc formatting fixes #16 by @rleigh-codelibre
FacilityManager
callback unregistration fixed #3 by @d09 @stain- NPE fix: Properties file error string moved to resources directory #12 by @glenhein
Usage
This library is intended to be used with jai-imageio-core 1.4.0
To use jai-imageio-core-jpeg2000 from a Maven project, add:
<dependency>
<groupId>com.github.jai-imageio</groupId>
<artifactId>jai-imageio-jpeg2000</artifactId>
<version>1.4.0</version>
</dependency>
To find the latest <version>
above, see jai-imageio-jpeg2000 at BinTray
jai-imageio-jpeg2000 is mirrored to Maven Central. Alternatively you can use this explicit repository at bintray:
<repositories>
<repository>
<id>bintray-jai-imageio</id>
<name>jai-imageio at bintray</name>
<url>https://dl.bintray.com/jai-imageio/maven/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
The Maven repository include additional artifact types such as javadoc
and sources
which should be picked up by your IDE's Maven integration.