Stira.ImageLibrary.Wpf
2.5.0
See the version list below for details.
dotnet add package Stira.ImageLibrary.Wpf --version 2.5.0
NuGet\Install-Package Stira.ImageLibrary.Wpf -Version 2.5.0
<PackageReference Include="Stira.ImageLibrary.Wpf" Version="2.5.0" />
paket add Stira.ImageLibrary.Wpf --version 2.5.0
#r "nuget: Stira.ImageLibrary.Wpf, 2.5.0"
// Install Stira.ImageLibrary.Wpf as a Cake Addin #addin nuget:?package=Stira.ImageLibrary.Wpf&version=2.5.0 // Install Stira.ImageLibrary.Wpf as a Cake Tool #tool nuget:?package=Stira.ImageLibrary.Wpf&version=2.5.0
This library have a control that can display raw bytes as image in ImageControl in WPF. It can also display Mat type from EMGU.CV (opencv)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Emgu.CV (>= 4.3.0.3890)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Stira.ImageLibrary.Wpf:
Repository | Stars |
---|---|
Touseefelahi/GigeVision
Simple GigeVision implementation, GVSP, GVCP protocol implemented
|
Version | Downloads | Last updated | |
---|---|---|---|
3.3.1 | 1,405 | 9/6/2022 | |
3.2.0 | 523 | 5/19/2022 | |
3.1.0 | 513 | 6/14/2021 | |
3.0.0 | 393 | 6/14/2021 | |
2.6.0 | 382 | 6/14/2021 | |
2.5.0 | 340 | 6/14/2021 | |
2.4.0 | 391 | 4/14/2021 | |
2.3.1 | 364 | 3/30/2021 | |
2.3.0 | 392 | 3/30/2021 | |
2.1.0 | 475 | 11/9/2020 | |
2.0.2 | 473 | 11/8/2020 | |
2.0.1 | 432 | 11/5/2020 | |
2.0.0 | 403 | 11/5/2020 | |
1.0.0 | 471 | 9/1/2020 |
v2.5: Proper Panning and Zooming for ImagePlus control
v2.4: Proper Panning and Zooming for ImagePlus control
v2.3: Added BitmapImage as input for ImagePlus control
v2.2: Gives Mouse Events
v2.1: Gives Zoom buttons and scrollbar visibility option in context menu
v2.0: Gives Zooming and panning feature with transform operation in context menu
v1.0: In this release, there's an ugly way of refreshing the frame: i.e. FrameCounter++
This must be fixed