update bio-formats version to 6.14.0.

This commit is contained in:
2023-07-13 13:50:25 +09:00
parent 705e7f7e7d
commit 4c581052ab
7 changed files with 64 additions and 30 deletions

View File

@ -1,27 +1,33 @@
# BioFormatsImageInfo
Metadata extraction tool based on Bio-Formats
### make package
```shell
mvn package
```
### run
```shell
./target/dist/bin/bioformats-imageinfo "[path to image file]"
```
### run by jar
```shell
java -jar ./target/dist/lib/bioformats-imageinfo-1.1.3.jar "[path to image file]"
java -jar ./target/dist/lib/bioformats-imageinfo-1.1.4.jar "[path to image file]"
```
### run by fat jar
```shell
java -jar ./target/bioformats-imageinfo-1.1.3-jar-with-dependencies.jar "[path to image file]"
java -jar ./target/bioformats-imageinfo-1.1.4-jar-with-dependencies.jar "[path to image file]"
```
### library usage
```java
import java.util.LinkedHashMap;
import java.util.Map;