Mercurial > hg > orthanc
diff Core/Enumerations.h @ 3668:adb6d8b49283 storage-commitment
integration mainline->storage-commitment
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 13 Feb 2020 18:44:53 +0100 |
parents | 115f82775c46 b7cf2e32aafb |
children | e7ff4f9b34bd |
line wrap: on
line diff
--- a/Core/Enumerations.h Thu Feb 13 11:34:00 2020 +0100 +++ b/Core/Enumerations.h Thu Feb 13 18:44:53 2020 +0100 @@ -314,7 +314,7 @@ /** * {summary}{Graylevel, unsigned 64bpp image.} - * {description}{The image is graylevel. Each pixel is unsigned and stored in 4 bytes.} + * {description}{The image is graylevel. Each pixel is unsigned and stored in 8 bytes.} **/ PixelFormat_Grayscale64 = 10 };