diff --git a/src/ImageSharp/Formats/ImageDecoderCore.cs b/src/ImageSharp/Formats/ImageDecoderCore.cs index f76f1cd7a4..23b517568d 100644 --- a/src/ImageSharp/Formats/ImageDecoderCore.cs +++ b/src/ImageSharp/Formats/ImageDecoderCore.cs @@ -56,6 +56,7 @@ internal abstract class ImageDecoderCore or InvalidOperationException or NotSupportedException) { + // Intentionally ignored in non-strict segment integrity modes. } } @@ -82,6 +83,7 @@ internal abstract class ImageDecoderCore or InvalidOperationException or NotSupportedException) { + // Intentionally ignored when image data integrity handling is set to IgnoreImageData. } }