![]() |
Orthanc Client
Documentation of the client library of Orthanc
|
Enumerations | |
enum | Orthanc::PixelFormat { Orthanc::PixelFormat_SignedGrayscale16 = 3, Orthanc::PixelFormat_RGB24 = 0, Orthanc::PixelFormat_Grayscale8 = 1, Orthanc::PixelFormat_Grayscale16 = 2 } |
The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image. More... | |
enum | Orthanc::ImageExtractionMode { Orthanc::ImageExtractionMode_Int16 = 3, Orthanc::ImageExtractionMode_Preview = 0, Orthanc::ImageExtractionMode_UInt8 = 1, Orthanc::ImageExtractionMode_UInt16 = 2 } |
The extraction mode specifies the way the values of the pixels are scaled when downloading a 2D image. More... | |
The extraction mode specifies the way the values of the pixels are scaled when downloading a 2D image.
enum Orthanc::PixelFormat |
The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image.