IRI.Maptor.Ket.GdiPlus 2.11.0

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

IRI.Maptor.Ket.GdiPlus

NuGet .NET

A .NET 8 (Windows) library that bridges GDI+/System.Drawing with the Maptor spatial stack — providing georeferenced raster I/O, digital image processing, and satellite imagery helpers.


Features

Raster / Geo-tagged Image I/O

  • GeoRasterFileDataSource — load georeferenced raster files (GeoTIFF, Worldfile) as a spatial data source
  • ClusteredGeoTaggedImageSource — data source for clustered sets of geo-tagged images

Digital Image Processing

  • ImageHelper / DoubleBitmap — GDI+ bitmap utilities with high-precision pixel access
  • Pixel value types: ArgbValues, ByteArgbValues, RgbValues, ByteRgbValues
  • ImageMatrix — matrix representation of raster data for numerical processing
  • Conversion — helpers for converting between image formats and numeric arrays
  • SpatialDomainEnhancement — spatial filtering (e.g. sharpening, smoothing)
  • ImageMatching — image similarity / template matching
  • RemoteSensing — satellite and aerial imagery analysis utilities

Installation

dotnet add package IRI.Maptor.Ket.GdiPlus

Requires Windows (uses System.Drawing.Common / GDI+).


Project Structure

Ket.GdiPlus/
├── IO/
│   ├── GeoRasterFileDataSource.cs
│   └── ClusteredGeoTaggedImageSource.cs
├── DigitalImageProcessing/
│   ├── ImageHelper.cs
│   ├── DoubleBitmap.cs
│   ├── ImageMatrix.cs
│   ├── ImageMatching/
│   ├── RemoteSensing/
│   └── SpatialDomainEnhancement/
├── Model/
│   ├── ArgbValues.cs
│   ├── ByteArgbValues.cs
│   ├── RgbValues.cs
│   ├── ByteRgbValues.cs
│   └── Conversion.cs
├── Persistence/
└── Extensions/

📦 NuGet: IRI.Maptor.Ket.GdiPlus

🐞 Issues: GitHub Issues

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

NuGet packages (2)

Showing the top 2 NuGet packages that depend on IRI.Maptor.Ket.GdiPlus:

Package Downloads
IRI.Maptor.Jab.Common

Package Description

IRI.Maptor.Jab.Wpf

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.11.0 119 7/4/2026
2.11.0-alpha 106 7/4/2026
2.10.0-alpha 118 5/7/2026
2.9.1 123 4/16/2026
2.9.1-alpha 105 4/19/2026
2.9.0 129 2/3/2026
2.9.0-alpha 118 2/3/2026
2.8.13 154 12/26/2025
2.8.13-alpha 139 12/26/2025
2.8.12 468 12/11/2025
2.8.12-alpha 248 12/11/2025
2.8.11 472 11/19/2025
2.8.11-alpha 437 11/19/2025
2.8.10 199 11/8/2025
2.8.10-alpha 191 11/8/2025
2.8.9 234 10/31/2025
2.8.9-alpha 191 10/31/2025
2.8.8 161 10/18/2025
2.8.8-alpha 219 10/19/2025
2.8.7-alpha 213 10/4/2025
Loading failed