fix README.md about options

This commit is contained in:
serizawa 2024-11-01 10:23:42 +09:00
parent bc4be44174
commit dceb58cf82

View File

@ -11,19 +11,26 @@ mvn package
## run ## run
```shell ```shell
./target/dist/bin/bioformats-imageinfo "[path to image file]" ./target/dist/bin/bioformats-imageinfo "[OPTION]" "[path to image file]"
``` ```
### run by jar ### run by jar
```shell ```shell
java -jar ./target/dist/lib/bioformats-imageinfo-1.2.3.jar "[path to image file]" java -jar ./target/dist/lib/bioformats-imageinfo-1.2.3.jar "[OPTION]" "[path to image file]"
``` ```
### run by fat jar ### run by fat jar
```shell ```shell
java -jar ./target/bioformats-imageinfo-1.2.3-jar-with-dependencies.jar "[path to image file]" java -jar ./target/bioformats-imageinfo-1.2.3-jar-with-dependencies.jar "[OPTION]" "[path to image file]"
```
### OPTION
```shell
-M output metadata
-T output thumbnail
``` ```
## library usage ## library usage