Info
Version: | 8.1.0 |
Author(s): | György Kőszeg |
Last Update: | Saturday, February 10, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://kgysoft.net/drawing |
NuGet Url: | https://www.nuget.org/packages/KGySoft.Drawing |
Install
Install-Package KGySoft.Drawing
dotnet add package KGySoft.Drawing
paket add KGySoft.Drawing
KGySoft.Drawing Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
- KGySoft.CoreLibraries(>= 5.4.0)
- KGySoft.CoreLibraries(>= 5.4.0)
- KGySoft.CoreLibraries(>= 5.4.0)
- KGySoft.CoreLibraries(>= 5.4.0)
- System.Drawing.Common(>= 4.7.0)
- System.Resources.Extensions(>= 4.7.0)
- KGySoft.CoreLibraries(>= 5.4.0)
- System.Drawing.Common(>= 4.7.0)
- System.Resources.Extensions(>= 4.7.0)
- KGySoft.CoreLibraries(>= 5.4.0)
- System.Drawing.Common(>= 4.7.0)
- System.Resources.Extensions(>= 4.7.0)
- System.Windows.Extensions(>= 4.7.0)
- KGySoft.CoreLibraries(>= 5.4.0)
- System.Drawing.Common(>= 4.7.0)
- System.Resources.Extensions(>= 4.7.0)
Tags
Among others:
- Fast direct native Bitmap data access for every PixelFormat
- Quantizing and dithering
- Creating GIF animations
- Several built-in icons as well as simple access to Windows associated and stock icons.
- Extracting bitmaps from multi-frame bitmaps and icons.
- Creating combined icons and multi-resolution bitmaps.
- Saving metafiles in EMF/WMF formats.
- Advanced support for saving images as Icon, BMP, JPEG, PNG, GIF and TIFF formats.
- Converting between various pixel formats preserving transparency if possible.
- Useful extensions for the Icon, Bitmap, Image, Metafile and Graphics types.
Demo Applications: https://github.com/koszeggy/KGySoft.Drawing/tree/master/Examples
Real-Life Example and Debugger Visualizers: https://github.com/koszeggy/KGySoft.Drawing.Tools
Online Documentation: https://docs.kgysoft.net/drawing
See Also:
Technology-agnostic core drawing libraries: https://www.nuget.org/packages/KGySoft.Drawing.Core/
WPF specific libraries: https://www.nuget.org/packages/KGySoft.Drawing.Wpf/
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/.