levigo / jbig2-imageio

A Java ImageIO plugin for the JBIG2 bi-level image format
Apache License 2.0
31 stars 19 forks source link

Replace deprecated `STANDARD_INPUT_TYPE` #16

Closed ghost closed 7 years ago

ghost commented 8 years ago

The constant STANDARD_INPUT_TYPE in ImageReaderSpi has been deprecated. Replace with a self-created array as suggested by javadoc: { ImageInputStream.class }