diff Core/Enumerations.h @ 2645:89b789366596

Grayscale64 pixel format
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 May 2018 08:31:22 +0200
parents 83b8b6743531
children 193ef9c1b731
line wrap: on
line diff
--- a/Core/Enumerations.h	Mon May 28 10:54:59 2018 +0200
+++ b/Core/Enumerations.h	Thu May 31 08:31:22 2018 +0200
@@ -224,7 +224,13 @@
      * {description}{This format describes a color image. The pixels are stored in 6
      * consecutive bytes. The memory layout is RGB.}
      **/
-    PixelFormat_RGB48 = 9
+    PixelFormat_RGB48 = 9,
+
+    /**
+     * {summary}{Graylevel, unsigned 64bpp image.}
+     * {description}{The image is graylevel. Each pixel is unsigned and stored in 4 bytes.}
+     **/
+    PixelFormat_Grayscale64 = 10
   };