You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw the code do ImageGrid::write() but I don't know how to use it. I think this is related with Box_iref, iloc and iinf box.
Is there spec or handbook to do this? I have 23008-12 and 14496-12 spec but don't understand how this works..
Could somebody give me some hint?
And is iref_box can reference to single image encoding, not grid?
The text was updated successfully, but these errors were encountered:
Writing tiled images are not supported yet, but I think this is something we should now finally add.
The easiest way to understand how these images work is probably to look at an example. Basically all HEIC images from the iOS camera are tiled and you can have a look with heif-info -d how they are structured. However, it won't be easy to add in a PR.
I saw the code do ImageGrid::write() but I don't know how to use it. I think this is related with Box_iref, iloc and iinf box.
Is there spec or handbook to do this? I have 23008-12 and 14496-12 spec but don't understand how this works..
Could somebody give me some hint?
And is iref_box can reference to single image encoding, not grid?
The text was updated successfully, but these errors were encountered: