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
- Host: GitHub
- URL: https://github.com/guerra24/jxlnet
- Owner: Guerra24
- License: gpl-3.0
- Created: 2024-11-26T04:39:18.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-11-27T21:21:45.000Z (12 months ago)
- Last Synced: 2024-12-30T02:39:34.394Z (11 months ago)
- Topics: dotnet, jpeg-xl, jxl, libjxl
- Language: C#
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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.