C#
C++
Java
[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:
It is ignored for all other transfer syntax values. If set, this converts the RGB image data to YCbCr, which is one luminance (Y) and two chrominance planes (CB and CR). |