Describe the bug
We shouldn't convert the obtained HED array (from skimage) to a PIL image using np_to_pil, because that assumes that the range of the result should be a RGB image (uint8 ranging from 0 to 255). We should just return the array as-is to not destroy the values.