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

Add heif_items API to emscripten #1462

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dukesook
Copy link
Contributor

@dukesook dukesook commented Feb 11, 2025

I would like add the heif_items.h API so JavaScript application can leverage that functionality.

I'm still trying to compile libheif to JavaScript/WASM so I can't test out the code yet, but I wanted some initial feedback on this task.

@farindk
Copy link
Contributor

farindk commented Feb 11, 2025

Sure, would be good to increase the coverage of the JS wrapper.

@farindk
Copy link
Contributor

farindk commented Feb 11, 2025

Main hurdle might be that we do not do any encoding and writing of HEIFs in JS yet. You cannot add items to existing files (yet), even in the C API.

@dukesook
Copy link
Contributor Author

That's fine, I'm mostly interested in reading & decoding.

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

Successfully merging this pull request may close these issues.

2 participants