C#
VB
C++
Java
Specifies how the compression will be performed.
[FlagsAttribute()]
public enum ChangeTransferSyntaxFlags
<FlagsAttribute()>
Public Enum ChangeTransferSyntaxFlags
public class ChangeTransferSyntaxFlags
[FlagsAttribute()]
public enum class ChangeTransferSyntaxFlags
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:
|