diff Orthanc/Core/Enumerations.h @ 145:d850500b8ca6

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Nov 2016 10:15:05 +0100
parents 9362080e5e3d
children 3cde3e806abe
line wrap: on
line diff
--- a/Orthanc/Core/Enumerations.h	Fri Sep 16 09:19:10 2016 +0200
+++ b/Orthanc/Core/Enumerations.h	Tue Nov 08 10:15:05 2016 +0100
@@ -195,7 +195,10 @@
      * {summary}{Graylevel, floating-point image.}
      * {description}{The image is graylevel. Each pixel is floating-point and stored in 4 bytes.}
      **/
-    PixelFormat_Float32 = 6
+    PixelFormat_Float32 = 6,
+
+    // This is the memory layout for Cairo
+    PixelFormat_BGRA32 = 7
   };