From b610b52254ad18bbf3aa120d74e46c1b8d65900d Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Wed, 18 Apr 2018 11:28:40 -0700 Subject: [PATCH] Fix block size --- .../Formats/Gif/Sections/GifGraphicsControlExtension.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs b/src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs index 230c9cca2d..53dd055fa8 100644 --- a/src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs +++ b/src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs @@ -31,7 +31,7 @@ namespace SixLabors.ImageSharp.Formats.Gif /// /// Gets the size of the block. /// - public int BlockSize { get; } + public byte BlockSize { get; } /// /// Gets the packed disposalMethod and transparencyFlag value.