From 50ac0a3289e086cae858bb840968b396b162053e Mon Sep 17 00:00:00 2001 From: James South Date: Fri, 17 Oct 2014 09:29:49 +0100 Subject: [PATCH] Fixing gif encoder. :smile: Former-commit-id: 43b40088d02ed1bc49d9835b766c35589d02fc85 Former-commit-id: 70c3239d50bbc9338d6270ece98880640aa15ee4 --- src/ImageProcessor/Imaging/Formats/GifEncoder.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ImageProcessor/Imaging/Formats/GifEncoder.cs b/src/ImageProcessor/Imaging/Formats/GifEncoder.cs index b37b08a37f..f93cd419ba 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);