view Resources/ImplementationNotes.txt @ 185:3e45f3752074

Fix download of DICOM instance from the toolbox
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Mar 2018 10:24:38 +0100
parents 02f7a0400a91
children
line wrap: on
line source

Possible combinations returned by the plugin:

Compression | Color | Depth (bpp) | Colorspace | Stretched
------------+-------+-------------+------------+-----------
Deflate     | False | 16          | int16_t    | Never
JPEG        | False | 8           | uint8_t    | Possible
Deflate     | True  | 8           | RGB24      | Never
JPEG        | True  | 8           | RGB24      | Never


In the viewer, grayscale images are always converted to int16_t.



Note for Cornerstone < 0.7.1: 1 must be added to "maxPixelValue", as
the range [minPixelValue, maxPixelValue[ is taken into consideration
by Cornerstone (i.e. "maxPixelValue" is not inclusive).