KGySoft.Drawing.Core
7.0.0-preview.1
See the version list below for details.
Install-Package KGySoft.Drawing.Core -Version 7.0.0-preview.1
dotnet add package KGySoft.Drawing.Core --version 7.0.0-preview.1
<PackageReference Include="KGySoft.Drawing.Core" Version="7.0.0-preview.1" />
paket add KGySoft.Drawing.Core --version 7.0.0-preview.1
#r "nuget: KGySoft.Drawing.Core, 7.0.0-preview.1"
// Install KGySoft.Drawing.Core as a Cake Addin
#addin nuget:?package=KGySoft.Drawing.Core&version=7.0.0-preview.1&prerelease
// Install KGySoft.Drawing.Core as a Cake Tool
#tool nuget:?package=KGySoft.Drawing.Core&version=7.0.0-preview.1&prerelease
KGy SOFT Drawing Core Libraries offer advanced drawing features for completely managed bitmap data on multiple platforms.
Among others:
- Creating managed bitmap data of any pixel format on every platform, including Linux and MacOS
- Creating bitmap data for any preallocated buffer using any pixel format. This allows accessing the pixels of bitmaps of any technology if the bitmap data is exposed as a pointer or array.
- Quantizing using predefined or optimized colors
- Dithering using ordered, error diffusion, random noise or interleaved gradient noise dithering techniques
- Creating GIF animations even in high color
See the online help for the complete documentation or the project site for some highlighted code examples.
💡 Tip:
- For GDI+ specific solutions see the KGySoft.Drawing package. It makes possible to create managed, fast accessible bitmap data for the
Bitmap
class, supporting all pixel formats. It also contains many extensions for the Icon, Bitmap, Image, Metafile and Graphics types.- For WPF specific solutions see the KGySoft.Drawing.Wpf package. It makes possible to create managed, fast accessible bitmap data for the
WriteableBitmap
class, supporting all pixel formats.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.0
- KGySoft.CoreLibraries (>= 7.0.0-preview.2)
-
.NETCoreApp 3.0
- KGySoft.CoreLibraries (>= 7.0.0-preview.2)
-
.NETFramework 3.5
- KGySoft.CoreLibraries (>= 7.0.0-preview.2)
-
.NETFramework 4.0
- KGySoft.CoreLibraries (>= 7.0.0-preview.2)
-
.NETFramework 4.5
- KGySoft.CoreLibraries (>= 7.0.0-preview.2)
-
.NETFramework 4.6
- KGySoft.CoreLibraries (>= 7.0.0-preview.2)
-
.NETStandard 2.0
- KGySoft.CoreLibraries (>= 7.0.0-preview.2)
-
.NETStandard 2.1
- KGySoft.CoreLibraries (>= 7.0.0-preview.2)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on KGySoft.Drawing.Core:
Package | Downloads |
---|---|
KGySoft.Drawing
KGy SOFT Drawing Libraries offer advanced features built around System.Drawing types. 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. 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/ Demo App and Debugger Visualizers: https://github.com/koszeggy/KGySoft.Drawing.Tools Find Documentation: https://docs.kgysoft.net/drawing |
|
KGySoft.Drawing.Wpf
KGy SOFT Drawing Libraries for WPF offer KGySoft.Drawing.Core features for System.Windows.Media.WriteableBitmap. Among others: - Fast direct native WriteableBitmap data access - Fast read-only access to any BitmapSource of any pixel format - Supporting every PixelFormat - Converting between various pixel formats preserving transparency if possible. 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/ Find Documentation: https://docs.kgysoft.net/drawing |
|
KGySoft.Drawing.Uwp
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. 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/ Find Documentation: https://docs.kgysoft.net/drawing |
|
KGySoft.Drawing.WinUI
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). 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/ Find Documentation: https://docs.kgysoft.net/drawing |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
7.0.0-preview.3 | 42 | 8/14/2022 |
7.0.0-preview.2 | 68 | 7/24/2022 |
7.0.0-preview.1 | 69 | 6/14/2022 |
See the detailed release notes here: https://github.com/koszeggy/KGySoft.Drawing/blob/master/KGySoft.Drawing.Core/changelog.txt