An open API service indexing awesome lists of open source software.

https://github.com/guerra24/jxlnet

C# bindings for libjxl
https://github.com/guerra24/jxlnet

dotnet jpeg-xl jxl libjxl

Last synced: about 2 months ago
JSON representation

C# bindings for libjxl

Awesome Lists containing this project

README

          

# JxlNet

[![NuGet](https://img.shields.io/nuget/v/JxlNet)](https://www.nuget.org/packages/JxlNet/)

Up-to-date native bindings for libjxl generated with ClangSharp.

## Getting started

This project does not provide any helpers or integrations. Please follow the [official examples](https://github.com/libjxl/libjxl/tree/main/examples) and [api documentation](https://libjxl.readthedocs.io/en/latest/).

A decoder example can be found [here](https://github.com/Guerra24/LRReader/blob/1b6928712c286bcf8678684a8db4f1bca4aa83e3/LRReader.UWP/Services/ImageProcessing.cs#L48).

## Supported platforms

.NET Standard 2.0 on Windows x64 or ARM64, with additional support for UWP.

.NET 8+ on Windows x64 or ARM64.