ImagePlayground.Gdi 2.0.3

dotnet add package ImagePlayground.Gdi --version 2.0.3
                    
NuGet\Install-Package ImagePlayground.Gdi -Version 2.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ImagePlayground.Gdi" Version="2.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ImagePlayground.Gdi" Version="2.0.3" />
                    
Directory.Packages.props
<PackageReference Include="ImagePlayground.Gdi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ImagePlayground.Gdi --version 2.0.3
                    
#r "nuget: ImagePlayground.Gdi, 2.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ImagePlayground.Gdi@2.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ImagePlayground.Gdi&version=2.0.3
                    
Install as a Cake Addin
#tool nuget:?package=ImagePlayground.Gdi&version=2.0.3
                    
Install as a Cake Tool

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.Graphics surface 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.
Version Downloads Last Updated
2.0.3 100 7/4/2026
2.0.2 119 4/12/2026
2.0.1 109 4/11/2026
2.0.0 355 4/3/2026