C#
VB
Java
WinRT C#
C++
Specifies how the compression will be performed.
[FlagsAttribute()]
public enum ChangeTransferSyntaxFlags
<FlagsAttribute()>
Public Enum ChangeTransferSyntaxFlags
[FlagsAttribute()]
public enum ChangeTransferSyntaxFlags
public class ChangeTransferSyntaxFlags
Leadtools.Dicom.ChangeTransferSyntaxFlags = function() { };
Leadtools.Dicom.ChangeTransferSyntaxFlags.prototype = {<br/>
None = 0x00000000,
MinimizeJpegSize = 0x00000001,
RescaleModalityLutWhenLossyCompressed = 0x00000002,
YbrFull = 0x00000100,
};
[FlagsAttribute()]
public enum class ChangeTransferSyntaxFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | None. |
0x00000001 | MinimizeJpegSize | If the new Transfer Syntax uses JPEG compression, the JPEG compression engine will use optimized Huffman tables, which results in better compression, but slower speed. |
0x00000002 | RescaleModalityLutWhenLossyCompressed | If set, and the new transfer syntax uses JPEG lossy compression, any modality LUT present will be rescaled to account for changes in minimum and maximum grayscale values due to lossy compression. |
0x00000100 | YbrFull | This flag is valid only for color images, and for the following transfer syntaxes:
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET