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

Wrong property association order in kimono files #8

Open
y-guyon opened this issue Jan 20, 2025 · 0 comments
Open

Wrong property association order in kimono files #8

y-guyon opened this issue Jan 20, 2025 · 0 comments

Comments

@y-guyon
Copy link

y-guyon commented Jan 20, 2025

Section 6.5.1 of HEIF says:

Readers shall allow and ignore descriptive properties following the first transformative or unrecognized property, whichever is earlier, in the sequence associating properties with an item.

However kimono files with transformative properties do not respect the proper property association order.
Example of kimono.crop.avif:

  1. pasp (descriptive)
  2. clap (transformative)
  3. ispe (descriptive)
  4. pixi (descriptive)
  5. av1C (descriptive)

So according to the spec, ispe, pixi and av1C shall be ignored, which makes the file non-compliant to AVIF.

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

1 participant