|
|
@ -163,7 +163,7 @@ namespace ImageSharp.Formats |
|
|
public int TotalMCUCount => this.MCUCountX * this.MCUCountY; |
|
|
public int TotalMCUCount => this.MCUCountX * this.MCUCountY; |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Decodes the image from the specified this._stream and sets
|
|
|
/// Decodes the image from the specified <see cref="Stream"/> and sets
|
|
|
/// the data to image.
|
|
|
/// the data to image.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
/// <typeparam name="TColor">The pixel format.</typeparam>
|
|
|
/// <typeparam name="TColor">The pixel format.</typeparam>
|
|
|
|