LMSupply.Vision.Core 0.10.0

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

LMSupply.Vision.Core

Core vision processing infrastructure for LMSupply packages.

Purpose

Provides shared image processing capabilities for vision-based AI packages:

  • LMSupply.Captioner - Image captioning
  • LMSupply.Ocr - Optical character recognition

Key Components

  • IImageLoader - Abstraction for loading images from various sources
  • IImagePreprocessor - Model-specific image preprocessing pipeline
  • PreprocessProfile - Configuration for image preprocessing parameters
  • TensorUtils - Utilities for converting images to ONNX tensors

Dependencies

  • SixLabors.ImageSharp - Cross-platform image processing (no native dependencies)
  • LMSupply.Core - Shared infrastructure (caching, downloading, ONNX utilities)

Usage

using LMSupply.Vision;

// Load and preprocess an image for a specific model
var preprocessor = new ImagePreprocessor();
var tensor = preprocessor.Preprocess("image.jpg", PreprocessProfiles.ImageNet);
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos 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 (5)

Showing the top 5 NuGet packages that depend on LMSupply.Vision.Core:

Package Downloads
LMSupply.Captioner

A simple .NET library for local image captioning with automatic model downloading from HuggingFace. Supports CUDA, DirectML, and CoreML GPU acceleration.

LMSupply.Ocr

A simple .NET library for local OCR with automatic model downloading from HuggingFace. Features 2-stage detection+recognition pipeline using PaddleOCR models. Supports CUDA, DirectML, and CoreML GPU acceleration.

LMSupply.Detector

A lightweight, zero-configuration object detector for .NET. Supports RT-DETR models with automatic download, GPU acceleration, and HuggingFace caching. NMS-free architecture for fast inference.

LMSupply.Segmenter

A lightweight, zero-configuration image segmenter for .NET. Supports semantic and instance segmentation with SegFormer and MobileSAM models. Start small. Download what you need. Run locally.

LMSupply.ImageGenerator

A simple .NET library for local text-to-image generation using Latent Consistency Models (LCM). Supports CUDA, DirectML, and CoreML GPU acceleration with 2-4 step fast inference.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.10.0 51 1/22/2026
0.9.3 114 1/19/2026
0.9.2 118 1/19/2026
0.9.1 115 1/18/2026
0.9.0 114 1/18/2026
0.8.18 119 1/18/2026
0.8.17 120 1/17/2026
0.8.16 118 1/15/2026
0.8.15 115 1/13/2026
0.8.14 115 1/12/2026
0.8.13 119 1/10/2026
0.8.12 120 1/9/2026
0.8.11 127 1/9/2026
0.8.10 119 1/8/2026
0.8.9 123 1/8/2026
0.8.8 119 1/8/2026
0.8.7 122 1/8/2026
0.8.6 118 1/8/2026
0.8.5 123 1/7/2026
0.8.4 116 1/7/2026
0.8.3 206 12/22/2025
0.8.2 164 12/20/2025
0.8.1 270 12/19/2025
0.8.0 290 12/17/2025
0.7.3 285 12/17/2025
0.7.2 588 12/17/2025