comparison Orthanc/Core/Enumerations.h @ 145:d850500b8ca6

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Nov 2016 10:15:05 +0100
parents 9362080e5e3d
children 3cde3e806abe
comparison
equal deleted inserted replaced
144:daf99382bc18 145:d850500b8ca6
193 193
194 /** 194 /**
195 * {summary}{Graylevel, floating-point image.} 195 * {summary}{Graylevel, floating-point image.}
196 * {description}{The image is graylevel. Each pixel is floating-point and stored in 4 bytes.} 196 * {description}{The image is graylevel. Each pixel is floating-point and stored in 4 bytes.}
197 **/ 197 **/
198 PixelFormat_Float32 = 6 198 PixelFormat_Float32 = 6,
199
200 // This is the memory layout for Cairo
201 PixelFormat_BGRA32 = 7
199 }; 202 };
200 203
201 204
202 /** 205 /**
203 * {summary}{The extraction mode specifies the way the values of the pixels are scaled when downloading a 2D image.} 206 * {summary}{The extraction mode specifies the way the values of the pixels are scaled when downloading a 2D image.}