Browse Source

Fix block size

pull/536/head
Jason Nelson 8 years ago
parent
commit
b610b52254
  1. 2
      src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs

2
src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs

@ -31,7 +31,7 @@ namespace SixLabors.ImageSharp.Formats.Gif
/// <summary>
/// Gets the size of the block.
/// </summary>
public int BlockSize { get; }
public byte BlockSize { get; }
/// <summary>
/// Gets the packed disposalMethod and transparencyFlag value.

Loading…
Cancel
Save