Skip to content

release_notes_v21.10.01

Gigon Bae edited this page Nov 5, 2021 · 6 revisions

Version 21.10.01 (Nov 04, 2021)

This version would be only available through the PyPI package (https://pypi.org/project/cucim/21.10.1/).

🚀 New Features

  1. Support Aperio SVS with CPU LZW and jpeg2k decoder (#141) @gigony

Support Aperio SVS (.svs)

cuCIM now supports Aperio SVS format with help of OpenJpeg for decoding jpeg2k-compressed data.

Please check this notebook to see how to use the feature.

Unaligned Case (per_process, JPEG-compressed SVS file)

image

Unaligned Case (per_process, JPEG2000 RGB-compressed SVS file)

image

Unaligned Case (per_process, JPEG2000 YCbCr-compressed SVS file)

image

The detailed data is available here.

Clone this wiki locally