Browse Source

Fixing gif encoder. 😄

Former-commit-id: 43b40088d02ed1bc49d9835b766c35589d02fc85
Former-commit-id: 70c3239d50bbc9338d6270ece98880640aa15ee4
af/merge-core
James South 12 years ago
parent
commit
50ac0a3289
  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