Browse Source

Fixing gif encoder. 😄

Former-commit-id: c2e4301396017e11738ba8b65efaa6ca3e073661
Former-commit-id: 6ec38cefcaf957a50ba148629765ff2482bf3983
af/merge-core
James South 12 years ago
parent
commit
885b73fdaa
  1. 3
      src/ImageProcessor/Imaging/Formats/GifEncoder.cs

3
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);

Loading…
Cancel
Save