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

No grid items found #12

Closed
lawik opened this issue Nov 22, 2017 · 3 comments
Closed

No grid items found #12

lawik opened this issue Nov 22, 2017 · 3 comments

Comments

@lawik
Copy link

lawik commented Nov 22, 2017

I've just compiled this and I'm trying the samples found at https://nokiatech.github.io/heif/examples.html and getting only the message "No grid items founds!" on all the ones I've tried. Any clue if I've messed something up?

@streinhard
Copy link

streinhard commented Nov 22, 2017

This is expected behaviour at the moment ;). As we state in the Readme: "Converts HEIF images created on iOS 11 devices", tifig is currently focused exclusively on photos shot with an iPhone 7 or newer devices. Those HEIF images are based on HEVC encoded tiles layed out in a grid. To support the whole HEIF standard, quite some more work would be needed: Support for other encodings (AVC, JPG, TIFF), image collections, time based animations, derived images, media content and you name it.

However, what we will do is improve that error message.

@lawik
Copy link
Author

lawik commented Nov 23, 2017

Seems to work on the iOS ones I have, yes. This format seems a bit complex when two different still images are that different.

Good job at any rate, this will help us quite a bit.

@streinhard
Copy link

Jup, the whole HEIF standard is pretty large and complex ;). However, we might implement single frame HEVC encoded HEIFs at some future point, shouldn't be too complex with what we already have.

The error message has been improved in the meanwhile, so I'm closing this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants