diff --git a/src/ImageSharp/Formats/Png/PngBitDepth.cs b/src/ImageSharp/Formats/Png/PngBitDepth.cs
index 396f2c1608..0321b532ab 100644
--- a/src/ImageSharp/Formats/Png/PngBitDepth.cs
+++ b/src/ImageSharp/Formats/Png/PngBitDepth.cs
@@ -7,7 +7,7 @@ namespace SixLabors.ImageSharp.Formats.Png
///
/// Provides enumeration for the available PNG bit depths.
///
- public enum PngBitDepth
+ public enum PngBitDepth : byte
{
///
/// 1 bit per sample or per palette index (not per pixel).