-
Notifications
You must be signed in to change notification settings - Fork 208
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
Ignore descriptive properties associated after non-descriptive ones #2525
Comments
I think there could be a distinction between ignoring a property at the application level and ignoring it at the library level. Or maybe this needs to go to MPEG? |
Do you have another meaning in mind than "ignore as if absent"? Otherwise I do not really see the app/lib distinction. |
I do. I'm thinking about the geospatial case as an example, where the library might treat those properties as opaque. An application that wants to put imagery on a map can use the geospatial-related properties. An application that doesn't care about the spatial (or temporal) aspects can ignore the properties. Same for special production information, or Dublin Core type properties. In those cases, the library isn't ignoring the descriptive properties after the first one it doesn't recognise. It can pull out whatever properties are useful at the library level, and pass the rest up. By contrast, an application is actually ignoring the properties. Still seems like a non-useful requirement though. Side rabbit-hole topic: this might impact on the |
Section 6.5.1 of HEIF says:
Because descriptive properties should not impact the rendering of the decoded image, the effect of ignoring one can only be:
ispe
),The text was updated successfully, but these errors were encountered: