diff --git a/src/ImageSharp/Formats/Png/PngEncoder.cs b/src/ImageSharp/Formats/Png/PngEncoder.cs
index 3e46ad29ec..adad47f436 100644
--- a/src/ImageSharp/Formats/Png/PngEncoder.cs
+++ b/src/ImageSharp/Formats/Png/PngEncoder.cs
@@ -62,6 +62,11 @@ namespace SixLabors.ImageSharp.Formats.Png
///
public PngInterlaceMode? InterlaceMethod { get; set; }
+ ///
+ /// Gets a value indicating whether this instance should skip certain chunks to decrease file size
+ ///
+ public bool Optimized { get; }
+
///
/// Encodes the image to the specified stream from the .
///