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

added APIs #749

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

Conversation

roiei
Copy link

@roiei roiei commented Dec 29, 2022

added several APIs for parsing specific purpose

  • get compressed data
  • get alpha info
  • etc.

baseically all the APIs in the libheif are designed for decode and encode.
But from time to time, some engineers need to use APIs that are focused only on demuxing(parsing) and muxing.
For those requirements, I added this APIs and create PR.

But, as you can see, get_compressed_image_data will work only for the case of HEVC(HVC1).
So, some prevention code are required.

Please, find the code in the PR and help to the code be merged into the main brach.
Thanks

 - get compressed data
 - get alpha info

etc.
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.

None yet

2 participants