use ImageWriter to export to png image.

This commit is contained in:
2022-10-05 16:00:29 +09:00
parent e43b688d7f
commit aa61113357
3 changed files with 14 additions and 10 deletions

View File

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