Overview of WriteableBitmapEx
masterWriteableBitmapEx is a collection of extension methods for the WPF WriteableBitmap class. It is designed to provide high-performance, GDI+-like drawing and image manipulation capabilities that are missing from the minimalistic standard WriteableBitmap API.
Key use cases include:
- Direct pixel manipulation.
- Generating fast procedural images.
- Performing image transformations (resize, rotate, crop).
- Drawing complex shapes and text.
- Blitting (combining) bitmaps with various blend modes.
It supports both .NET Framework and .NET Core 3 for WPF.