KGySoft.Drawing 7.2.0
KGy SOFT Drawing Libraries offer advanced features for System.Drawing
types such as Bitmap
, Metafile
, Image
, Icon
, Graphics
.
⚠️ Warning: Version 7.0.0 introduced several breaking changes. Most importantly, the technology-agnostic and platform independent APIs have been extracted into a separated package: KGySoft.Drawing.Core.
📝 Note: In .NET 7 and above this package can be used on Windows only. When targeting earlier versions, Unix/Linux based systems are also supported (if the libgdiplus library is installed).
Main highlights:
- Fast direct native Bitmap data access for every PixelFormat
- Quantizing and dithering
- Creating GIF animations even in high color
- 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.
See the online help for the complete documentation or the project site for some highlighted code examples.
💡 Tip:
- Feel free to explore the application examples to see how to use KGy SOFT Drawing Libraries in various environments such as MAUI, UWP, WinForms, WinUI, WPF and Xamarin.
- For technology-agnostic solutions that can be used on any platform see the KGySoft.Drawing.Core package.
- For WPF specific solutions see the KGySoft.Drawing.Wpf package. It makes possible to obtain a managed, fast accessible bitmap data for a
WriteableBitmap
instance of any pixel format, offering all features of anIReadWriteBitmapData
for aWriteableBitmap
.- For dedicated UWP support see the KGySoft.Drawing.Uwp package.
- For dedicated WinUI support see the KGySoft.Drawing.WinUI package.
- For SkiaSharp specific solutions see the KGySoft.Drawing.SkiaSharp package. It makes possible to obtain managed, fast accessible bitmap data for
SKBitmap
andSKPixmap
instances of any pixel format, offering allIReadWriteBitmapData
features for them. It also offers extension methods for theSKImage
,SKSurface
,SKBitmap
,SKPixmap
andSKImageInfo
classes.- See also the KGySoft.Drawing.Tools repository, which contains debugger visualizers built on the KGy SOFT Drawing Libraries as well as a test project, which demonstrates its features.
No packages depend on KGySoft.Drawing.
See the detailed release notes here: https://github.com/koszeggy/KGySoft.Drawing/blob/master/Specific/GdiPlus/KGySoft.Drawing/changelog.txt
.NET Framework 3.5
- KGySoft.Drawing.Core (>= 7.2.0)
.NET 7.0
- System.Drawing.Common (>= 7.0.0)
- KGySoft.Drawing.Core (>= 7.2.0)
.NET 5.0
- KGySoft.Drawing.Core (>= 7.2.0)
- System.Drawing.Common (>= 6.0.0)
.NET Standard 2.0
- System.Drawing.Common (>= 5.0.3)
- KGySoft.Drawing.Core (>= 7.2.0)
.NET Core 3.0
- KGySoft.Drawing.Core (>= 7.2.0)
- System.Drawing.Common (>= 5.0.3)
.NET Core 2.0
- System.Drawing.Common (>= 5.0.3)
- KGySoft.Drawing.Core (>= 7.2.0)
.NET Framework 4.0
- KGySoft.Drawing.Core (>= 7.2.0)
Version | Downloads | Last updated |
---|---|---|
7.2.0 | 14 | 6/6/2023 |