Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bindings from other languages #93

Closed
mgord9518 opened this issue Oct 20, 2022 · 1 comment
Closed

Bindings from other languages #93

mgord9518 opened this issue Oct 20, 2022 · 1 comment

Comments

@mgord9518
Copy link

Is this repo restricted to pure Zig implementations or would a wrapper around existing C/C++ libraries also be acceptable? I feel like some formats such as JXL may be too complex to reimplement in a reasonable amount of time, however, they'd be incredibly useful to have a consistent API to these other image formats in Zig.

If someone were to later reimplement the format in Zig, it could take the place of the C wrapper given it was stable and feature complete

@mlarouche
Copy link
Collaborator

The goal is to implement the image format without dependencies natively in Zig, so having a vendored libjxl is not an option we are considering for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants