comparison Resources/ImplementationNotes.txt @ 0:02f7a0400a91

initial commit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Feb 2015 13:45:35 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:02f7a0400a91
1 Possible combinations returned by the plugin:
2
3 Compression | Color | Depth (bpp) | Colorspace | Stretched
4 ------------+-------+-------------+------------+-----------
5 Deflate | False | 16 | int16_t | Never
6 JPEG | False | 8 | uint8_t | Possible
7 Deflate | True | 8 | RGB24 | Never
8 JPEG | True | 8 | RGB24 | Never
9
10
11 In the viewer, grayscale images are always converted to int16_t.
12
13
14
15 Note for Cornerstone < 0.7.1: 1 must be added to "maxPixelValue", as
16 the range [minPixelValue, maxPixelValue[ is taken into consideration
17 by Cornerstone (i.e. "maxPixelValue" is not inclusive).