update bio-formats version to 6.14.0.
This commit is contained in:
10
README.md
10
README.md
@ -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;
|
||||
|
Reference in New Issue
Block a user