update bio-formats version to 6.12.0.

This commit is contained in:
2023-04-20 12:25:50 +09:00
parent b00a67c5d0
commit 705e7f7e7d
3 changed files with 99 additions and 34 deletions

View File

@ -13,12 +13,12 @@ mvn package
### run by jar
```shell
java -jar ./target/dist/lib/bioformats-imageinfo-1.1.2.jar "[path to image file]"
java -jar ./target/dist/lib/bioformats-imageinfo-1.1.3.jar "[path to image file]"
```
### run by fat jar
```shell
java -jar ./target/bioformats-imageinfo-1.1.2-jar-with-dependencies.jar "[path to image file]"
java -jar ./target/bioformats-imageinfo-1.1.3-jar-with-dependencies.jar "[path to image file]"
```
### library usage