Skip to content

Commit 03bce27

Browse files
authored
Merge pull request #42 from andreped/release/v0.1.6
Bump v0.1.6; README updates
2 parents 1fc4c42 + 6f73fa6 commit 03bce27

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ vsi2tif -i /path/to/olympus/wsis/ -o /path/to/converted/wsis/directory/ -b /path
106106
Comprehensive CLI documentation can be seen below:
107107

108108
```
109-
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]
109+
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]
110110
111111
vsi2tif - simple tool for converting images from cellSens VSI to Generic TIFF
112112
@@ -130,7 +130,10 @@ options:
130130
set verbosity level - default 1
131131
--remove-name-spaces replace spaces in filename with underscores in batch mode
132132
-p PLANE, --plane PLANE
133-
which image plane to convert image from. If set to -1, all series are converted and the largest is kept - default 0
133+
image plane to convert image from. If set to -1, all series are converted and the largest is kept - default 0
134+
--noskip-converted To specifically request existing files to be converted again
135+
-f EXTENSION, --extension EXTENSION
136+
extension type to consider (e.g., .vsi)
134137
```
135138

136139
## [License](https://github.com/andreped/vsi2tif#license)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="vsi2tif",
9-
version="0.1.5",
9+
version="0.1.6",
1010
author="André Pedersen, Sebastian Krossa, Erik Smistad, David Bouget",
1111
author_email="andrped94@gmail.com",
1212
license="MIT",

0 commit comments

Comments
 (0)