Stira.ImageLibrary.Wpf
2.0.0
.NET Core 3.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Stira.ImageLibrary.Wpf --version 2.0.0
NuGet\Install-Package Stira.ImageLibrary.Wpf -Version 2.0.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="Stira.ImageLibrary.Wpf" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stira.ImageLibrary.Wpf --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Stira.ImageLibrary.Wpf, 2.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Stira.ImageLibrary.Wpf as a Cake Addin
#addin nuget:?package=Stira.ImageLibrary.Wpf&version=2.0.0
// Install Stira.ImageLibrary.Wpf as a Cake Tool
#tool nuget:?package=Stira.ImageLibrary.Wpf&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This library have a control that can display raw bytes as image int ImageControl in WPF
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.1 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Emgu.CV (>= 4.3.0.3890)
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 | 351 | 9/6/2022 | |
3.2.0 | 332 | 5/19/2022 | |
3.1.0 | 398 | 6/14/2021 | |
3.0.0 | 283 | 6/14/2021 | |
2.6.0 | 276 | 6/14/2021 | |
2.5.0 | 237 | 6/14/2021 | |
2.4.0 | 286 | 4/14/2021 | |
2.3.1 | 262 | 3/30/2021 | |
2.3.0 | 289 | 3/30/2021 | |
2.1.0 | 372 | 11/9/2020 | |
2.0.2 | 371 | 11/8/2020 | |
2.0.1 | 330 | 11/5/2020 | |
2.0.0 | 300 | 11/5/2020 | |
1.0.0 | 362 | 9/1/2020 |
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