Mercurial > hg > orthanc
comparison Core/Images/ImageAccessor.cpp @ 2645:89b789366596
Grayscale64 pixel format
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 31 May 2018 08:31:22 +0200 |
parents | 878b59270859 |
children | 9b4251721f22 |
comparison
equal
deleted
inserted
replaced
2637:5094369664f0 | 2645:89b789366596 |
---|---|
220 | 220 |
221 case PixelFormat_Grayscale32: | 221 case PixelFormat_Grayscale32: |
222 ToMatlabStringInternal<uint32_t>(buffer, *this); | 222 ToMatlabStringInternal<uint32_t>(buffer, *this); |
223 break; | 223 break; |
224 | 224 |
225 case PixelFormat_Grayscale64: | |
226 ToMatlabStringInternal<uint64_t>(buffer, *this); | |
227 break; | |
228 | |
225 case PixelFormat_SignedGrayscale16: | 229 case PixelFormat_SignedGrayscale16: |
226 ToMatlabStringInternal<int16_t>(buffer, *this); | 230 ToMatlabStringInternal<int16_t>(buffer, *this); |
227 break; | 231 break; |
228 | 232 |
229 case PixelFormat_Float32: | 233 case PixelFormat_Float32: |