diff 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
line wrap: on
line diff
--- a/Core/Images/ImageAccessor.cpp	Mon May 28 10:54:59 2018 +0200
+++ b/Core/Images/ImageAccessor.cpp	Thu May 31 08:31:22 2018 +0200
@@ -222,6 +222,10 @@
         ToMatlabStringInternal<uint32_t>(buffer, *this);
         break;
 
+      case PixelFormat_Grayscale64:
+        ToMatlabStringInternal<uint64_t>(buffer, *this);
+        break;
+
       case PixelFormat_SignedGrayscale16:
         ToMatlabStringInternal<int16_t>(buffer, *this);
         break;