update bio-formats version to 7.0.0.
This commit is contained in:
10
README.md
10
README.md
@ -2,13 +2,13 @@
|
||||
|
||||
Metadata extraction tool based on Bio-Formats
|
||||
|
||||
### make package
|
||||
## make package
|
||||
|
||||
```shell
|
||||
mvn package
|
||||
```
|
||||
|
||||
### run
|
||||
## run
|
||||
|
||||
```shell
|
||||
./target/dist/bin/bioformats-imageinfo "[path to image file]"
|
||||
@ -17,16 +17,16 @@ mvn package
|
||||
### run by jar
|
||||
|
||||
```shell
|
||||
java -jar ./target/dist/lib/bioformats-imageinfo-1.1.4.jar "[path to image file]"
|
||||
java -jar ./target/dist/lib/bioformats-imageinfo-1.2.0.jar "[path to image file]"
|
||||
```
|
||||
|
||||
### run by fat jar
|
||||
|
||||
```shell
|
||||
java -jar ./target/bioformats-imageinfo-1.1.4-jar-with-dependencies.jar "[path to image file]"
|
||||
java -jar ./target/bioformats-imageinfo-1.2.0-jar-with-dependencies.jar "[path to image file]"
|
||||
```
|
||||
|
||||
### library usage
|
||||
## library usage
|
||||
|
||||
```java
|
||||
import java.util.LinkedHashMap;
|
||||
|
Reference in New Issue
Block a user