Mercurial > hg > orthanc
changeset 3663:b7cf2e32aafb
Fixed doc error
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Wed, 12 Feb 2020 12:05:17 +0100 |
parents | e7248fa2738f |
children | c8d8c3b5f47c |
files | Core/Enumerations.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/Enumerations.h Fri Feb 07 09:35:36 2020 +0100 +++ b/Core/Enumerations.h Wed Feb 12 12:05:17 2020 +0100 @@ -313,7 +313,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 };