Posts Tagged java-image-info
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>