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

New attrib "oiio:subimages" says number of subimages, if known #2344

Merged
merged 1 commit into from
Sep 20, 2019

Commits on Sep 19, 2019

  1. New attrib "oiio:subimages" says number of subimages, if known

    It's the number of frames for movie files, number of subimages for
    other files.
    
    Set and positive only if it can be known inexpensively from the file
    header. If absent or zero, it means there was no easy way to determine
    the number of frames or subimage from just reading the header (in that
    case, you'll have to discover the subimages the old fashioned way,
    repeatedly seeking to subimages until you fail).
    lgritz committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    7a5f7e8 View commit details
    Browse the repository at this point in the history