7 packages tagged with “WriteableBitmap”
The WriteableBitmapEx library extensions.
Methods for rendering visual tree into an image file or WriteableBitmap.
The KGy SOFT Drawing Libraries for WPF package offers KGySoft.Drawing.Core features for System.Windows.Media.WriteableBitmap. Among others: - Fast direct native WriteableBitmap data access - High performance shape/text drawing into WriteableBitmap instances of any pixel format, even indexed ones. - Fast read-only access to any BitmapSource of any pixel format - Supporting every PixelFormat - Converting between various pixel formats preserving transparency if possible. Application Examples: https://github.com/koszeggy/KGySoft.Drawing/tree/master/Examples Debugger Visualizers: https://github.com/koszeggy/KGySoft.Drawing.Tools Online Documentation: https://koszeggy.github.io/docs/drawing See Also: Technology-agnostic core drawing libraries: https://www.nuget.org/packages/KGySoft.Drawing.Core/ GDI+ specific libraries: https://www.nuget.org/packages/KGySoft.Drawing/ UWP specific libraries: https://www.nuget.org/packages/KGySoft.Drawing.Uwp/ WinUI specific libraries: https://www.nuget.org/packages/KGySoft.Drawing.WinUI/ SkiaSharp specific libraries: https://www.nuget.org/packages/KGySoft.Drawing.SkiaSharp/
KGy SOFT Drawing Libraries for WinUI offer KGySoft.Drawing.Core features for Microsoft.UI.Xaml.Media.Imaging.WriteableBitmap. This library requires targeting at least Windows 10.0.17763.0 (October 2018 release, version 1809). Application Examples: https://github.com/koszeggy/KGySoft.Drawing/tree/master/Examples Debugger Visualizers: https://github.com/koszeggy/KGySoft.Drawing.Tools Online Documentation: https://koszeggy.github.io/docs/drawing See Also: Technology-agnostic core drawing libraries: https://www.nuget.org/packages/KGySoft.Drawing.Core/ GDI+ specific libraries: https://www.nuget.org/packages/KGySoft.Drawing/ WPF specific drawing libraries: https://www.nuget.org/packages/KGySoft.Drawing.Wpf/ UWP specific libraries: https://www.nuget.org/packages/KGySoft.Drawing.Uwp/ SkiaSharp specific libraries: https://www.nuget.org/packages/KGySoft.Drawing.SkiaSharp/
KGy SOFT Drawing Libraries for UWP offer KGySoft.Drawing.Core features for Windows.UI.Xaml.Media.Imaging.WriteableBitmap. This library requires targeting at least Windows 10.0.16299.0 (Fall Creators Update, version 1709) so it can reference the .NET Standard 2.0 version of the dependent core libraries. Application Examples: https://github.com/koszeggy/KGySoft.Drawing/tree/master/Examples Online Documentation: https://koszeggy.github.io/docs/drawing See Also: Technology-agnostic core drawing libraries: https://www.nuget.org/packages/KGySoft.Drawing.Core/ GDI+ specific libraries: https://www.nuget.org/packages/KGySoft.Drawing/ WPF specific libraries: https://www.nuget.org/packages/KGySoft.Drawing.Wpf/ WinUI specific libraries: https://www.nuget.org/packages/KGySoft.Drawing.WinUI/ SkiaSharp specific libraries: https://www.nuget.org/packages/KGySoft.Drawing.SkiaSharp/
VideoFrameToWriteableBitmap is a utility that facilitates the decoding of raw video frames (H.264, MJPEG, and more) and renders them into a WriteableBitmap within a WinUI application using FFmpeg.AutoGen version 7.0 (FFmpeg 7.0 dlls are required). Useful for scenarios like decoding frames from an RTSP stream is required.
Very fast writeable bitmap for modifying bitmap. Content can be modified from other threads. With WPF bindings.