diff --git a/src/ImageProcessor/Imaging/Formats/GifEncoder.cs b/src/ImageProcessor/Imaging/Formats/GifEncoder.cs index b37b08a37..f93cd419b 100644 --- a/src/ImageProcessor/Imaging/Formats/GifEncoder.cs +++ b/src/ImageProcessor/Imaging/Formats/GifEncoder.cs @@ -250,9 +250,6 @@ namespace ImageProcessor.Imaging.Formats if (disposing) { - // Complete Application Block - this.WriteByte(0); - // Complete File this.WriteByte(FileTrailer);