Mercurial > hg > orthanc
comparison Core/Enumerations.h @ 3663:b7cf2e32aafb
Fixed doc error
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Wed, 12 Feb 2020 12:05:17 +0100 |
parents | fa3ff492fb3b |
children | adb6d8b49283 090022f1b5e1 |
comparison
equal
deleted
inserted
replaced
3655:e7248fa2738f | 3663:b7cf2e32aafb |
---|---|
311 **/ | 311 **/ |
312 PixelFormat_RGB48 = 9, | 312 PixelFormat_RGB48 = 9, |
313 | 313 |
314 /** | 314 /** |
315 * {summary}{Graylevel, unsigned 64bpp image.} | 315 * {summary}{Graylevel, unsigned 64bpp image.} |
316 * {description}{The image is graylevel. Each pixel is unsigned and stored in 4 bytes.} | 316 * {description}{The image is graylevel. Each pixel is unsigned and stored in 8 bytes.} |
317 **/ | 317 **/ |
318 PixelFormat_Grayscale64 = 10 | 318 PixelFormat_Grayscale64 = 10 |
319 }; | 319 }; |
320 | 320 |
321 | 321 |