peSHIr.Drawing 1.0.0

Prefix Reserved
dotnet add package peSHIr.Drawing --version 1.0.0
                    
NuGet\Install-Package peSHIr.Drawing -Version 1.0.0
                    
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="peSHIr.Drawing" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="peSHIr.Drawing" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="peSHIr.Drawing" />
                    
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 peSHIr.Drawing --version 1.0.0
                    
#r "nuget: peSHIr.Drawing, 1.0.0"
                    
#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 peSHIr.Drawing@1.0.0
                    
#: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=peSHIr.Drawing&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=peSHIr.Drawing&version=1.0.0
                    
Install as a Cake Tool

About

What's this?

This library contains some utility functions I have been developing over the last decade or so (some even longer) and that I use extensively in almost anything I write/maintain these days.

What's so special about that?

There might not be anything really special about this, but maybe you think some of this is useful in your daily .NET developing life? These include things like:

  • Manipulation of and near-equality checks on Color instances through some extension methods.
  • Hopefully more coming later, if the actual System.Drawing.Bitmap situation in DotNetCore becomes clear to me...

Who created this?

My name is Jarno Peschier. I started programming on a Commodore 64 in high school, got a masters degree in Computer Science at Utrecht University at the end of the last century, specializing in GIS algorithms, and I have been developing software all my professional life.

You might also know me by my online name of peSHIr, which is basically the way you write my last name phonetically in Klingon.

At the start of 2025 I worked as a software engineer at Dutch engineering firm Iv, where I personally handled all software development around our scan vehicle (YouTube) using multiple third party software packages, C#, and PowerShell.

The laserscan and photo data Iv collects using this vehicle is used in infrastructure projects all over the Netherlands, but also for monitoring things like trees or quay walls in Amsterdam.

Download

This library is available as a NuGet package on https://nuget.org. To install it, use the following command-line:

dotnet add package peSHIr.Drawing

License and Versioning

This library is licensed under the MIT License - please see the LICENSE file for details - and makes use of Semantic Versioning to try and give meaning to the version numbers, at least for the non-prereleased stuff.

Credits

This library wouldn't have been possible without the following:

Show your appreciation for my work

If you like what you see/use you could try one of these links to let me know:

You may also like

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. 
.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 (1)

Showing the top 1 NuGet packages that depend on peSHIr.Drawing:

Package Downloads
peSHIr.Web

Very basic .NET library to help with simple code generated static HTML pages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 0 8/1/2025

Need to start using this package in some other non-prerelease packages, so even though more might be coming, this must for now be the first official release version.