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

Fix boxed quantization and update refs #2582

Closed JimBobSquarePants closed 9 months ago

JimBobSquarePants commented 10 months ago

Prerequisites

Description

Fixes an issue identified by @mrange in #2549 whereby the bounds were not correctly calculated when quantizing.

mrange commented 9 months ago

Thanks for looking into this :)