NKI-AI / dlup

Dlup are the Deep Learning Utilities for Pathology developed at the Netherlands Cancer Institute
Apache License 2.0
25 stars 7 forks source link

Add an optional `colormap` parameter while writing tiff files. #213

Closed AjeyPaiK closed 11 months ago

AjeyPaiK commented 11 months ago

Fixes {#212}

This PR adds an optional colormap tag to this tiff writer which helps us store colors corresponding to index values in case the tiff file being written is a mask. Adding this will allow third party applications such as FIJI, ASAP or Slidescore to automatically apply the color look up table while opening the tiff file. Below are screenshots of viewing a test image in these viewers:

  1. ASAP

image

  1. FIJI

image

  1. slidescore

image