Skip to content

Commit

Permalink
Merge pull request #42 from andreped/release/v0.1.6
Browse files Browse the repository at this point in the history
Bump v0.1.6; README updates
  • Loading branch information
andreped authored Jan 30, 2025
2 parents 1fc4c42 + 6f73fa6 commit 03bce27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ vsi2tif -i /path/to/olympus/wsis/ -o /path/to/converted/wsis/directory/ -b /path
Comprehensive CLI documentation can be seen below:

```
usage: vsi2tif [-h] -i INPUT -o OUTPUT -b BFCONVERT [-c COMPRESSION] [-s TILESIZE] [-q QUALITY] [-m MAX_MEM] [-v VERBOSE] [--remove-name-spaces] [-p PLANE]
usage: vsi2tif [-h] -i INPUT -o OUTPUT -b BFCONVERT [-c COMPRESSION] [-s TILESIZE] [-q QUALITY] [-m MAX_MEM] [-v VERBOSE] [--remove-name-spaces] [-p PLANE] [--noskip-converted] [-f EXTENSION]
vsi2tif - simple tool for converting images from cellSens VSI to Generic TIFF
Expand All @@ -130,7 +130,10 @@ options:
set verbosity level - default 1
--remove-name-spaces replace spaces in filename with underscores in batch mode
-p PLANE, --plane PLANE
which image plane to convert image from. If set to -1, all series are converted and the largest is kept - default 0
image plane to convert image from. If set to -1, all series are converted and the largest is kept - default 0
--noskip-converted To specifically request existing files to be converted again
-f EXTENSION, --extension EXTENSION
extension type to consider (e.g., .vsi)
```

## [License](https://github.com/andreped/vsi2tif#license)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="vsi2tif",
version="0.1.5",
version="0.1.6",
author="André Pedersen, Sebastian Krossa, Erik Smistad, David Bouget",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit 03bce27

Please sign in to comment.