Mercurial > hg > orthanc
comparison Core/Enumerations.h @ 465:7a966b440f19
signed images to PNG
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 12 Jul 2013 11:15:27 +0200 |
parents | bb7ef0b076c8 |
children | 722b56b99093 |
comparison
equal
deleted
inserted
replaced
464:5987dd8e0776 | 465:7a966b440f19 |
---|---|
71 | 71 |
72 enum PixelFormat | 72 enum PixelFormat |
73 { | 73 { |
74 PixelFormat_RGB24, | 74 PixelFormat_RGB24, |
75 PixelFormat_Grayscale8, | 75 PixelFormat_Grayscale8, |
76 PixelFormat_Grayscale16 | 76 PixelFormat_Grayscale16, |
77 PixelFormat_SignedGrayscale16 | |
77 }; | 78 }; |
78 | 79 |
79 | 80 |
80 /** | 81 /** |
81 * WARNING: Do not change the explicit values in the enumerations | 82 * WARNING: Do not change the explicit values in the enumerations |