Skip to content

Commit f63ad84

Browse files
Remove TODO:
1 parent 2b239ec commit f63ad84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ImageSharp/Formats/Gif/GifEncoderCore.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ public void Encode<TPixel>(Image<TPixel> image, Stream stream, CancellationToken
9898
useGlobalTableForFirstFrame = false;
9999
}
100100

101-
// TODO: The first frame should not need to be quantized using the global table if it has a local color table.
102-
103101
// Quantize the first image frame returning a palette.
104102
IndexedImageFrame<TPixel>? quantized = null;
105103
if (this.quantizer is null)

0 commit comments

Comments
 (0)