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 filtering on PNG encode. #2775

Closed JimBobSquarePants closed 1 month ago

JimBobSquarePants commented 1 month ago

Prerequisites

Description

Fixes #2771 where the filter method was ignored when encoding PNGs. Also fixes a SIMD accelerated unsigned integer overflow defect in several of the filters which was masked by this issue.