cscharls 0.1.1
dotnet add package cscharls --version 0.1.1
NuGet\Install-Package cscharls -Version 0.1.1
<PackageReference Include="cscharls" Version="0.1.1" />
paket add cscharls --version 0.1.1
#r "nuget: cscharls, 0.1.1"
// Install cscharls as a Cake Addin
#addin nuget:?package=cscharls&version=0.1.1
// Install cscharls as a Cake Tool
#tool nuget:?package=cscharls&version=0.1.1
cscharls is a fully managed C# implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios.
cscharls is a direct port of the original CharLS implementation in C++.
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 | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 4.5.2
- No dependencies.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on cscharls:
Package | Downloads |
---|---|
fo-dicom.NetCore
Core fo-dicom library for .NET Core targeting Standard Library 1.3 and higher. |
|
fo-dicom.Android
Core fo-dicom library for Xamarin Android. |
|
fo-dicom.iOS
Core fo-dicom library for Xamarin iOS (Unified). |
|
DncNativeDicom
Core fo-dicom library for .NET Core Native targeting Standard Library 1.3 and higher. |
|
fo-dicom.Mono
Core fo-dicom library for Mono. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on cscharls:
Repository | Stars |
---|---|
hcmlab/nova
NOVA is a tool for annotating and analyzing behaviours in social interactions. It supports Annotators using Machine Learning already during the coding process. Further it features both, discrete labels and continuous scores and a visuzalization of streams recorded with the SSI Framework.
|
|
fo-dicom/fo-dicom-samples
Sample applications associated with the fo-dicom framework
|
0.1.1
-----
* Use PCL library for .NET Framework 4.5.2 and higher.
* Corrected computation of pinned object address in .NET Framework 2.0 class library.