Straights.Image 0.6.13

This package has a SemVer 2.0.0 package version: 0.6.13+16240060199.
dotnet add package Straights.Image --version 0.6.13
                    
NuGet\Install-Package Straights.Image -Version 0.6.13
                    
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="Straights.Image" Version="0.6.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Straights.Image" Version="0.6.13" />
                    
Directory.Packages.props
<PackageReference Include="Straights.Image" />
                    
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 Straights.Image --version 0.6.13
                    
#r "nuget: Straights.Image, 0.6.13"
                    
#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 Straights.Image@0.6.13
                    
#: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=Straights.Image&version=0.6.13
                    
Install as a Cake Addin
#tool nuget:?package=Straights.Image&version=0.6.13
                    
Install as a Cake Tool

Straights.Image

NuGet Version License: MIT

Straights.Image is a dotnet library that reads single square Str8ts andSudoku grids from screenshot images. The maximum supported grid size is 9x9.

This package depends on OpenCvSharp and a working native OpenCvSharpExtern runtime library.

The windows runtime library is a dependency of this package, so you don't need to add an explicit package reference.

For Linux, there is no single runtime library because the runtime library depends on other DLLs that are provided by the linux distribution. You will need to pick a suitable runtime library for the particular distribution that you build for. This runtime library must be added as a package reference to the application or test project that uses Straights.Image.

Distribution Runtime library
Ubuntu 22.04 OpenCvSharp4.official.runtime.linux-x64
Ubuntu 24.04 m-ringler.OpenCvSharp4.ubuntu24.runtime.linux-x64
Other distros Search nuget.org or build the runtime yourself

Users may have to install distribution packages that the runtime library depends on. See also

Usage

https://github.com/m-ringler/straights/blob/17de5c3811c085044720280c893b5c0ccb642e7d/Straights.Image.Tests/GridReader/BlackAndWhiteGridReaderTests.cs#L111-L112

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.6.13 30 7/12/2025
0.6.12 53 6/5/2025
0.6.11 62 5/28/2025
0.6.10 46 5/26/2025
0.6.9 47 5/21/2025
0.6.8 49 5/19/2025
0.6.7 126 5/17/2025
0.6.5 165 5/4/2025
0.6.3 253 5/4/2025 0.6.3 is deprecated because it has critical bugs.
0.6.0 165 5/3/2025 0.6.0 is deprecated because it has critical bugs.