SixLabors / ImageSharp

:camera: A modern, cross-platform, 2D Graphics library for .NET
https://sixlabors.com/products/imagesharp/
Other
7.34k stars 847 forks source link

Handle dedup of local palette of 256 length #2605

Closed JimBobSquarePants closed 9 months ago

JimBobSquarePants commented 9 months ago

Prerequisites

Description

@saucecontrol found me an image that broke the new encoder. We'd missed an edge case here when local palettes are 256 length.

I'll update main once this is merged.