We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This API has the responsibility to read the configuration file as specified by the standard https://github.com/nokiatech/heif/wiki/II.-HEIF-Writer-Library-and-Configuration-Examples#heif-json-configuration-format and give us the access to all the components of the heif file like reported in the following example: https://github.com/nokiatech/heif/wiki/III.-HEIF-Reader-API-and-Usage-Examples There is a JS implementation but I prefer to reimplement the API on this addon to get better performance and not just an adapter to the pre-existent module.
The text was updated successfully, but these errors were encountered:
NickNaso
mauro-d
grosa1
No branches or pull requests
This API has the responsibility to read the configuration file as specified by the standard https://github.com/nokiatech/heif/wiki/II.-HEIF-Writer-Library-and-Configuration-Examples#heif-json-configuration-format and give us the access to all the components of the heif file like reported in the following example:
https://github.com/nokiatech/heif/wiki/III.-HEIF-Reader-API-and-Usage-Examples
There is a JS implementation but I prefer to reimplement the API on this addon to get better performance and not just an adapter to the pre-existent module.
The text was updated successfully, but these errors were encountered: