ImagePlayground.Gdi
2.0.3
dotnet add package ImagePlayground.Gdi --version 2.0.3
NuGet\Install-Package ImagePlayground.Gdi -Version 2.0.3
<PackageReference Include="ImagePlayground.Gdi" Version="2.0.3" />
<PackageVersion Include="ImagePlayground.Gdi" Version="2.0.3" />
<PackageReference Include="ImagePlayground.Gdi" />
paket add ImagePlayground.Gdi --version 2.0.3
#r "nuget: ImagePlayground.Gdi, 2.0.3"
#:package ImagePlayground.Gdi@2.0.3
#addin nuget:?package=ImagePlayground.Gdi&version=2.0.3
#tool nuget:?package=ImagePlayground.Gdi&version=2.0.3
ImagePlayground.Gdi
ImagePlayground.Gdi is an optional Windows-focused GDI+ sidecar for image composition scenarios that need System.Drawing behavior.
This package is intentionally separate from the main cross-platform ImagePlayground package. It remains useful for desktop overlay and wallpaper scenarios, including PowerBGInfo-style rendering.
Supported Areas
- Load, create, resize, and save images through GDI+.
- Measure and draw text using Windows fonts.
- Draw text with optional shadow and outline.
- Draw basic lines, rectangles, ellipses, and filled shapes.
- Compose one image onto another.
- Access a configured
System.Drawing.Graphicssurface for custom rendering. - Legacy GDI+ chart helpers for small Windows-only scenarios.
For new chart rendering, prefer ChartForgeX. The chart helpers in this package are kept as lightweight legacy GDI+ helpers and are not the primary ImagePlayground chart engine.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. net10.0-windows7.0 is compatible. |
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- No dependencies.
-
net10.0-windows7.0
- System.Drawing.Common (>= 8.0.0)
-
net8.0-windows7.0
- System.Drawing.Common (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on ImagePlayground.Gdi:
| Repository | Stars |
|---|---|
|
EvotecIT/PowerBGInfo
PowerBGInfo is a PowerShell module that is used to generate background information for Windows machines. It's a replacement for BGInfo that doesn't require installation and is much more flexible.
|