diff --git a/src/ImageSharp/Formats/DecoderOptions.cs b/src/ImageSharp/Formats/DecoderOptions.cs index 1fa28983d2..a608fcd524 100644 --- a/src/ImageSharp/Formats/DecoderOptions.cs +++ b/src/ImageSharp/Formats/DecoderOptions.cs @@ -17,7 +17,7 @@ namespace SixLabors.ImageSharp.Formats /// /// Gets the shared default general decoder options instance. /// - public static DecoderOptions Default { get; } = LazyOptions.Value; + internal static DecoderOptions Default { get; } = LazyOptions.Value; /// /// Gets or sets a custom Configuration instance to be used by the image processing pipeline.