Summary
First stable release of the **vsi2tif** command line tool for WSI conversion.
The tool allows for seamless conversion of WSis from the Olympus cellSens VSI format to Generic TIFF, which is a format compatible with commonly used packages for WSI processing, such as OpenSlide, FAST, and cuCUM.
What's Changed
* major rework - see mini changelog inside vsi2tif.py by sekro in https://github.com/andreped/vsi2tif/pull/1
* Fixed bug: Error when spaces present in filepath by smistad in https://github.com/andreped/vsi2tif/pull/2
* Quick fix to make compression of final image work by sekro in https://github.com/andreped/vsi2tif/pull/3
* Reimplemented tool into a python CLI by andreped in https://github.com/andreped/vsi2tif/pull/5
* Added single and batch conversion support by andreped in https://github.com/andreped/vsi2tif/pull/6
* Implemented linting shell scripts and CI workflow by andreped in https://github.com/andreped/vsi2tif/pull/7
* Implemented build and test CI for python CLI by andreped in https://github.com/andreped/vsi2tif/pull/8
* Fixed single wsi conversion; updated documentations by andreped in https://github.com/andreped/vsi2tif/pull/9
* Added support to set CLI verbosity by andreped in https://github.com/andreped/vsi2tif/pull/10
New Contributors
* sekro made their first contribution in https://github.com/andreped/vsi2tif/pull/1
* smistad made their first contribution in https://github.com/andreped/vsi2tif/pull/2
* andreped made their first contribution in https://github.com/andreped/vsi2tif/pull/5
**Full Changelog**: https://github.com/andreped/vsi2tif/commits/v0.1.0