CharLS.Managed 0.8.0

dotnet add package CharLS.Managed --version 0.8.0                
NuGet\Install-Package CharLS.Managed -Version 0.8.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="CharLS.Managed" Version="0.8.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CharLS.Managed --version 0.8.0                
#r "nuget: CharLS.Managed, 0.8.0"                
#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.
// Install CharLS.Managed as a Cake Addin
#addin nuget:?package=CharLS.Managed&version=0.8.0

// Install CharLS.Managed as a Cake Tool
#tool nuget:?package=CharLS.Managed&version=0.8.0                

CharLS.Managed .NET

CharLS .NET is a C# JPEG-LS library implementation.
JPEG-LS (ISO-14495-1) is a lossless/near-lossless compression standard for continuous-tone images.

Features

  • .NET 8.0 class library.
  • Support for the .NET platforms: Windows, Linux and macOS.

How to use

CharLS.Native can be added to your C# project using the dotnet command line or the NuGet Package Manager in Visual Studio.

Install using the dotnet command line

dotnet add package CharLS.Managed

How to use the C# classes in the NuGet package

A sample application is included in the GitHub repository that demonstrates how to convert common image types like .bmp, .png and .jpg to .jls (JPEG-LS).

About the JPEG-LS image compression standard

More information about JPEG-LS can be found in the README from the C++ CharLS project. This repository also contains instructions how the build the native C++ CharLS shared library from source.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

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.8.0 481 8/22/2024

0.8.0
- Initial release.