|
|
|
@ -14,11 +14,11 @@ namespace SixLabors.ImageSharp.Formats.Jpeg.Components.Decoder |
|
|
|
/// <inheritdoc/>
|
|
|
|
/// <remarks>
|
|
|
|
/// Color decoding scheme:
|
|
|
|
/// <list type = "bullet|number|table" >
|
|
|
|
/// <list type = "number" >
|
|
|
|
/// <listheader>
|
|
|
|
/// <item>1. Decode spectral data to Jpeg color space</item>
|
|
|
|
/// <item>2. Convert from Jpeg color space to RGB</item>
|
|
|
|
/// <item>3. Convert from RGB to target pixel space</item>
|
|
|
|
/// <item>Decode spectral data to Jpeg color space</item>
|
|
|
|
/// <item>Convert from Jpeg color space to RGB</item>
|
|
|
|
/// <item>Convert from RGB to target pixel space</item>
|
|
|
|
/// </listheader>
|
|
|
|
/// </list>
|
|
|
|
/// </remarks>
|
|
|
|
|