ONLY FOR RESEARCH PURPOSES. It employes Philips SDK: © Koninklijke Philips N.V.2021.All rights are reserved.
This repository contains the Dockerfile and scripts necessary to build an environment for converting Philips' iSyntax files to TIFF format.
This image support both .isyntax and .i2syntax formats.
Results are always Pyramidal (multi-page) 8-bit sRGB (BIG) TIFF files (JPEG Compressed).
Philips' SDK can be downloaded also here (trough Guest Access, search SDK)
- Download the Philips' Pathology SDK at OpenPathology Portal.
- Extract the
PythonTools.zipfrom theSampleCodesfolder. - Extract the zip file belonging to Python libraries (look for
py38in the name) from theUbuntu20.04folder. - Clone this repository:
git clone https://github.com/DBP008/Docker-iSyntax2TIFF.git - In the cloned repository's build folder, ensure you have the following files:
- Dockerfile
- convert_and_overview.sh
- PythonTools.zip
- philips-pathology-...py38....zip
- Build the Docker environment:
docker image build -t dp_isyntax2tiff .
- Place all
.iSyntaxfiles in a folder (e.g.,isyntax_files). - Run the following command:
docker run --rm -v ./isyntax_files:/root/dp -it dp_isyntax2tiff - After execution, you'll find the TIFF files, as well as macro and label JPEGs in the selected folder.