|
|
@ -50,11 +50,6 @@ namespace SixLabors.ImageSharp.Formats.Gif |
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
private int bitDepth; |
|
|
private int bitDepth; |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Whether the current image has multiple frames.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
private bool hasFrames; |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Initializes a new instance of the <see cref="GifEncoderCore"/> class.
|
|
|
/// Initializes a new instance of the <see cref="GifEncoderCore"/> class.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
|