Skip to content

Convert Aperio SVS files to TIFF or OME-TIFF format using libvips, openslide and netvips.

License

Notifications You must be signed in to change notification settings

ajay1685/SVS2TIFF

Repository files navigation

SVS2TIFF

Table of contents

About

This repository contains a visual studio solution with the following projects.

  1. SVS2TIFF This project contains the application and required binaries

  2. SVS2TIFF-Setup This project contains Wix setup project to make msi installer for windows.

Prerequisites

Building with Visual Studio 2019 Community Edition

  • SVS2TIFF project requires .NET framework 4.7, NetVips 2.2.0 and libvips binaries.
  • Binaries for libvips (vips-dev-w64-all-8.13.0.zip) are included in the libvips directory of the SVS2TIFF project. Add libvips binaries to Path or to the same directory as the SVS2TIFF executable
  • SVS2TIFF-Setup requires Wix Toolset V3.x installed on the system. Add Wix Toolset to Path.
  • Build the SVS2TIFF-Setup project to make msi installer.

Installing

Please download the most current version of SVS2TIFF from the releases tab in GitHub. The msi installer will install SVS2TIFF with the included libvips binaries.

Usage

  • Use SVS2TIFF to convert Aperio SVS files to TIFF or OME-TIFF (.ome.tif).
  • Select the type of compression for the converted files (i.e. lzw, jpeg, jp2k) or leave it "none" for uncompressed data.
  • Check "Write OME-TIFF" check box to write files that are readable by BioFormats and hence are compatible with QuPath with additional steps.
  • Writing OME-TIFF with compression may require you to set the BigTIFF flag to true (check the BigTIFF check box)

Contributing

Please contact Ajay Zalavadia at Lerner Research Institute, Cleveland Clinic if you would like to contribute to the SVS2TIFF file converter.

Authors

  • Ajay Zalavadia, Ph.D. - SVS2TIFF Convert Aperio SVS files to TIFF or OME-TIFF - @ajay1685
  • Authors of libvips, NetVips and Openslide - Thanks for their support and help

About

Convert Aperio SVS files to TIFF or OME-TIFF format using libvips, openslide and netvips.

Resources

License

Stars

Watchers

Forks

Packages

No packages published