Mercurial > hg > orthanc
diff Core/Enumerations.h @ 496:7f7a2d174acb laaw
preparing Laaw packaging
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 17 Jul 2013 17:07:12 +0200 |
parents | 6f8ae46ed90e |
children | bf2fda1c6760 |
line wrap: on
line diff
--- a/Core/Enumerations.h Wed Jul 17 13:45:28 2013 +0200 +++ b/Core/Enumerations.h Wed Jul 17 17:07:12 2013 +0200 @@ -32,6 +32,8 @@ #pragma once +#include "../OrthancCppClient/Package/Laaw/laaw.h" + namespace Orthanc { enum Endianness @@ -67,7 +69,7 @@ ErrorCode_FullStorage }; - enum PixelFormat + enum LAAW_API PixelFormat { PixelFormat_RGB24, PixelFormat_Grayscale8, @@ -75,7 +77,7 @@ PixelFormat_SignedGrayscale16 }; - enum ImageExtractionMode + enum LAAW_API ImageExtractionMode { ImageExtractionMode_Preview, ImageExtractionMode_UInt8,