SixLabors / ImageSharp

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

Limit all memory allocations in the MemoryAllocator layer #2706

Closed antonfirsov closed 5 months ago

antonfirsov commented 6 months ago

Prerequisites

Description

Fixes #2696.

This is an alternative take for #2704. Differences:

The PR is missing tests and PNG tweak from #2704. Will finalize it after agreeing on the direction.