diff OrthancCppClient/SharedLibrary/AUTOGENERATED/OrthancCppClient.h @ 820:55bce9b55054 Orthanc-0.7.5

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 May 2014 17:04:43 +0200
parents d380222b4c2a
children f2841a9e04cf
line wrap: on
line diff
--- a/OrthancCppClient/SharedLibrary/AUTOGENERATED/OrthancCppClient.h	Thu May 08 17:03:22 2014 +0200
+++ b/OrthancCppClient/SharedLibrary/AUTOGENERATED/OrthancCppClient.h	Thu May 08 17:04:43 2014 +0200
@@ -507,7 +507,7 @@
     * The image is graylevel. Each pixel is signed and stored in two bytes.
     *
     **/
-    PixelFormat_SignedGrayscale16 = 3,
+    PixelFormat_SignedGrayscale16 = 4,
     /**
     * @brief Color image in RGB24 format.
     *
@@ -516,19 +516,26 @@
     **/
     PixelFormat_RGB24 = 0,
     /**
+    * @brief Color image in RGBA32 format.
+    *
+    * Color image in RGBA32 format.
+    *
+    **/
+    PixelFormat_RGBA32 = 1,
+    /**
     * @brief Graylevel 8bpp image.
     *
     * The image is graylevel. Each pixel is unsigned and stored in one byte.
     *
     **/
-    PixelFormat_Grayscale8 = 1,
+    PixelFormat_Grayscale8 = 2,
     /**
     * @brief Graylevel, unsigned 16bpp image.
     *
     * The image is graylevel. Each pixel is unsigned and stored in two bytes.
     *
     **/
-    PixelFormat_Grayscale16 = 2
+    PixelFormat_Grayscale16 = 3
   };
 }