diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/ImplementationNotes.txt	Wed Feb 25 13:45:35 2015 +0100
@@ -0,0 +1,17 @@
+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).