Posts Tagged JII
JII (Java Image Info) Version 1.2.0
Version 1.2.0 of JII has been released.
It provides a clean interface to a collection of Java libraries and source code to read basic properties of images.
Changes:
- updated java to 11
- rewritten the ProcessBuilderWrapper
- fixed call of identify (imagemagick)
- changed repo
Since this version JII gets it’s own maven repository.
The following entries are required in the pom.xml:
<repositories>
<repository>
<id>jiirepo</id>
<url>https://myrepo.thischwa.codes/repository/jii/</url>
</repository>
</repositories>
<dependency>
<groupId>codes.thischwa.jii</groupId>
<artifactId>java-image-info</artifactId>
<version>1.2.0</version>
</dependency>
JII (Java Image Info) Version 1.1.0
Version 1.1.0 of JII has been released.
It provides a clean interface to a collection of Java libraries and source code to read basic properties of images.
Changes:
- issue #5 Include Apache-Commons-Imaging
- issue #8 Update platform to Java 8
- updated slf4j to 1.7.25
- changed to maven 3.5