Stira.ImageLibrary.Wpf
3.3.1
dotnet add package Stira.ImageLibrary.Wpf --version 3.3.1
NuGet\Install-Package Stira.ImageLibrary.Wpf -Version 3.3.1
<PackageReference Include="Stira.ImageLibrary.Wpf" Version="3.3.1" />
paket add Stira.ImageLibrary.Wpf --version 3.3.1
#r "nuget: Stira.ImageLibrary.Wpf, 3.3.1"
// Install Stira.ImageLibrary.Wpf as a Cake Addin
#addin nuget:?package=Stira.ImageLibrary.Wpf&version=3.3.1
// Install Stira.ImageLibrary.Wpf as a Cake Tool
#tool nuget:?package=Stira.ImageLibrary.Wpf&version=3.3.1
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 |
---|---|
.NET | net5.0-windows7.0 net6.0-windows net6.0-windows7.0 net7.0-windows net7.0-windows7.0 |
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 | |
---|---|---|---|
3.3.1 | 448 | 9/6/2022 | |
3.2.0 | 381 | 5/19/2022 | |
3.1.0 | 407 | 6/14/2021 | |
3.0.0 | 289 | 6/14/2021 | |
2.6.0 | 283 | 6/14/2021 | |
2.5.0 | 245 | 6/14/2021 | |
2.4.0 | 291 | 4/14/2021 | |
2.3.1 | 267 | 3/30/2021 | |
2.3.0 | 296 | 3/30/2021 | |
2.1.0 | 377 | 11/9/2020 | |
2.0.2 | 378 | 11/8/2020 | |
2.0.1 | 336 | 11/5/2020 | |
2.0.0 | 308 | 11/5/2020 | |
1.0.0 | 367 | 9/1/2020 |
v3.3.1: Add .net5 support
v3.3: Add Panning feature
v3.2: Fix frame update in LightImage UI control using same FrameCounter increment
v3.1: Mouse Release event added
v3.0: Version Bump .net core v3.1 to 5
v2.6: Removed old Base Images - and fix Mouse events
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