|
|
@ -125,7 +125,8 @@ internal sealed class PngDecoderCore : IImageDecoderInternals |
|
|
/// A reusable Crc32 hashing instance.
|
|
|
/// A reusable Crc32 hashing instance.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
private readonly Crc32 crc32 = new(); |
|
|
private readonly Crc32 crc32 = new(); |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// The maximum memory in bytes that a zTXt, sPLT, iTXt, iCCP, or unknown chunk can occupy when decompressed.
|
|
|
/// The maximum memory in bytes that a zTXt, sPLT, iTXt, iCCP, or unknown chunk can occupy when decompressed.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
private readonly int maxUncompressedLength; |
|
|
private readonly int maxUncompressedLength; |
|
|
|